Skip to content

Commit

Permalink
ci: Update ignored BSPs for bootloader build test
Browse files Browse the repository at this point in the history
STM32F0 boards don't have space for bootloader in bsp.
Now that linker script is generated from bsp.yml
build would faile for those boards.
  • Loading branch information
kasjer committed May 15, 2024
1 parent f5565e4 commit 84cc3bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/test_build_bootloader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ EXIT_CODE=0

BSPS=$(ls repos/apache-mynewt-core/hw/bsp)
IGNORED_BSPS="ci40 dialog_cmac embarc_emsk hifive1 native native-armv7\
native-mips olimex-p103 olimex-pic32-emz64 olimex-pic32-hmz144\
native-mips nucleo-f030r8 nucleo-f072rb\
olimex-p103 olimex-pic32-emz64 olimex-pic32-hmz144\
pic32mx470_6lp_clicker pic32mz2048_wi-fire usbmkw41z"

BSP_COUNT=0
Expand Down

0 comments on commit 84cc3bd

Please sign in to comment.