Skip to content

Commit 21b53d1

Browse files
committed
Merge pull request arduino#1 from obsoleted/board_featherm0
Update Board for Feather M0
2 parents 188d880 + c34dd05 commit 21b53d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: boards.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ adafruit_feather_m0.build.mcu=cortex-m0plus
3030
adafruit_feather_m0.build.f_cpu=48000000L
3131
adafruit_feather_m0.build.usb_product="Feather M0"
3232
adafruit_feather_m0.build.usb_manufacturer="Adafruit"
33-
adafruit_feather_m0.build.board=SAMD_ZERO
33+
adafruit_feather_m0.build.board=SAMD_FEATHER_M0
3434
adafruit_feather_m0.build.core=arduino
35-
adafruit_feather_m0.build.extra_flags=-D__SAMD21G18A__ {build.usb_flags}
35+
adafruit_feather_m0.build.extra_flags=-DARDUINO_SAMD_ZERO -D__SAMD21G18A__ {build.usb_flags}
3636
adafruit_feather_m0.build.ldscript=linker_scripts/gcc/flash_with_bootloader.ld
3737
adafruit_feather_m0.build.openocdscript=openocd_scripts/arduino_zero.cfg
3838
adafruit_feather_m0.build.variant=arduino_zero

0 commit comments

Comments
 (0)