diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-24 08:54:27 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-10-24 08:54:27 +0000 |
commit | 2b8e64aada976519f7a6d7f6c84b2eb7a6b2b779 (patch) | |
tree | 4910eedfccf25dca93c195c9d7af0faaa9822bfc /demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/Makefile | |
parent | 70cb27d806a6c73f73cb56539e84e6fb17a4b7b2 (diff) | |
download | ChibiOS-2b8e64aada976519f7a6d7f6c84b2eb7a6b2b779.tar.gz ChibiOS-2b8e64aada976519f7a6d7f6c84b2eb7a6b2b779.tar.bz2 ChibiOS-2b8e64aada976519f7a6d7f6c84b2eb7a6b2b779.zip |
NASA OSAL test suite reworked. Fixes to the OSAL related to the API change.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10892 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/Makefile')
-rw-r--r-- | demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/Makefile b/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/Makefile index 0c23ce29f..4eb2de745 100644 --- a/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/Makefile +++ b/demos/STM32/NASA-OSAL-STM32F746G-DISCOVERY/Makefile @@ -98,7 +98,8 @@ include $(CHIBIOS)/os/hal/osal/rt/osal.mk include $(CHIBIOS)/os/rt/rt.mk
include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/port_v7m.mk
# Other files (optional).
-include $(CHIBIOS)/test/nasa_osal/test.mk
+include $(CHIBIOS)/test/lib/test.mk
+include $(CHIBIOS)/test/nasa_osal/nasa_osal_test.mk
include $(CHIBIOS)/os/common/abstractions/nasa_cfe/osal/cfe_osal.mk
include $(CHIBIOS)/os/common/abstractions/nasa_cfe/psp/cfe_psp.mk
|