Skip to content

Commit

Permalink
Add missing firmware offsets
Browse files Browse the repository at this point in the history
Resolves #233
  • Loading branch information
valeros committed Oct 10, 2024
1 parent 4415ce4 commit 1c15f3a
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 1c15f3a

Please sign in to comment.