From 304c76dddd3f2a84062588c434c034d83f82fa52 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 3 Dec 2015 13:49:06 +0000 Subject: Added watchdog driver model (WDG), to be completed and tested. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8555 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32F3xx/WDG/.project | 38 ++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 testhal/STM32/STM32F3xx/WDG/.project (limited to 'testhal/STM32/STM32F3xx/WDG/.project') diff --git a/testhal/STM32/STM32F3xx/WDG/.project b/testhal/STM32/STM32F3xx/WDG/.project new file mode 100644 index 000000000..e1e78a8a0 --- /dev/null +++ b/testhal/STM32/STM32F3xx/WDG/.project @@ -0,0 +1,38 @@ + + + STM32F3xx-WDG + + + + + + org.eclipse.cdt.managedbuilder.core.genmakebuilder + clean,full,incremental, + + + + + org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder + full,incremental, + + + + + + org.eclipse.cdt.core.cnature + org.eclipse.cdt.managedbuilder.core.managedBuildNature + org.eclipse.cdt.managedbuilder.core.ScannerConfigNature + + + + board + 2 + CHIBIOS/os/hal/boards/ST_STM32F3_DISCOVERY + + + os + 2 + CHIBIOS/os + + + -- cgit v1.2.3