Skip to content

Commit

Permalink
Merge branch 'platformio:develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgerhardt authored Oct 31, 2024
2 parents e4386b3 + 1c15f3a commit 48a4293
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions boards/digix.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"maximum_ram_size": 98304,
"maximum_size": 524288,
"native_usb": true,
"offset_address": "0x80000",
"protocol": "sam-ba",
"protocols": [
"sam-ba",
Expand Down
1 change: 1 addition & 0 deletions boards/due.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"maximum_ram_size": 98304,
"maximum_size": 524288,
"native_usb": false,
"offset_address": "0x80000",
"protocol": "sam-ba",
"protocols": [
"sam-ba",
Expand Down
1 change: 1 addition & 0 deletions boards/dueUSB.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"maximum_ram_size": 98304,
"maximum_size": 524288,
"native_usb": true,
"offset_address": "0x80000",
"protocol": "sam-ba",
"protocols": [
"sam-ba",
Expand Down
1 change: 1 addition & 0 deletions boards/sainSmartDue.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"disable_flushing": true,
"maximum_ram_size": 98304,
"maximum_size": 524288,
"offset_address": "0x80000",
"native_usb": false,
"protocol": "sam-ba",
"protocols": [
Expand Down
1 change: 1 addition & 0 deletions boards/sainSmartDueUSB.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"maximum_ram_size": 98304,
"maximum_size": 524288,
"native_usb": true,
"offset_address": "0x80000",
"protocol": "sam-ba",
"protocols": [
"sam-ba",
Expand Down
1 change: 1 addition & 0 deletions boards/sodaq_autonomo.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"maximum_ram_size": 32768,
"maximum_size": 262144,
"native_usb": true,
"offset_address": "0x2000",
"protocol": "sam-ba",
"protocols": [
"sam-ba",
Expand Down
1 change: 1 addition & 0 deletions boards/sodaq_explorer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"maximum_ram_size": 32768,
"maximum_size": 262144,
"native_usb": true,
"offset_address": "0x2000",
"protocol": "sam-ba",
"protocols": [
"sam-ba",
Expand Down
1 change: 1 addition & 0 deletions boards/sodaq_one.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"maximum_ram_size": 32768,
"maximum_size": 262144,
"native_usb": true,
"offset_address": "0x2000",
"protocol": "sam-ba",
"protocols": [
"sam-ba",
Expand Down
1 change: 1 addition & 0 deletions boards/sodaq_sara.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"maximum_ram_size": 32768,
"maximum_size": 262144,
"native_usb": true,
"offset_address": "0x2000",
"protocol": "sam-ba",
"protocols": [
"sam-ba",
Expand Down
1 change: 1 addition & 0 deletions boards/sodaq_sff.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"maximum_ram_size": 32768,
"maximum_size": 262144,
"native_usb": true,
"offset_address": "0x2000",
"protocol": "sam-ba",
"protocols": [
"sam-ba",
Expand Down

0 comments on commit 48a4293

Please sign in to comment.