Skip to content

Commit 299ca85

Browse files
committed
Merge branch 'release/v1.15.0'
2 parents f889928 + e4001fd commit 299ca85

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+454
-48
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
custom: https://platformio.org/donate

boards/AT90CAN128.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"build": {
3+
"core": "MegaCore",
4+
"extra_flags": "-DARDUINO_AVR_AT90CAN128",
5+
"f_cpu": "16000000L",
6+
"mcu": "at90can128",
7+
"variant": "megacore_64-pin-avr"
8+
},
9+
"frameworks": [
10+
"arduino"
11+
],
12+
"name": "AT90CAN128",
13+
"upload": {
14+
"maximum_ram_size": 4096,
15+
"maximum_size": 130048,
16+
"protocol": "arduino",
17+
"require_upload_port": true,
18+
"speed": 115200
19+
},
20+
"url": "https://www.microchip.com/wwwproducts/AT90CAN128",
21+
"vendor": "Microchip"
22+
}

boards/AT90CAN32.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"build": {
3+
"core": "MegaCore",
4+
"extra_flags": "-DARDUINO_AVR_AT90CAN32",
5+
"f_cpu": "16000000L",
6+
"mcu": "at90can32",
7+
"variant": "megacore_64-pin-avr"
8+
},
9+
"frameworks": [
10+
"arduino"
11+
],
12+
"name": "AT90CAN32",
13+
"upload": {
14+
"maximum_ram_size": 2048,
15+
"maximum_size": 31744,
16+
"protocol": "arduino",
17+
"require_upload_port": true,
18+
"speed": 115200
19+
},
20+
"url": "https://www.microchip.com/wwwproducts/AT90CAN32",
21+
"vendor": "Microchip"
22+
}

boards/AT90CAN64.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"build": {
3+
"core": "MegaCore",
4+
"extra_flags": "-DARDUINO_AVR_AT90CAN64",
5+
"f_cpu": "16000000L",
6+
"mcu": "at90can64",
7+
"variant": "megacore_64-pin-avr"
8+
},
9+
"frameworks": [
10+
"arduino"
11+
],
12+
"name": "AT90CAN64",
13+
"upload": {
14+
"maximum_ram_size": 4096,
15+
"maximum_size": 64512,
16+
"protocol": "arduino",
17+
"require_upload_port": true,
18+
"speed": 115200
19+
},
20+
"url": "https://www.microchip.com/wwwproducts/AT90CAN64",
21+
"vendor": "Microchip"
22+
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"build": {
3-
"core": "MightyCore",
3+
"core": "MegaCore",
44
"extra_flags": "-DARDUINO_AVR_ATmega128",
5-
"f_cpu": "8000000L",
5+
"f_cpu": "16000000L",
66
"mcu": "atmega128",
7-
"variant": "megacore"
7+
"variant": "megacore_64-pin-avr"
88
},
99
"frameworks": [
1010
"arduino"
1111
],
12-
"name": "MegaCore ATmega128",
12+
"name": "ATmega128/A",
1313
"upload": {
1414
"maximum_ram_size": 4096,
1515
"maximum_size": 130048,
1616
"protocol": "arduino",
1717
"require_upload_port": true,
18-
"speed": 38400
18+
"speed": 115200
1919
},
20-
"url": "https://www.tindie.com/products/MCUdude/dip-40-arduino-compatible-development-board",
21-
"vendor": "MCUdude"
20+
"url": "https://www.microchip.com/wwwproducts/ATmega128",
21+
"vendor": "Microchip"
2222
}

boards/ATmega1280.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"build": {
3+
"core": "MegaCore",
4+
"extra_flags": "-DARDUINO_AVR_ATmega1280",
5+
"f_cpu": "16000000L",
6+
"mcu": "atmega1280",
7+
"variant": "megacore_100-pin-arduino-mega"
8+
},
9+
"frameworks": [
10+
"arduino"
11+
],
12+
"name": "ATmega1280",
13+
"upload": {
14+
"maximum_ram_size": 8192,
15+
"maximum_size": 130048,
16+
"protocol": "arduino",
17+
"require_upload_port": true,
18+
"speed": 115200
19+
},
20+
"url": "https://www.microchip.com/wwwproducts/ATmega1280",
21+
"vendor": "Microchip"
22+
}

boards/ATmega1281.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"build": {
3+
"core": "MegaCore",
4+
"extra_flags": "-DARDUINO_AVR_ATmega1281",
5+
"f_cpu": "16000000L",
6+
"mcu": "atmega1281",
7+
"variant": "megacore_64-pin-avr"
8+
},
9+
"frameworks": [
10+
"arduino"
11+
],
12+
"name": "ATmega1281",
13+
"upload": {
14+
"maximum_ram_size": 8192,
15+
"maximum_size": 130048,
16+
"protocol": "arduino",
17+
"require_upload_port": true,
18+
"speed": 115200
19+
},
20+
"url": "https://www.microchip.com/wwwproducts/ATmega1281",
21+
"vendor": "Microchip"
22+
}

boards/ATmega1284.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"build": {
3+
"core": "MightyCore",
4+
"extra_flags": "-DARDUINO_AVR_ATmega1284",
5+
"f_cpu": "16000000L",
6+
"mcu": "atmega1284",
7+
"variant": "mightycore_standard"
8+
},
9+
"frameworks": [
10+
"arduino"
11+
],
12+
"name": "ATmega1284",
13+
"upload": {
14+
"maximum_ram_size": 16384,
15+
"maximum_size": 130048,
16+
"protocol": "arduino",
17+
"require_upload_port": true,
18+
"speed": 115200
19+
},
20+
"url": "https://www.microchip.com/wwwproducts/en/ATmega1284",
21+
"vendor": "Microchip"
22+
}

boards/mightycore1284.json renamed to boards/ATmega1284P.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"frameworks": [
1010
"arduino"
1111
],
12-
"name": "MightyCore ATmega1284",
12+
"name": "ATmega1284P",
1313
"upload": {
1414
"maximum_ram_size": 16384,
1515
"maximum_size": 130048,
1616
"protocol": "arduino",
1717
"require_upload_port": true,
1818
"speed": 115200
1919
},
20-
"url": "https://www.tindie.com/products/MCUdude/dip-40-arduino-compatible-development-board",
21-
"vendor": "MCUdude"
20+
"url": "https://www.microchip.com/wwwproducts/en/ATmega1284p",
21+
"vendor": "Microchip"
2222
}

boards/mightycore16.json renamed to boards/ATmega16.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"frameworks": [
1010
"arduino"
1111
],
12-
"name": "MightyCore ATmega16",
12+
"name": "ATmega16",
1313
"upload": {
1414
"maximum_ram_size": 1024,
1515
"maximum_size": 15872,
1616
"protocol": "arduino",
1717
"require_upload_port": true,
1818
"speed": 115200
1919
},
20-
"url": "https://www.tindie.com/products/MCUdude/dip-40-arduino-compatible-development-board",
21-
"vendor": "MCUdude"
20+
"url": "https://www.microchip.com/wwwproducts/en/ATmega16",
21+
"vendor": "Microchip"
2222
}

0 commit comments

Comments
 (0)