mirror of
https://github.com/hathach/tinyusb.git
synced 2026-08-18 11:02:16 +00:00
build.py: keep only raspberry_pi_pico in rp2040 ci_preferred_boards
The one-board selector uses preferred_list[0] anyway, so pico is the board built. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@ -39,7 +39,7 @@ ci_skip_boards = {
|
||||
}
|
||||
|
||||
ci_preferred_boards = {
|
||||
'rp2040': ['raspberry_pi_pico', 'raspberry_pi_pico2'],
|
||||
'rp2040': ['raspberry_pi_pico'],
|
||||
'samd2x_l2x': ['metro_m0_express'],
|
||||
'samd5x_e5x': ['metro_m4_express'],
|
||||
'stm32h7': ['stm32h743eval']
|
||||
|
||||
Reference in New Issue
Block a user