|
33 | 33 | 'esp32:esp32:esp32h2', |
34 | 34 | 'esp32:esp32:esp32p4', |
35 | 35 | 'STM32:stm32:Nucleo_64', |
36 | | - 'STMicroelectronics:stm32:GenF1', |
| 36 | + 'STM32:stm32:GenF1', |
| 37 | + #'STMicroelectronics:stm32:GenF1', |
37 | 38 | 'STMicroelectronics:stm32:GenWL:pnum=GENERIC_WLE5CCUX', |
38 | 39 | 'STMicroelectronics:stm32:GenWL:pnum=GENERIC_WL55CCUX', |
39 | 40 | 'raspberry', |
@@ -337,6 +338,14 @@ jobs: |
337 | 338 | arduino --pref "custom_xserial=Nucleo_64_none" --save-prefs ; |
338 | 339 | arduino --pref "custom_xusb=Nucleo_64_FS" --save-prefs ; |
339 | 340 | fi ; |
| 341 | + if [[ "$BOARD" =~ "STM32:stm32:GenF1" ]]; then |
| 342 | + arduino --pref "custom_pnum=GenF1_BLUEPILL_F103CB" --save-prefs ; |
| 343 | + arduino --pref "custom_opt=GenF1_osstd" --save-prefs ; |
| 344 | + arduino --pref "custom_rtlib=GenF1_nano" --save-prefs ; |
| 345 | + arduino --pref "custom_usb=GenF1_none" --save-prefs ; |
| 346 | + arduino --pref "custom_xserial=GenF1_generic" --save-prefs ; |
| 347 | + arduino --pref "custom_xusb=GenF1_FS" --save-prefs ; |
| 348 | + fi ; |
340 | 349 | cd $GITHUB_WORKSPACE ; |
341 | 350 | fi |
342 | 351 | if [[ "$BOARD" =~ "STMicroelectronics:stm32:" ]]; then |
@@ -421,7 +430,7 @@ jobs: |
421 | 430 | if [[ "$BOARD" =~ "nrf54l15clean:nrf54l15clean:" ]]; then |
422 | 431 | arduino --pref "boardsmanager.additional.urls=https://raw.githubusercontent.com/lolren/NRF54L15-Clean-Arduino-core/refs/heads/main/package_nrf54l15clean_index.json" --save-prefs ; |
423 | 432 | # arduino --pref "boardsmanager.additional.urls=https://github.com/lolren/nrf54-arduino-core/releases/download/v0.7.0/package_nrf54l15clean_index.json" --save-prefs ; |
424 | | - arduino --install-boards nrf54l15clean:nrf54l15clean:1.0.0 ; |
| 433 | + arduino --install-boards nrf54l15clean:nrf54l15clean:1.0.1 ; |
425 | 434 | arduino --pref "custom_clean_cpu=xiao_nrf54l15_cpu128" --save-prefs ; |
426 | 435 | arduino --pref "custom_clean_vpr=xiao_nrf54l15_off" --save-prefs ; |
427 | 436 | arduino --pref "custom_clean_zigbee=xiao_nrf54l15_off" --save-prefs ; |
|
0 commit comments