diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-09-09 09:06:50 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-09-09 09:06:50 +0000 |
commit | f6d6d2068a2b890a5edc3b4e7d9482cf28bf4a2d (patch) | |
tree | 44afcf1a9f719cd7dbcdfb9ad0dce758df860e97 /testhal/STM32/STM32F4xx | |
parent | 98bb7fb5df434b95253c5949444ee2dcff3a53b3 (diff) | |
download | ChibiOS-f6d6d2068a2b890a5edc3b4e7d9482cf28bf4a2d.tar.gz ChibiOS-f6d6d2068a2b890a5edc3b4e7d9482cf28bf4a2d.tar.bz2 ChibiOS-f6d6d2068a2b890a5edc3b4e7d9482cf28bf4a2d.zip |
Experimental isochronous capability added to STM32 OTGv1 driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8289 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F4xx')
-rw-r--r-- | testhal/STM32/STM32F4xx/USB_CDC/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F4xx/USB_CDC/Makefile b/testhal/STM32/STM32F4xx/USB_CDC/Makefile index 48f6caeb3..3ccc3cbf8 100644 --- a/testhal/STM32/STM32F4xx/USB_CDC/Makefile +++ b/testhal/STM32/STM32F4xx/USB_CDC/Makefile @@ -92,8 +92,8 @@ include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/startup_stm32f4xx.mk # HAL-OSAL files (optional).
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/hal/ports/STM32/STM32F4xx/platform.mk
-include $(CHIBIOS)/os/hal/boards/OLIMEX_STM32_E407/board.mk
-#include $(CHIBIOS)/os/hal/boards/ST_STM32F4_DISCOVERY/board.mk
+#include $(CHIBIOS)/os/hal/boards/OLIMEX_STM32_E407/board.mk
+include $(CHIBIOS)/os/hal/boards/ST_STM32F4_DISCOVERY/board.mk
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
# RTOS files (optional).
include $(CHIBIOS)/os/rt/rt.mk
|