File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,6 @@ nanorp2040connect.upload.maximum_data_size=270336
183183nanorp2040connect.bootloader.tool=openocd
184184nanorp2040connect.bootloader.config=-f target/rp2040.cfg
185185nanorp2040connect.bootloader.programmer=-f interface/cmsis-dap.cfg
186- nanorp2040connect.bootloader.file=nano33ble/bootloader.hex
187186
188187##############################################################
189188
@@ -222,5 +221,4 @@ pico.upload.maximum_data_size=270336
222221pico.bootloader.tool=openocd
223222pico.bootloader.config=-f target/rp2040.cfg
224223pico.bootloader.programmer=-f interface/cmsis-dap.cfg
225- pico.bootloader.file=nano33ble/bootloader.hex
226224
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ mv _variants variants
3838# Remove fqbns not in $FQBNS list
3939touch _boards.txt
4040for board in $FQBNS ; do
41- cat boards.txt | grep $board >> _boards.txt
41+ cat boards.txt | grep " $board \. " >> _boards.txt
4242done
4343mv _boards.txt boards.txt
4444
You can’t perform that action at this time.
0 commit comments