Skip to content

Commit

Permalink
Merge branch 'release/v5.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Nov 29, 2023
2 parents 6f5b2a7 + fd3ee92 commit 63258c3
Show file tree
Hide file tree
Showing 65 changed files with 404 additions and 184 deletions.
6 changes: 4 additions & 2 deletions boards/AT90CAN128.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"variant": "64-pin-avr"
},
"bootloader":{
"led_pin": "B5"
"led_pin": "B5",
"uart0_pins": "uart0_rxe0_txe1",
"uart1_pins": "uart1_rxd2_txd3"
},
"frameworks": [
"arduino"
Expand All @@ -16,7 +18,7 @@
"upload": {
"maximum_ram_size": 4096,
"maximum_size": 131072,
"protocol": "arduino",
"protocol": "urclock",
"require_upload_port": true,
"speed": 115200
},
Expand Down
6 changes: 4 additions & 2 deletions boards/AT90CAN32.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"variant": "64-pin-avr"
},
"bootloader":{
"led_pin": "B5"
"led_pin": "B5",
"uart0_pins": "uart0_rxe0_txe1",
"uart1_pins": "uart1_rxd2_txd3"
},
"frameworks": [
"arduino"
Expand All @@ -16,7 +18,7 @@
"upload": {
"maximum_ram_size": 2048,
"maximum_size": 32768,
"protocol": "arduino",
"protocol": "urclock",
"require_upload_port": true,
"speed": 115200
},
Expand Down
6 changes: 4 additions & 2 deletions boards/AT90CAN64.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"variant": "64-pin-avr"
},
"bootloader":{
"led_pin": "B5"
"led_pin": "B5",
"uart0_pins": "uart0_rxe0_txe1",
"uart1_pins": "uart1_rxd2_txd3"
},
"frameworks": [
"arduino"
Expand All @@ -16,7 +18,7 @@
"upload": {
"maximum_ram_size": 4096,
"maximum_size": 65536,
"protocol": "arduino",
"protocol": "urclock",
"require_upload_port": true,
"speed": 115200
},
Expand Down
6 changes: 4 additions & 2 deletions boards/ATmega128.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"variant": "64-pin-avr"
},
"bootloader":{
"led_pin": "B5"
"led_pin": "B5",
"uart0_pins": "uart0_rxe0_txe1",
"uart1_pins": "uart1_rxd2_txd3"
},
"debug": {
"simavr_target": "atmega128"
Expand All @@ -19,7 +21,7 @@
"upload": {
"maximum_ram_size": 4096,
"maximum_size": 131072,
"protocol": "arduino",
"protocol": "urclock",
"require_upload_port": true,
"speed": 115200
},
Expand Down
8 changes: 6 additions & 2 deletions boards/ATmega1280.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"variant": "100-pin-arduino-mega"
},
"bootloader": {
"led_pin": "B7"
"led_pin": "B7",
"uart0_pins": "uart0_rxe0_txe1",
"uart1_pins": "uart1_rxd2_txd3",
"uart2_pins": "uart2_rxh0_txh1",
"uart3_pins": "uart3_rxj0_txj1"
},
"debug": {
"simavr_target": "atmega1280",
Expand All @@ -22,7 +26,7 @@
"upload": {
"maximum_ram_size": 8192,
"maximum_size": 131072,
"protocol": "arduino",
"protocol": "urclock",
"require_upload_port": true,
"speed": 115200
},
Expand Down
6 changes: 4 additions & 2 deletions boards/ATmega1281.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"variant": "64-pin-avr"
},
"bootloader":{
"led_pin": "B5"
"led_pin": "B5",
"uart0_pins": "uart0_rxe0_txe1",
"uart1_pins": "uart1_rxd2_txd3"
},
"debug": {
"simavr_target": "atmega1281"
Expand All @@ -19,7 +21,7 @@
"upload": {
"maximum_ram_size": 8192,
"maximum_size": 131072,
"protocol": "arduino",
"protocol": "urclock",
"require_upload_port": true,
"speed": 115200
},
Expand Down
6 changes: 4 additions & 2 deletions boards/ATmega1284.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"variant": "standard"
},
"bootloader":{
"led_pin": "B0"
"led_pin": "B0",
"uart0_pins": "uart0_rxd0_txd1",
"uart1_pins": "uart1_rxd2_txd3"
},
"debug": {
"simavr_target": "atmega1284"
Expand All @@ -19,7 +21,7 @@
"upload": {
"maximum_ram_size": 16384,
"maximum_size": 131072,
"protocol": "arduino",
"protocol": "urclock",
"require_upload_port": true,
"speed": 115200
},
Expand Down
6 changes: 4 additions & 2 deletions boards/ATmega1284P.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"variant": "standard"
},
"bootloader":{
"led_pin": "B0"
"led_pin": "B0",
"uart0_pins": "uart0_rxd0_txd1",
"uart1_pins": "uart1_rxd2_txd3"
},
"debug": {
"simavr_target": "atmega1284p"
Expand All @@ -19,7 +21,7 @@
"upload": {
"maximum_ram_size": 16384,
"maximum_size": 131072,
"protocol": "arduino",
"protocol": "urclock",
"require_upload_port": true,
"speed": 115200
},
Expand Down
5 changes: 3 additions & 2 deletions boards/ATmega16.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"variant": "standard"
},
"bootloader":{
"led_pin": "B0"
"led_pin": "B0",
"uart0_pins": "uart0_rxd0_txd1"
},
"debug": {
"simavr_target": "atmega16"
Expand All @@ -19,7 +20,7 @@
"upload": {
"maximum_ram_size": 1024,
"maximum_size": 16384,
"protocol": "arduino",
"protocol": "urclock",
"require_upload_port": true,
"speed": 115200
},
Expand Down
6 changes: 4 additions & 2 deletions boards/ATmega162.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"variant": "standard"
},
"bootloader":{
"led_pin": "B0"
"led_pin": "B0",
"uart0_pins": "uart0_rxd0_txd1",
"uart1_pins": "uart1_rxb2_txb3"
},
"frameworks": [
"arduino"
Expand All @@ -16,7 +18,7 @@
"upload": {
"maximum_ram_size": 1024,
"maximum_size": 16384,
"protocol": "arduino",
"protocol": "urclock",
"require_upload_port": true,
"speed": 115200
},
Expand Down
6 changes: 4 additions & 2 deletions boards/ATmega164A.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"variant": "standard"
},
"bootloader":{
"led_pin": "B0"
"led_pin": "B0",
"uart0_pins": "uart0_rxd0_txd1",
"uart1_pins": "uart1_rxd2_txd3"
},
"frameworks": [
"arduino"
Expand All @@ -16,7 +18,7 @@
"upload": {
"maximum_ram_size": 1024,
"maximum_size": 16384,
"protocol": "arduino",
"protocol": "urclock",
"require_upload_port": true,
"speed": 115200
},
Expand Down
6 changes: 4 additions & 2 deletions boards/ATmega164P.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"variant": "standard"
},
"bootloader":{
"led_pin": "B0"
"led_pin": "B0",
"uart0_pins": "uart0_rxd0_txd1",
"uart1_pins": "uart1_rxd2_txd3"
},
"debug": {
"simavr_target": "atmega164p"
Expand All @@ -19,7 +21,7 @@
"upload": {
"maximum_ram_size": 1024,
"maximum_size": 16384,
"protocol": "arduino",
"protocol": "urclock",
"require_upload_port": true,
"speed": 115200
},
Expand Down
5 changes: 3 additions & 2 deletions boards/ATmega165.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"variant": "64-pin-avr"
},
"bootloader":{
"led_pin": "B5"
"led_pin": "B5",
"uart0_pins": "uart0_rxe0_txe1"
},
"frameworks": [
"arduino"
Expand All @@ -16,7 +17,7 @@
"upload": {
"maximum_ram_size": 1024,
"maximum_size": 16384,
"protocol": "arduino",
"protocol": "urclock",
"require_upload_port": true,
"speed": 115200
},
Expand Down
5 changes: 3 additions & 2 deletions boards/ATmega165P.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"variant": "64-pin-avr"
},
"bootloader":{
"led_pin": "B5"
"led_pin": "B5",
"uart0_pins": "uart0_rxe0_txe1"
},
"frameworks": [
"arduino"
Expand All @@ -16,7 +17,7 @@
"upload": {
"maximum_ram_size": 1024,
"maximum_size": 16384,
"protocol": "arduino",
"protocol": "urclock",
"require_upload_port": true,
"speed": 115200
},
Expand Down
5 changes: 3 additions & 2 deletions boards/ATmega168.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"variant": "standard"
},
"bootloader":{
"led_pin": "B5"
"led_pin": "B5",
"uart0_pins": "uart0_rxd0_txd1"
},
"debug": {
"simavr_target": "atmega168"
Expand All @@ -19,7 +20,7 @@
"upload": {
"maximum_ram_size": 1024,
"maximum_size": 16384,
"protocol": "arduino",
"protocol": "urclock",
"require_upload_port": true,
"speed": 115200
},
Expand Down
5 changes: 3 additions & 2 deletions boards/ATmega168P.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"variant": "standard"
},
"bootloader":{
"led_pin": "B5"
"led_pin": "B5",
"uart0_pins": "uart0_rxd0_txd1"
},
"debug": {
"simavr_target": "atmega168p"
Expand All @@ -19,7 +20,7 @@
"upload": {
"maximum_ram_size": 1024,
"maximum_size": 16384,
"protocol": "arduino",
"protocol": "urclock",
"require_upload_port": true,
"speed": 115200
},
Expand Down
5 changes: 3 additions & 2 deletions boards/ATmega168PB.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"variant": "pb-variant"
},
"bootloader":{
"led_pin": "B5"
"led_pin": "B5",
"uart0_pins": "uart0_rxd0_txd1"
},
"frameworks": [
"arduino"
Expand All @@ -16,7 +17,7 @@
"upload": {
"maximum_ram_size": 1024,
"maximum_size": 16384,
"protocol": "arduino",
"protocol": "urclock",
"require_upload_port": true,
"speed": 115200
},
Expand Down
5 changes: 3 additions & 2 deletions boards/ATmega169A.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"variant": "64-pin-avr"
},
"bootloader":{
"led_pin": "B5"
"led_pin": "B5",
"uart0_pins": "uart0_rxe0_txe1"
},
"frameworks": [
"arduino"
Expand All @@ -16,7 +17,7 @@
"upload": {
"maximum_ram_size": 1024,
"maximum_size": 16384,
"protocol": "arduino",
"protocol": "urclock",
"require_upload_port": true,
"speed": 115200
},
Expand Down
5 changes: 3 additions & 2 deletions boards/ATmega169P.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"variant": "64-pin-avr"
},
"bootloader":{
"led_pin": "B5"
"led_pin": "B5",
"uart0_pins": "uart0_rxe0_txe1"
},
"frameworks": [
"arduino"
Expand All @@ -16,7 +17,7 @@
"upload": {
"maximum_ram_size": 1024,
"maximum_size": 16384,
"protocol": "arduino",
"protocol": "urclock",
"require_upload_port": true,
"speed": 115200
},
Expand Down
8 changes: 6 additions & 2 deletions boards/ATmega2560.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"variant": "100-pin-arduino-mega"
},
"bootloader": {
"led_pin": "B7"
"led_pin": "B7",
"uart0_pins": "uart0_rxe0_txe1",
"uart1_pins": "uart1_rxd2_txd3",
"uart2_pins": "uart2_rxh0_txh1",
"uart3_pins": "uart3_rxj0_txj1"
},
"debug": {
"simavr_target": "atmega2560",
Expand All @@ -22,7 +26,7 @@
"upload": {
"maximum_ram_size": 8192,
"maximum_size": 262144,
"protocol": "arduino",
"protocol": "urclock",
"require_upload_port": true,
"speed": 115200
},
Expand Down
Loading

0 comments on commit 63258c3

Please sign in to comment.