From 9a9b70a61aa9f762d99737442bf883a26ff31768 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 24 Jan 2014 15:45:17 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6645 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/nil/NIL-STM32F051-DISCOVERY/.cproject | 43 ++--------------------- demos/nil/NIL-STM32F051-DISCOVERY/Makefile | 2 +- demos/nil/NIL-STM32F100-DISCOVERY/.cproject | 44 ++---------------------- demos/nil/NIL-STM32F100-DISCOVERY/Makefile | 4 +-- demos/nil/NIL-STM32F303-DISCOVERY/Makefile | 2 +- demos/nil/NIL-STM32F373-STM32373C_EVAL/.cproject | 44 ++---------------------- demos/nil/NIL-STM32F373-STM32373C_EVAL/Makefile | 2 +- demos/nil/NIL-STM32L152-DISCOVERY/.cproject | 44 ++---------------------- demos/nil/NIL-STM32L152-DISCOVERY/Makefile | 2 +- 9 files changed, 14 insertions(+), 173 deletions(-) (limited to 'demos/nil') diff --git a/demos/nil/NIL-STM32F051-DISCOVERY/.cproject b/demos/nil/NIL-STM32F051-DISCOVERY/.cproject index 03d7ff75e..d13cd471f 100644 --- a/demos/nil/NIL-STM32F051-DISCOVERY/.cproject +++ b/demos/nil/NIL-STM32F051-DISCOVERY/.cproject @@ -42,6 +42,8 @@ + + @@ -54,16 +56,6 @@ - - - - - - - - - - @@ -94,36 +86,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -208,5 +170,4 @@ - diff --git a/demos/nil/NIL-STM32F051-DISCOVERY/Makefile b/demos/nil/NIL-STM32F051-DISCOVERY/Makefile index 889bc20dc..7a2ecf967 100644 --- a/demos/nil/NIL-STM32F051-DISCOVERY/Makefile +++ b/demos/nil/NIL-STM32F051-DISCOVERY/Makefile @@ -73,7 +73,7 @@ PROJECT = ch CHIBIOS = ../../.. include $(CHIBIOS)/os/hal/hal.mk include $(CHIBIOS)/os/hal/boards/ST_STM32F0_DISCOVERY/board.mk -include $(CHIBIOS)/os/hal/ports/STM32F0xx/platform.mk +include $(CHIBIOS)/os/hal/ports/STM32/STM32F0xx/platform.mk include $(CHIBIOS)/os/hal/osal/nil/osal.mk include $(CHIBIOS)/os/nil/nil.mk include $(CHIBIOS)/os/nil/ports/ARMCMx/compilers/GCC/mk/port_stm32f0xx.mk diff --git a/demos/nil/NIL-STM32F100-DISCOVERY/.cproject b/demos/nil/NIL-STM32F100-DISCOVERY/.cproject index a32ef55e6..d13cd471f 100644 --- a/demos/nil/NIL-STM32F100-DISCOVERY/.cproject +++ b/demos/nil/NIL-STM32F100-DISCOVERY/.cproject @@ -42,6 +42,8 @@ + + @@ -54,16 +56,6 @@ - - - - - - - - - - @@ -94,36 +86,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -208,6 +170,4 @@ - - diff --git a/demos/nil/NIL-STM32F100-DISCOVERY/Makefile b/demos/nil/NIL-STM32F100-DISCOVERY/Makefile index 15d624f3b..b6f7b04a5 100644 --- a/demos/nil/NIL-STM32F100-DISCOVERY/Makefile +++ b/demos/nil/NIL-STM32F100-DISCOVERY/Makefile @@ -78,8 +78,8 @@ PROJECT = ch CHIBIOS = ../../.. include $(CHIBIOS)/os/hal/hal.mk include $(CHIBIOS)/os/hal/boards/ST_STM32VL_DISCOVERY/board.mk -include $(CHIBIOS)/os/hal/ports/STM32F1xx/platform.mk -include $(CHIBIOS)/os/hal/nil/osal/osal.mk +include $(CHIBIOS)/os/hal/ports/STM32/STM32F1xx/platform.mk +include $(CHIBIOS)/os/hal/osal/nil/osal.mk include $(CHIBIOS)/os/nil/nil.mk include $(CHIBIOS)/os/nil/ports/ARMCMx/compilers/GCC/mk/port_stm32f1xx.mk #include $(CHIBIOS)/test/test.mk diff --git a/demos/nil/NIL-STM32F303-DISCOVERY/Makefile b/demos/nil/NIL-STM32F303-DISCOVERY/Makefile index 725e17cf5..881f3b7a6 100644 --- a/demos/nil/NIL-STM32F303-DISCOVERY/Makefile +++ b/demos/nil/NIL-STM32F303-DISCOVERY/Makefile @@ -78,7 +78,7 @@ PROJECT = ch CHIBIOS = ../../.. include $(CHIBIOS)/os/hal/hal.mk include $(CHIBIOS)/os/hal/boards/ST_STM32F3_DISCOVERY/board.mk -include $(CHIBIOS)/os/hal/ports/STM32F30x/platform.mk +include $(CHIBIOS)/os/hal/ports/STM32/STM32F30x/platform.mk include $(CHIBIOS)/os/hal/osal/nil/osal.mk include $(CHIBIOS)/os/nil/nil.mk include $(CHIBIOS)/os/nil/ports/ARMCMx/compilers/GCC/mk/port_stm32f30x.mk diff --git a/demos/nil/NIL-STM32F373-STM32373C_EVAL/.cproject b/demos/nil/NIL-STM32F373-STM32373C_EVAL/.cproject index a32ef55e6..d13cd471f 100644 --- a/demos/nil/NIL-STM32F373-STM32373C_EVAL/.cproject +++ b/demos/nil/NIL-STM32F373-STM32373C_EVAL/.cproject @@ -42,6 +42,8 @@ + + @@ -54,16 +56,6 @@ - - - - - - - - - - @@ -94,36 +86,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -208,6 +170,4 @@ - - diff --git a/demos/nil/NIL-STM32F373-STM32373C_EVAL/Makefile b/demos/nil/NIL-STM32F373-STM32373C_EVAL/Makefile index 9be09a020..d07e5a072 100644 --- a/demos/nil/NIL-STM32F373-STM32373C_EVAL/Makefile +++ b/demos/nil/NIL-STM32F373-STM32373C_EVAL/Makefile @@ -78,7 +78,7 @@ PROJECT = ch CHIBIOS = ../../.. include $(CHIBIOS)/os/hal/hal.mk include $(CHIBIOS)/os/hal/boards/ST_STM32373C_EVAL/board.mk -include $(CHIBIOS)/os/hal/ports/STM32F37x/platform.mk +include $(CHIBIOS)/os/hal/ports/STM32/STM32F37x/platform.mk include $(CHIBIOS)/os/hal/osal/nil/osal.mk include $(CHIBIOS)/os/nil/nil.mk include $(CHIBIOS)/os/nil/ports/ARMCMx/compilers/GCC/mk/port_stm32f37x.mk diff --git a/demos/nil/NIL-STM32L152-DISCOVERY/.cproject b/demos/nil/NIL-STM32L152-DISCOVERY/.cproject index a32ef55e6..d13cd471f 100644 --- a/demos/nil/NIL-STM32L152-DISCOVERY/.cproject +++ b/demos/nil/NIL-STM32L152-DISCOVERY/.cproject @@ -42,6 +42,8 @@ + + @@ -54,16 +56,6 @@ - - - - - - - - - - @@ -94,36 +86,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -208,6 +170,4 @@ - - diff --git a/demos/nil/NIL-STM32L152-DISCOVERY/Makefile b/demos/nil/NIL-STM32L152-DISCOVERY/Makefile index 47e6e991e..fc3436191 100644 --- a/demos/nil/NIL-STM32L152-DISCOVERY/Makefile +++ b/demos/nil/NIL-STM32L152-DISCOVERY/Makefile @@ -73,7 +73,7 @@ PROJECT = ch CHIBIOS = ../../.. include $(CHIBIOS)/os/hal/hal.mk include $(CHIBIOS)/os/hal/boards/ST_STM32L_DISCOVERY/board.mk -include $(CHIBIOS)/os/hal/ports/STM32L1xx/platform.mk +include $(CHIBIOS)/os/hal/ports/STM32/STM32L1xx/platform.mk include $(CHIBIOS)/os/hal/osal/nil/osal.mk include $(CHIBIOS)/os/nil/nil.mk include $(CHIBIOS)/os/nil/ports/ARMCMx/compilers/GCC/mk/port_stm32l1xx.mk -- cgit v1.2.3