Skip to content

Commit

Permalink
Fix memory sizes for Daisy boards
Browse files Browse the repository at this point in the history
Resolves #617
  • Loading branch information
valeros committed Jun 14, 2023
1 parent 2429457 commit 4a5736a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions boards/electrosmith_daisy.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
],
"name": "Electrosmith Daisy",
"upload": {
"maximum_ram_size": 131072,
"maximum_size": 524288,
"maximum_ram_size": 524288,
"maximum_size": 131072,
"protocol": "stlink",
"protocols": [
"jlink",
Expand Down
4 changes: 2 additions & 2 deletions boards/electrosmith_daisy_patch_sm.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
],
"name": "Electrosmith Daisy Patch SM",
"upload": {
"maximum_ram_size": 131072,
"maximum_size": 524288,
"maximum_ram_size": 524288,
"maximum_size": 131072,
"protocol": "stlink",
"protocols": [
"jlink",
Expand Down
4 changes: 2 additions & 2 deletions boards/electrosmith_daisy_petal_sm.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
],
"name": "Electrosmith Daisy Petal SM",
"upload": {
"maximum_ram_size": 131072,
"maximum_size": 524288,
"maximum_ram_size": 524288,
"maximum_size": 131072,
"protocol": "stlink",
"protocols": [
"jlink",
Expand Down

0 comments on commit 4a5736a

Please sign in to comment.