Skip to content

Commit 4a5736a

Browse files
committed
Fix memory sizes for Daisy boards
Resolves #617
1 parent 2429457 commit 4a5736a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

boards/electrosmith_daisy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
],
3030
"name": "Electrosmith Daisy",
3131
"upload": {
32-
"maximum_ram_size": 131072,
33-
"maximum_size": 524288,
32+
"maximum_ram_size": 524288,
33+
"maximum_size": 131072,
3434
"protocol": "stlink",
3535
"protocols": [
3636
"jlink",

boards/electrosmith_daisy_patch_sm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
],
3131
"name": "Electrosmith Daisy Patch SM",
3232
"upload": {
33-
"maximum_ram_size": 131072,
34-
"maximum_size": 524288,
33+
"maximum_ram_size": 524288,
34+
"maximum_size": 131072,
3535
"protocol": "stlink",
3636
"protocols": [
3737
"jlink",

boards/electrosmith_daisy_petal_sm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
],
3131
"name": "Electrosmith Daisy Petal SM",
3232
"upload": {
33-
"maximum_ram_size": 131072,
34-
"maximum_size": 524288,
33+
"maximum_ram_size": 524288,
34+
"maximum_size": 131072,
3535
"protocol": "stlink",
3636
"protocols": [
3737
"jlink",

0 commit comments

Comments
 (0)