Skip to content

Commit

Permalink
New board Adafruit PyGamer Advance M4
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Jul 11, 2019
1 parent 3b8cf62 commit 87d5ced
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions boards/adafruit_pygamer_advance_m4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"build": {
"core": "adafruit",
"cpu": "cortex-m4",
"extra_flags": [
"-DARDUINO_ARCH_SAMD",
"-DARDUINO_PYGAMER_ADVANCE_M4",
"-DADAFRUIT_PYGAMER_ADVANCE_M4_EXPRESS",
"-D__SAMD51J20A__",
"-D__SAMD51__",
"-D__FPU_PRESENT",
"-DARM_MATH_CM4",
"-DCRYSTALLESS",
"-DENABLE_CACHE",
"-DVARIANT_QSPI_BAUD_DEFAULT=50000000"
],
"f_cpu": "120000000L",
"hwids": [
[
"0x239A",
"0x8041"
],
[
"0x239A",
"0x0041"
]
],
"ldscript": "flash_with_bootloader.ld",
"mcu": "samd51j20a",
"system": "samd",
"usb_product": "Adafruit PyGamer Advance M4",
"variant": "pygamer_advance_m4"
},
"debug": {
"jlink_device": "ATSAMD51J20",
"openocd_chipname": "at91samd51j20",
"openocd_target": "atsame5x",
"svd_path": "ATSAMD51J20A.svd"
},
"frameworks": [
"arduino"
],
"name": "Adafruit PyGamer Advance M4",
"upload": {
"disable_flushing": true,
"maximum_ram_size": 262144,
"maximum_size": 1048576,
"native_usb": true,
"offset_address": "0x4000",
"protocol": "sam-ba",
"protocols": [
"sam-ba",
"jlink",
"atmel-ice"
],
"require_upload_port": true,
"use_1200bps_touch": true,
"wait_for_upload_port": true
},
"url": "https://www.adafruit.com/product/4242",
"vendor": "Adafruit"
}

0 comments on commit 87d5ced

Please sign in to comment.