Skip to content

Commit 8543148

Browse files
committed
Merge branch 'master' of github.com:adafruit/ArduinoCore-samd
2 parents e47bcbd + 88395d6 commit 8543148

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

boards.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ adafruit_metro_m4.upload.use_1200bps_touch=true
286286
adafruit_metro_m4.upload.wait_for_upload_port=true
287287
adafruit_metro_m4.upload.native_usb=true
288288
adafruit_metro_m4.build.mcu=cortex-m4
289-
adafruit_metro_m4.build.f_cpu=48000000L
289+
adafruit_metro_m4.build.f_cpu=120000000L
290290
adafruit_metro_m4.build.usb_product="Adafruit Metro M4"
291291
adafruit_metro_m4.build.usb_manufacturer="Adafruit LLC"
292292
adafruit_metro_m4.build.board=METRO_M4
@@ -317,7 +317,7 @@ adafruit_metro_m4.compiler.arm.cmsis.ldflags="-L{build.variant.path}" -larm_cort
317317
#adafruit_feather_m4.upload.wait_for_upload_port=true
318318
#adafruit_feather_m4.upload.native_usb=true
319319
#adafruit_feather_m4.build.mcu=cortex-m4
320-
#adafruit_feather_m4.build.f_cpu=48000000L
320+
#adafruit_feather_m4.build.f_cpu=120000000L
321321
#adafruit_feather_m4.build.usb_product="Adafruit Feather M4"
322322
#adafruit_feather_m4.build.usb_manufacturer="Adafruit LLC"
323323
#adafruit_feather_m4.build.board=FEATHER_M4

variants/feather_m0_express/variant.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ extern "C"
5353
*----------------------------------------------------------------------------*/
5454

5555
// Number of pins defined in PinDescription array
56-
#define PINS_COUNT (26u)
57-
#define NUM_DIGITAL_PINS (20u)
56+
#define PINS_COUNT (42u)
57+
#define NUM_DIGITAL_PINS (42u)
5858
#define NUM_ANALOG_INPUTS (12u)
5959
#define NUM_ANALOG_OUTPUTS (1u)
6060
#define analogInputToDigitalPin(p) ((p < 6u) ? (p) + 14u : -1)
-64.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)