Skip to content

Commit 08629f9

Browse files
committed
Rename NONA_WLAN in NANO 33 IoT
1 parent 169ec9c commit 08629f9

14 files changed

+37
-37
lines changed

boards.txt

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -191,40 +191,40 @@ mkrwifi1010.build.pid=0x8054
191191
mkrwifi1010.bootloader.tool=openocd
192192
mkrwifi1010.bootloader.file=mkrwifi1010/samd21_sam_ba_arduino_mkrwifi1010.bin
193193

194-
# Arduino NONA WLAN
194+
# Arduino NANO 33 IoT
195195
# --------------------
196-
nona_wlan.name=Arduino NONA WLAN
197-
nona_wlan.vid.0=0x2341
198-
nona_wlan.pid.0=0x8057
199-
nona_wlan.vid.1=0x2341
200-
nona_wlan.pid.1=0x0057
201-
202-
nona_wlan.upload.tool=bossac
203-
nona_wlan.upload.protocol=sam-ba
204-
nona_wlan.upload.maximum_size=262144
205-
nona_wlan.upload.use_1200bps_touch=true
206-
nona_wlan.upload.wait_for_upload_port=true
207-
nona_wlan.upload.native_usb=true
208-
nona_wlan.build.mcu=cortex-m0plus
209-
nona_wlan.build.f_cpu=48000000L
210-
nona_wlan.build.usb_product="Arduino NONA WLAN"
211-
nona_wlan.build.usb_manufacturer="Arduino LLC"
212-
nona_wlan.build.board=SAMD_NONA_WLAN
213-
nona_wlan.build.core=arduino
214-
nona_wlan.build.extra_flags=-DCRYSTALLESS -D__SAMD21G18A__ {build.usb_flags} {build.tx_rx_swap}
215-
nona_wlan.build.ldscript=linker_scripts/gcc/flash_with_bootloader.ld
216-
nona_wlan.build.openocdscript=openocd_scripts/arduino_zero.cfg
217-
nona_wlan.build.variant=nona_wlan
218-
nona_wlan.build.vid=0x2341
219-
nona_wlan.build.pid=0x8057
220-
nona_wlan.bootloader.tool=openocd
221-
nona_wlan.bootloader.file=nona_wlan/samd21_sam_ba_arduino_nona_wlan.bin
196+
nano_33_iot.name=Arduino NANO 33 IoT
197+
nano_33_iot.vid.0=0x2341
198+
nano_33_iot.pid.0=0x8057
199+
nano_33_iot.vid.1=0x2341
200+
nano_33_iot.pid.1=0x0057
201+
202+
nano_33_iot.upload.tool=bossac
203+
nano_33_iot.upload.protocol=sam-ba
204+
nano_33_iot.upload.maximum_size=262144
205+
nano_33_iot.upload.use_1200bps_touch=true
206+
nano_33_iot.upload.wait_for_upload_port=true
207+
nano_33_iot.upload.native_usb=true
208+
nano_33_iot.build.mcu=cortex-m0plus
209+
nano_33_iot.build.f_cpu=48000000L
210+
nano_33_iot.build.usb_product="Arduino NANO 33 IoT"
211+
nano_33_iot.build.usb_manufacturer="Arduino LLC"
212+
nano_33_iot.build.board=SAMD_NANO_33_IOT
213+
nano_33_iot.build.core=arduino
214+
nano_33_iot.build.extra_flags=-DCRYSTALLESS -D__SAMD21G18A__ {build.usb_flags} {build.tx_rx_swap}
215+
nano_33_iot.build.ldscript=linker_scripts/gcc/flash_with_bootloader.ld
216+
nano_33_iot.build.openocdscript=openocd_scripts/arduino_zero.cfg
217+
nano_33_iot.build.variant=nano_33_iot
218+
nano_33_iot.build.vid=0x2341
219+
nano_33_iot.build.pid=0x8057
220+
nano_33_iot.bootloader.tool=openocd
221+
nano_33_iot.bootloader.file=nano_33_iot/samd21_sam_ba_arduino_nano_33_iot.bin
222222

223223
menu.r0_tx_rx_bug=TX RX swapped
224-
nona_wlan.menu.r0_tx_rx_bug.no=No
225-
nona_wlan.menu.r0_tx_rx_bug.no.build.tx_rx_swap=
226-
nona_wlan.menu.r0_tx_rx_bug.yes=Yes
227-
nona_wlan.menu.r0_tx_rx_bug.yes.build.tx_rx_swap=-DTX_RX_NINA_SWAPPED_R0
224+
nano_33_iot.menu.r0_tx_rx_bug.no=No
225+
nano_33_iot.menu.r0_tx_rx_bug.no.build.tx_rx_swap=
226+
nano_33_iot.menu.r0_tx_rx_bug.yes=Yes
227+
nano_33_iot.menu.r0_tx_rx_bug.yes.build.tx_rx_swap=-DTX_RX_NINA_SWAPPED_R0
228228

229229
# Arduino MKR FOX 1200
230230
# --------------------

bootloaders/nona_wlan/samd21_sam_ba_arduino_nona_wlan.hex renamed to bootloaders/nano_33_iot/samd21_sam_ba_arduino_nano_33_iot.hex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,8 @@
354354
:1016100020000000400000008000000000010000E9
355355
:10162000000200000004000091120000B51200004A
356356
:10163000A5120000E9120000031300008D13000042
357-
:101640009514000076002000417072203131203264
358-
:101650003031390031333A30393A353800580A0DD3
357+
:10164000951400007600200041707220313920325C
358+
:101650003031390031343A33383A343800580A0DD1
359359
:1016600000590A0D005A00230A0D003E00322E30A8
360360
:1016700000000000190B0000350B0000510B0000AA
361361
:10168000750B0000910B0000750B0000B90B0000FA
Binary file not shown.

bootloaders/zero/board_definitions.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
#include "board_definitions_arduino_mkrwifi1010.h"
4040
#elif defined(BOARD_ID_arduino_mkrnb1500)
4141
#include "board_definitions_arduino_mkrnb1500.h"
42-
#elif defined(BOARD_ID_arduino_nona_wlan)
43-
#include "board_definitions_arduino_nona_wlan.h"
42+
#elif defined(BOARD_ID_arduino_nano_33_iot)
43+
#include "board_definitions_arduino_nano_33_iot.h"
4444
#else
4545
#error You must define a BOARD_ID and add the corresponding definitions in board_definitions.h
4646
#endif

bootloaders/zero/build_all_bootloaders.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ mv -v samd21_sam_ba_arduino_mkrwifi1010.* ../mkrwifi1010/
3131
BOARD_ID=arduino_mkrnb1500 NAME=samd21_sam_ba_arduino_mkrnb1500 make clean all
3232
mv -v samd21_sam_ba_arduino_mkrnb1500.* ../mkrnb1500/
3333

34-
BOARD_ID=arduino_nona_wlan NAME=samd21_sam_ba_arduino_nona_wlan make clean all
35-
mv -v samd21_sam_ba_arduino_nona_wlan.* ../nona_wlan/
34+
BOARD_ID=arduino_nano_33_iot NAME=samd21_sam_ba_arduino_nano_33_iot make clean all
35+
mv -v samd21_sam_ba_arduino_nano_33_iot.* ../nano_33_iot/
3636

3737
echo Done building bootloaders!
3838

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)