diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-12-29 12:38:12 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-12-29 12:38:12 +0000 |
commit | e3aa427548a678db8b359e24aade7227792b43ad (patch) | |
tree | 983736bae395ac0c4654972c39c270e1bee508df /testhal/STM32/multi/DAC/make/stm32l4r5zi_nucleo144.make | |
parent | ef8caca39a1963d75376b4ae004b0426cc801792 (diff) | |
download | ChibiOS-e3aa427548a678db8b359e24aade7227792b43ad.tar.gz ChibiOS-e3aa427548a678db8b359e24aade7227792b43ad.tar.bz2 ChibiOS-e3aa427548a678db8b359e24aade7227792b43ad.zip |
DAC rework for new DMA API , DAC support for STM32H7xx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12490 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/STM32/multi/DAC/make/stm32l4r5zi_nucleo144.make')
-rw-r--r-- | testhal/STM32/multi/DAC/make/stm32l4r5zi_nucleo144.make | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testhal/STM32/multi/DAC/make/stm32l4r5zi_nucleo144.make b/testhal/STM32/multi/DAC/make/stm32l4r5zi_nucleo144.make index aa33126be..f7389e770 100644 --- a/testhal/STM32/multi/DAC/make/stm32l4r5zi_nucleo144.make +++ b/testhal/STM32/multi/DAC/make/stm32l4r5zi_nucleo144.make @@ -109,10 +109,10 @@ include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk # Auto-build files in ./source recursively.
include $(CHIBIOS)/tools/mk/autobuild.mk
# Other files (optional).
-include $(CHIBIOS)/test/lib/test.mk
-include $(CHIBIOS)/test/rt/rt_test.mk
-include $(CHIBIOS)/test/oslib/oslib_test.mk
-include $(CHIBIOS)/os/hal/lib/streams/streams.mk
+#include $(CHIBIOS)/test/lib/test.mk
+#include $(CHIBIOS)/test/rt/rt_test.mk
+#include $(CHIBIOS)/test/oslib/oslib_test.mk
+#include $(CHIBIOS)/os/hal/lib/streams/streams.mk
# Define linker script file here.
LDSCRIPT= $(STARTUPLD)/STM32L4R5xI.ld
|