Skip to content

Commit

Permalink
Create industruino_d21g.json
Browse files Browse the repository at this point in the history
Board definition file for Industruino D21G boards. first commit towards - platformio#27
  • Loading branch information
cheetor5923 authored Aug 13, 2019
1 parent 916cc6f commit d9aaffd
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions boards/industruino_d21g.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"build": {
"core": "samd",
"cpu": "cortex-m0plus",
"extra_flags": "-DARDUINO_SAMD_ZERO -DARDUINO_ARCH_SAMD -D__SAMD21G18A__",
"f_cpu": "48000000L",
"hwids": [
[
"0x2E78",
"0x804D"
],
[
"0x2E78",
"0x004D"
]
],
"ldscript": "flash_with_bootloader.ld",
"mcu": "samd21g18a",
"usb_product": "Industruino D21G",
"variant": "industruino_d21g"
},
"debug": {
"jlink_device": "ATSAMD21G18",
"onboard_tools": [
"cmsis-dap"
],
"openocd_chipname": "at91samd21g18",
"openocd_target": "at91samdXX",
"svd_path": "ATSAMD21G18A.svd"
},
"frameworks": [
"arduino"
],
"name": "Industruino D21G",
"upload": {
"disable_flushing": true,
"native_usb": true,
"maximum_ram_size": 32768,
"maximum_size": 262144,
"offset_address": "0x4000",
"protocol": "sam-ba",
"protocols": [
"sam-ba",
"cmsis-dap",
"blackmagic",
"jlink",
"atmel-ice"
],
"require_upload_port": true,
"use_1200bps_touch": true,
"wait_for_upload_port": true
},
"url": "https://industruino.com/page/home",
"vendor": "ES Gear Ltd"
}

0 comments on commit d9aaffd

Please sign in to comment.