Răsfoiți Sursa

drop board_* in bsp c file

move hw/cmsis to hw/mcu/nordic since only nrf uses it.
hathach 6 ani în urmă
părinte
comite
e5e73ed76c
33 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 0 0
      hw/bsp/ea4088qs/ea4088qs.c
  2. 0 0
      hw/bsp/ea4357/ea4357.c
  3. 0 0
      hw/bsp/feather_m4_express/feather_m4_express.c
  4. 1 1
      hw/bsp/feather_nrf52840_express/board.mk
  5. 0 0
      hw/bsp/feather_nrf52840_express/feather_nrf52840_express.c
  6. 0 0
      hw/bsp/lpcxpresso11u68/lpcxpresso11u68.c
  7. 0 0
      hw/bsp/lpcxpresso1347/lpcxpresso1347.c
  8. 0 0
      hw/bsp/lpcxpresso1769/lpcxpresso1769.c
  9. 0 0
      hw/bsp/mcb1800/mcb1800.c
  10. 0 0
      hw/bsp/metro_m0_express/metro_m0_express.c
  11. 0 0
      hw/bsp/metro_m4_express/metro_m4_express.c
  12. 1 1
      hw/bsp/pca10056/board.mk
  13. 0 0
      hw/bsp/pca10056/pca10056.c
  14. 0 0
      hw/bsp/stm32f303disco/stm32f303disco.c
  15. 0 0
      hw/bsp/stm32f407disco/stm32f407disco.c
  16. 0 0
      hw/bsp/stm32f411disco/stm32f411disco.c
  17. 0 0
      hw/mcu/nordic/cmsis/Include/arm_common_tables.h
  18. 0 0
      hw/mcu/nordic/cmsis/Include/arm_const_structs.h
  19. 0 0
      hw/mcu/nordic/cmsis/Include/arm_math.h
  20. 0 0
      hw/mcu/nordic/cmsis/Include/cmsis_armcc.h
  21. 0 0
      hw/mcu/nordic/cmsis/Include/cmsis_armcc_V6.h
  22. 0 0
      hw/mcu/nordic/cmsis/Include/cmsis_gcc.h
  23. 0 0
      hw/mcu/nordic/cmsis/Include/core_cm0.h
  24. 0 0
      hw/mcu/nordic/cmsis/Include/core_cm0plus.h
  25. 0 0
      hw/mcu/nordic/cmsis/Include/core_cm3.h
  26. 0 0
      hw/mcu/nordic/cmsis/Include/core_cm4.h
  27. 0 0
      hw/mcu/nordic/cmsis/Include/core_cm7.h
  28. 0 0
      hw/mcu/nordic/cmsis/Include/core_cmFunc.h
  29. 0 0
      hw/mcu/nordic/cmsis/Include/core_cmInstr.h
  30. 0 0
      hw/mcu/nordic/cmsis/Include/core_cmSimd.h
  31. 0 0
      hw/mcu/nordic/cmsis/Include/core_sc000.h
  32. 0 0
      hw/mcu/nordic/cmsis/Include/core_sc300.h
  33. 1 1
      tools/build_all.py

+ 0 - 0
hw/bsp/ea4088qs/board_ea4088qs.c → hw/bsp/ea4088qs/ea4088qs.c


+ 0 - 0
hw/bsp/ea4357/board_ea4357.c → hw/bsp/ea4357/ea4357.c


+ 0 - 0
hw/bsp/feather_m4_express/board_feather_m4_express.c → hw/bsp/feather_m4_express/feather_m4_express.c


+ 1 - 1
hw/bsp/feather_nrf52840_express/board.mk

@@ -21,7 +21,7 @@ SRC_C += \
 	hw/mcu/nordic/nrfx/mdk/system_nrf52840.c \
 
 INC += \
-	$(TOP)/hw/cmsis/Include \
+	$(TOP)/hw/mcu/nordic/cmsis/Include \
 	$(TOP)/hw/mcu/nordic \
 	$(TOP)/hw/mcu/nordic/nrfx \
 	$(TOP)/hw/mcu/nordic/nrfx/mdk \

+ 0 - 0
hw/bsp/feather_nrf52840_express/board_feather_nrf52840_express.c → hw/bsp/feather_nrf52840_express/feather_nrf52840_express.c


+ 0 - 0
hw/bsp/lpcxpresso11u68/board_lpcxpresso11u68.c → hw/bsp/lpcxpresso11u68/lpcxpresso11u68.c


+ 0 - 0
hw/bsp/lpcxpresso1347/board_lpcxpresso1347.c → hw/bsp/lpcxpresso1347/lpcxpresso1347.c


+ 0 - 0
hw/bsp/lpcxpresso1769/board_lpcxpresso1769.c → hw/bsp/lpcxpresso1769/lpcxpresso1769.c


+ 0 - 0
hw/bsp/mcb1800/board_mcb1800.c → hw/bsp/mcb1800/mcb1800.c


+ 0 - 0
hw/bsp/metro_m0_express/board_metro_m0_express.c → hw/bsp/metro_m0_express/metro_m0_express.c


+ 0 - 0
hw/bsp/metro_m4_express/board_metro_m4_express.c → hw/bsp/metro_m4_express/metro_m4_express.c


+ 1 - 1
hw/bsp/pca10056/board.mk

@@ -21,7 +21,7 @@ SRC_C += \
 	hw/mcu/nordic/nrfx/mdk/system_nrf52840.c \
 
 INC += \
-	$(TOP)/hw/cmsis/Include \
+	$(TOP)/hw/mcu/nordic/cmsis/Include \
 	$(TOP)/hw/mcu/nordic \
 	$(TOP)/hw/mcu/nordic/nrfx \
 	$(TOP)/hw/mcu/nordic/nrfx/mdk \

+ 0 - 0
hw/bsp/pca10056/board_pca10056.c → hw/bsp/pca10056/pca10056.c


+ 0 - 0
hw/bsp/stm32f303disco/board_stm32f303disco.c → hw/bsp/stm32f303disco/stm32f303disco.c


+ 0 - 0
hw/bsp/stm32f407disco/board_stm32f407disco.c → hw/bsp/stm32f407disco/stm32f407disco.c


+ 0 - 0
hw/bsp/stm32f411disco/board_stm32f411disco.c → hw/bsp/stm32f411disco/stm32f411disco.c


+ 0 - 0
hw/cmsis/Include/arm_common_tables.h → hw/mcu/nordic/cmsis/Include/arm_common_tables.h


+ 0 - 0
hw/cmsis/Include/arm_const_structs.h → hw/mcu/nordic/cmsis/Include/arm_const_structs.h


+ 0 - 0
hw/cmsis/Include/arm_math.h → hw/mcu/nordic/cmsis/Include/arm_math.h


+ 0 - 0
hw/cmsis/Include/cmsis_armcc.h → hw/mcu/nordic/cmsis/Include/cmsis_armcc.h


+ 0 - 0
hw/cmsis/Include/cmsis_armcc_V6.h → hw/mcu/nordic/cmsis/Include/cmsis_armcc_V6.h


+ 0 - 0
hw/cmsis/Include/cmsis_gcc.h → hw/mcu/nordic/cmsis/Include/cmsis_gcc.h


+ 0 - 0
hw/cmsis/Include/core_cm0.h → hw/mcu/nordic/cmsis/Include/core_cm0.h


+ 0 - 0
hw/cmsis/Include/core_cm0plus.h → hw/mcu/nordic/cmsis/Include/core_cm0plus.h


+ 0 - 0
hw/cmsis/Include/core_cm3.h → hw/mcu/nordic/cmsis/Include/core_cm3.h


+ 0 - 0
hw/cmsis/Include/core_cm4.h → hw/mcu/nordic/cmsis/Include/core_cm4.h


+ 0 - 0
hw/cmsis/Include/core_cm7.h → hw/mcu/nordic/cmsis/Include/core_cm7.h


+ 0 - 0
hw/cmsis/Include/core_cmFunc.h → hw/mcu/nordic/cmsis/Include/core_cmFunc.h


+ 0 - 0
hw/cmsis/Include/core_cmInstr.h → hw/mcu/nordic/cmsis/Include/core_cmInstr.h


+ 0 - 0
hw/cmsis/Include/core_cmSimd.h → hw/mcu/nordic/cmsis/Include/core_cmSimd.h


+ 0 - 0
hw/cmsis/Include/core_sc000.h → hw/mcu/nordic/cmsis/Include/core_sc000.h


+ 0 - 0
hw/cmsis/Include/core_sc300.h → hw/mcu/nordic/cmsis/Include/core_sc300.h


+ 1 - 1
tools/build_all.py

@@ -51,7 +51,7 @@ for example in all_examples:
 
         if build_result.returncode != 0:
             exit_status = build_result.returncode
-            success = "\033[31mfailed\033[0m"
+            success = "\033[31mfailed\033[0m   "
             fail_count += 1
         else:
             success = "\033[32msucceeded\033[0m"