Skip to content

Commit

Permalink
Merge branch 'release/v1.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Jan 29, 2021
2 parents 56810e2 + a9a4926 commit dcbaeb1
Show file tree
Hide file tree
Showing 37 changed files with 760 additions and 127 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-16.04, windows-latest, macos-latest]
python-version: [2.7, 3.7]
python-version: [3.7]
example:
- "examples/arduino-blink"
- "examples/arduino-external-libs"
Expand Down
24 changes: 24 additions & 0 deletions boards/ATtiny1604.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"build": {
"core": "megatinycore",
"extra_flags": "-DARDUINO_attinyxy4 -DMILLIS_USE_TIMERA0 -DUARTBAUD5V",
"f_cpu": "16000000L",
"mcu": "attiny1604",
"variant": "txy4"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "ATtiny1604",
"upload": {
"maximum_ram_size": 1024,
"maximum_size": 16384,
"protocol": "jtag2updi",
"speed": 115200
},
"url": "https://www.microchip.com/wwwproducts/en/ATTINY1604",
"vendor": "Microchip"
}
24 changes: 24 additions & 0 deletions boards/ATtiny1606.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"build": {
"core": "megatinycore",
"extra_flags": "-DARDUINO_attinyxy6 -DMILLIS_USE_TIMERA0 -DUARTBAUD5V",
"f_cpu": "16000000L",
"mcu": "attiny1606",
"variant": "txy6"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "ATtiny1606",
"upload": {
"maximum_ram_size": 1024,
"maximum_size": 16384,
"protocol": "jtag2updi",
"speed": 115200
},
"url": "https://www.microchip.com/wwwproducts/en/ATTINY1606",
"vendor": "Microchip"
}
24 changes: 24 additions & 0 deletions boards/ATtiny1607.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"build": {
"core": "megatinycore",
"extra_flags": "-DARDUINO_attinyxy7 -DMILLIS_USE_TIMERA0 -DUARTBAUD5V",
"f_cpu": "16000000L",
"mcu": "attiny1607",
"variant": "txy7"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "ATtiny1607",
"upload": {
"maximum_ram_size": 1024,
"maximum_size": 16384,
"protocol": "jtag2updi",
"speed": 115200
},
"url": "https://www.microchip.com/wwwproducts/en/ATTINY1607",
"vendor": "Microchip"
}
24 changes: 24 additions & 0 deletions boards/ATtiny1614.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"build": {
"core": "megatinycore",
"extra_flags": "-DARDUINO_attinyxy4 -DMILLIS_USE_TIMERD0 -DUARTBAUD5V",
"f_cpu": "16000000L",
"mcu": "attiny1614",
"variant": "txy4"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "ATtiny1614",
"upload": {
"maximum_ram_size": 2048,
"maximum_size": 16384,
"protocol": "jtag2updi",
"speed": 115200
},
"url": "https://www.microchip.com/wwwproducts/en/ATTINY1614",
"vendor": "Microchip"
}
24 changes: 24 additions & 0 deletions boards/ATtiny1616.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"build": {
"core": "megatinycore",
"extra_flags": "-DARDUINO_attinyxy6 -DMILLIS_USE_TIMERD0 -DUARTBAUD5V",
"f_cpu": "16000000L",
"mcu": "attiny1616",
"variant": "txy6"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "ATtiny1616",
"upload": {
"maximum_ram_size": 2048,
"maximum_size": 16384,
"protocol": "jtag2updi",
"speed": 115200
},
"url": "https://www.microchip.com/wwwproducts/en/ATTINY1616",
"vendor": "Microchip"
}
24 changes: 24 additions & 0 deletions boards/ATtiny1617.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"build": {
"core": "megatinycore",
"extra_flags": "-DARDUINO_attinyxy7 -DMILLIS_USE_TIMERD0 -DUARTBAUD5V",
"f_cpu": "16000000L",
"mcu": "attiny1617",
"variant": "txy7"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "ATtiny1617",
"upload": {
"maximum_ram_size": 2048,
"maximum_size": 16384,
"protocol": "jtag2updi",
"speed": 115200
},
"url": "https://www.microchip.com/wwwproducts/en/ATTINY1617",
"vendor": "Microchip"
}
24 changes: 24 additions & 0 deletions boards/ATtiny202.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"build": {
"core": "megatinycore",
"extra_flags": "-DARDUINO_attinyxy2 -DMILLIS_USE_TIMERA0 -DUARTBAUD5V",
"f_cpu": "16000000L",
"mcu": "attiny202",
"variant": "txy2"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "ATtiny202",
"upload": {
"maximum_ram_size": 128,
"maximum_size": 2048,
"protocol": "jtag2updi",
"speed": 115200
},
"url": "https://www.microchip.com/wwwproducts/en/ATTINY202",
"vendor": "Microchip"
}
24 changes: 24 additions & 0 deletions boards/ATtiny204.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"build": {
"core": "megatinycore",
"extra_flags": "-DARDUINO_attinyxy4 -DMILLIS_USE_TIMERA0 -DUARTBAUD5V",
"f_cpu": "16000000L",
"mcu": "attiny204",
"variant": "txy4"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "ATtiny204",
"upload": {
"maximum_ram_size": 128,
"maximum_size": 2048,
"protocol": "jtag2updi",
"speed": 115200
},
"url": "https://www.microchip.com/wwwproducts/en/ATTINY204",
"vendor": "Microchip"
}
24 changes: 24 additions & 0 deletions boards/ATtiny212.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"build": {
"core": "megatinycore",
"extra_flags": "-DARDUINO_attinyxy2 -DMILLIS_USE_TIMERD0 -DUARTBAUD5V",
"f_cpu": "16000000L",
"mcu": "attiny212",
"variant": "txy2"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "ATtiny212",
"upload": {
"maximum_ram_size": 128,
"maximum_size": 2048,
"protocol": "jtag2updi",
"speed": 115200
},
"url": "https://www.microchip.com/wwwproducts/en/ATTINY212",
"vendor": "Microchip"
}
24 changes: 24 additions & 0 deletions boards/ATtiny214.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"build": {
"core": "megatinycore",
"extra_flags": "-DARDUINO_attinyxy4 -DMILLIS_USE_TIMERD0 -DUARTBAUD5V",
"f_cpu": "16000000L",
"mcu": "attiny214",
"variant": "txy4"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "ATtiny214",
"upload": {
"maximum_ram_size": 128,
"maximum_size": 2048,
"protocol": "jtag2updi",
"speed": 115200
},
"url": "https://www.microchip.com/wwwproducts/en/ATTINY214",
"vendor": "Microchip"
}
24 changes: 24 additions & 0 deletions boards/ATtiny3216.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"build": {
"core": "megatinycore",
"extra_flags": "-DARDUINO_attinyxy6 -DMILLIS_USE_TIMERD0 -DUARTBAUD5V",
"f_cpu": "16000000L",
"mcu": "attiny3216",
"variant": "txy6"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "ATtiny3216",
"upload": {
"maximum_ram_size": 2048,
"maximum_size": 32768,
"protocol": "jtag2updi",
"speed": 115200
},
"url": "https://www.microchip.com/wwwproducts/en/ATTINY3216",
"vendor": "Microchip"
}
24 changes: 24 additions & 0 deletions boards/ATtiny3217.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"build": {
"core": "megatinycore",
"extra_flags": "-DARDUINO_attinyxy7 -DMILLIS_USE_TIMERD0 -DUARTBAUD5V",
"f_cpu": "16000000L",
"mcu": "attiny3217",
"variant": "txy7"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "ATtiny3217",
"upload": {
"maximum_ram_size": 2048,
"maximum_size": 32768,
"protocol": "jtag2updi",
"speed": 115200
},
"url": "https://www.microchip.com/wwwproducts/en/ATTINY3217",
"vendor": "Microchip"
}
24 changes: 24 additions & 0 deletions boards/ATtiny402.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"build": {
"core": "megatinycore",
"extra_flags": "-DARDUINO_attinyxy2 -DMILLIS_USE_TIMERA0 -DUARTBAUD5V",
"f_cpu": "16000000L",
"mcu": "attiny402",
"variant": "txy2"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "ATtiny402",
"upload": {
"maximum_ram_size": 256,
"maximum_size": 4096,
"protocol": "jtag2updi",
"speed": 115200
},
"url": "https://www.microchip.com/wwwproducts/en/ATTINY402",
"vendor": "Microchip"
}
24 changes: 24 additions & 0 deletions boards/ATtiny404.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"build": {
"core": "megatinycore",
"extra_flags": "-DARDUINO_attinyxy4 -DMILLIS_USE_TIMERA0 -DUARTBAUD5V",
"f_cpu": "16000000L",
"mcu": "attiny404",
"variant": "txy4"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "ATtiny404",
"upload": {
"maximum_ram_size": 256,
"maximum_size": 4096,
"protocol": "jtag2updi",
"speed": 115200
},
"url": "https://www.microchip.com/wwwproducts/en/ATTINY404",
"vendor": "Microchip"
}
24 changes: 24 additions & 0 deletions boards/ATtiny406.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"build": {
"core": "megatinycore",
"extra_flags": "-DARDUINO_attinyxy6 -DMILLIS_USE_TIMERA0 -DUARTBAUD5V",
"f_cpu": "16000000L",
"mcu": "attiny406",
"variant": "txy6"
},
"hardware": {
"oscillator": "internal"
},
"frameworks": [
"arduino"
],
"name": "ATtiny406",
"upload": {
"maximum_ram_size": 256,
"maximum_size": 4096,
"protocol": "jtag2updi",
"speed": 115200
},
"url": "https://www.microchip.com/wwwproducts/en/ATTINY406",
"vendor": "Microchip"
}
Loading

0 comments on commit dcbaeb1

Please sign in to comment.