This is an automated email from the ASF dual-hosted git repository.

jerzy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 7939d1e50958921979c3443722ef6e52f9c62fad
Author: Jerzy Kasenberg <jerzy.kasenb...@codecoup.pl>
AuthorDate: Thu Jun 6 08:07:06 2024 +0200

    ci: Update ignored BSP list for bootloader build test
    
    STM32F303K8 board don't have space for bootloader in bsp.
    
    Signed-off-by: Jerzy Kasenberg <jerzy.kasenb...@codecoup.pl>
---
 .github/test_build_bootloader.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/test_build_bootloader.sh b/.github/test_build_bootloader.sh
index 8389a7a9f..96caa9f85 100644
--- a/.github/test_build_bootloader.sh
+++ b/.github/test_build_bootloader.sh
@@ -22,6 +22,7 @@ EXIT_CODE=0
 BSPS=$(ls repos/apache-mynewt-core/hw/bsp)
 IGNORED_BSPS="ci40 dialog_cmac embarc_emsk hifive1 native native-armv7\
               native-mips nucleo-f030r8 nucleo-f072rb\
+              nucleo-f303k8\
               olimex-p103 olimex-pic32-emz64 olimex-pic32-hmz144\
               pic32mx470_6lp_clicker pic32mz2048_wi-fire usbmkw41z\
               weact_g431cb"

Reply via email to