Skip to content

Commit

Permalink
Merge branch 'release/v1.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Oct 30, 2020
2 parents edbcd3d + da06342 commit e6eeb51
Show file tree
Hide file tree
Showing 20 changed files with 624 additions and 86 deletions.
24 changes: 24 additions & 0 deletions boards/ATmega1608.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"build": {
"core": "MegaCoreX",
"extra_flags": "-DARDUINO_AVR_ATMEGA1608",
"f_cpu": "16000000L",
"mcu": "atmega1608",
"variant": "32pin-standard"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "ATmega1608",
"upload": {
"maximum_ram_size": 2048,
"maximum_size": 16384,
"protocol": "jtag2updi",
"speed": 115200
},
"url": "https://www.microchip.com/wwwproducts/en/ATMEGA1608",
"vendor": "Microchip"
}
24 changes: 24 additions & 0 deletions boards/ATmega1609.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"build": {
"core": "MegaCoreX",
"extra_flags": "-DARDUINO_AVR_ATMEGA1609",
"f_cpu": "16000000L",
"mcu": "atmega1609",
"variant": "48pin-standard"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "ATmega1609",
"upload": {
"maximum_ram_size": 2048,
"maximum_size": 16384,
"protocol": "jtag2updi",
"speed": 115200
},
"url": "https://www.microchip.com/wwwproducts/en/ATMEGA1609",
"vendor": "Microchip"
}
24 changes: 24 additions & 0 deletions boards/ATmega3208.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"build": {
"core": "MegaCoreX",
"extra_flags": "-DARDUINO_AVR_ATMEGA3208",
"f_cpu": "16000000L",
"mcu": "atmega3208",
"variant": "32pin-standard"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "ATmega3208",
"upload": {
"maximum_ram_size": 4096,
"maximum_size": 32768,
"protocol": "jtag2updi",
"speed": 115200
},
"url": "https://www.microchip.com/wwwproducts/en/ATMEGA3208",
"vendor": "Microchip"
}
24 changes: 24 additions & 0 deletions boards/ATmega3209.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"build": {
"core": "MegaCoreX",
"extra_flags": "-DARDUINO_AVR_ATMEGA3209",
"f_cpu": "16000000L",
"mcu": "atmega3209",
"variant": "48pin-standard"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "ATmega3209",
"upload": {
"maximum_ram_size": 4096,
"maximum_size": 32768,
"protocol": "jtag2updi",
"speed": 115200
},
"url": "https://www.microchip.com/wwwproducts/en/ATMEGA3209",
"vendor": "Microchip"
}
24 changes: 24 additions & 0 deletions boards/ATmega4808.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"build": {
"core": "MegaCoreX",
"extra_flags": "-DARDUINO_AVR_ATMEGA4808",
"f_cpu": "16000000L",
"mcu": "atmega4808",
"variant": "32pin-standard"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "ATmega4808",
"upload": {
"maximum_ram_size": 6144,
"maximum_size": 49152,
"protocol": "jtag2updi",
"speed": 115200
},
"url": "https://www.microchip.com/wwwproducts/en/ATMEGA4808",
"vendor": "Microchip"
}
24 changes: 24 additions & 0 deletions boards/ATmega4809.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"build": {
"core": "MegaCoreX",
"extra_flags": "-DARDUINO_AVR_ATMEGA4809",
"f_cpu": "16000000L",
"mcu": "atmega4809",
"variant": "48pin-standard"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "ATmega4809",
"upload": {
"maximum_ram_size": 6144,
"maximum_size": 49152,
"protocol": "jtag2updi",
"speed": 115200
},
"url": "https://www.microchip.com/wwwproducts/en/ATMEGA4809",
"vendor": "Microchip"
}
24 changes: 24 additions & 0 deletions boards/ATmega808.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"build": {
"core": "MegaCoreX",
"extra_flags": "-DARDUINO_AVR_ATMEGA808",
"f_cpu": "16000000L",
"mcu": "atmega808",
"variant": "32pin-standard"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "ATmega808",
"upload": {
"maximum_ram_size": 1024,
"maximum_size": 8192,
"protocol": "jtag2updi",
"speed": 115200
},
"url": "https://www.microchip.com/wwwproducts/en/ATMEGA808",
"vendor": "Microchip"
}
24 changes: 24 additions & 0 deletions boards/ATmega809.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"build": {
"core": "MegaCoreX",
"extra_flags": "-DARDUINO_AVR_ATMEGA809",
"f_cpu": "16000000L",
"mcu": "atmega809",
"variant": "48pin-standard"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "ATmega809",
"upload": {
"maximum_ram_size": 1024,
"maximum_size": 8192,
"protocol": "jtag2updi",
"speed": 115200
},
"url": "https://www.microchip.com/wwwproducts/en/ATMEGA809",
"vendor": "Microchip"
}
23 changes: 23 additions & 0 deletions boards/avr_iot_wg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"build": {
"core": "MegaCoreX",
"extra_flags": "-DARDUINO_AVR_ATMEGA4808",
"f_cpu": "16000000L",
"mcu": "atmega4808",
"variant": "32pin-standard"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "AVR-IoT WG Development Board",
"upload": {
"maximum_ram_size": 6144,
"maximum_size": 49152,
"protocol": "curiosity_updi"
},
"url": "https://www.microchip.com/developmenttools/ProductDetails/AC164160",
"vendor": "Microchip"
}
23 changes: 23 additions & 0 deletions boards/curiosity_nano_4809.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"build": {
"core": "MegaCoreX",
"extra_flags": "-DARDUINO_AVR_ATMEGA4809",
"f_cpu": "16000000L",
"mcu": "atmega4809",
"variant": "48pin-standard"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "Curiosity Nano ATmega4809",
"upload": {
"maximum_ram_size": 6144,
"maximum_size": 49152,
"protocol": "curiosity_updi"
},
"url": "https://www.microchip.com/developmenttools/ProductDetails/DM320115",
"vendor": "Microchip"
}
16 changes: 6 additions & 10 deletions boards/nano_every.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,21 @@
"usb_product": "Arduino Nano Every",
"variant": "nona4809"
},
"bootloader": {
"SYSCFG0": "0xC9",
"file": "atmega4809_uart_bl.hex",
"fuses_file": "fuses_4809.bin",
"BOOTEND": "0x00",
"OSCCFG": "0x01"
"fuses": {
"syscfg0": "0xc9",
"bootend": "0x00",
"osccfg": "0x01"
},
"frameworks": [
"arduino"
],
"name": "Arduino Nano Every",
"upload": {
"extra_flags": ["-V", "-e", "-D"],
"maximum_ram_size": 6144,
"maximum_size": 48640,
"protocol": "jtag2updi",
"require_upload_port": true,
"speed": 115200,
"use_1200bps_touch": true,
"wait_for_upload_port": true
"speed": 115200
},
"url": "https://www.arduino.cc/en/Guide/NANOEvery",
"vendor": "Arduino"
Expand Down
12 changes: 5 additions & 7 deletions boards/uno_wifi_rev2.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,20 @@
"bootloader": {
"file": "atmega4809_uart_bl.hex",
"fuses_file": "fuses_4809.bin",
"BOOTEND": "0x02",
"SYSCFG0": "0xC9",
"OSCCFG": "0x01"
"bootend": "0x02",
"syscfg0": "0xc9",
"osccfg": "0x01"
},
"frameworks": [
"arduino"
],
"name": "Arduino Uno WiFi Rev2",
"upload": {
"disable_flushing": true,
"extra_flags": ["-V", "-e", "-D"],
"maximum_ram_size": 6144,
"maximum_size": 48640,
"protocol": "xplainedmini_updi",
"require_upload_port": true,
"speed": 115200,
"wait_for_upload_port": true
"speed": 115200
},
"url": "https://www.arduino.cc/en/Guide/ArduinoUnoWiFiRev2",
"vendor": "Arduino"
Expand Down
23 changes: 23 additions & 0 deletions boards/xplained_pro_4809.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"build": {
"core": "MegaCoreX",
"extra_flags": "-DARDUINO_AVR_ATMEGA4809",
"f_cpu": "16000000L",
"mcu": "atmega4809",
"variant": "48pin-standard"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "Xplained Pro ATmega4809",
"upload": {
"maximum_ram_size": 6144,
"maximum_size": 49152,
"protocol": "xplainedpro_updi"
},
"url": "https://www.microchip.com/developmenttools/ProductDetails/atmega4809-xpro",
"vendor": "Microchip"
}
Loading

0 comments on commit e6eeb51

Please sign in to comment.