From 4a5736adda52ee7c7c1018ead5ac57c97268213e Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Wed, 14 Jun 2023 16:52:57 +0300 Subject: [PATCH] Fix memory sizes for Daisy boards Resolves #617 --- boards/electrosmith_daisy.json | 4 ++-- boards/electrosmith_daisy_patch_sm.json | 4 ++-- boards/electrosmith_daisy_petal_sm.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/boards/electrosmith_daisy.json b/boards/electrosmith_daisy.json index 7d52aa4f..11a0ff8e 100644 --- a/boards/electrosmith_daisy.json +++ b/boards/electrosmith_daisy.json @@ -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", diff --git a/boards/electrosmith_daisy_patch_sm.json b/boards/electrosmith_daisy_patch_sm.json index 37a9ad65..550c8426 100644 --- a/boards/electrosmith_daisy_patch_sm.json +++ b/boards/electrosmith_daisy_patch_sm.json @@ -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", diff --git a/boards/electrosmith_daisy_petal_sm.json b/boards/electrosmith_daisy_petal_sm.json index f1e31435..8cd885af 100644 --- a/boards/electrosmith_daisy_petal_sm.json +++ b/boards/electrosmith_daisy_petal_sm.json @@ -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",