From c414e34c3fd3be1e69bf50cf08f08c9636954317 Mon Sep 17 00:00:00 2001 From: "Cliff L. Biffle" Date: Wed, 6 Mar 2024 11:51:56 -0800 Subject: [PATCH] oxcon2023g0: adjust kernel size allocation --- app/oxcon2023g0/app.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/oxcon2023g0/app.toml b/app/oxcon2023g0/app.toml index 42419e4cd..f85ce7c26 100644 --- a/app/oxcon2023g0/app.toml +++ b/app/oxcon2023g0/app.toml @@ -6,7 +6,7 @@ board = "oxcon2023g0" [kernel] name = "oxcon2023g0" -requires = {flash = 11104, ram = 1296} +requires = {flash = 11264, ram = 1296} stacksize = 640 [tasks.jefe]