From 0ffe0078bba4b9a2171738ae0fd24d4b11037512 Mon Sep 17 00:00:00 2001 From: Philip Tricca Date: Wed, 13 Sep 2023 12:59:53 -0700 Subject: [PATCH] Update lpc55xpresso app-sprot.toml accounting for recent changes. This removes use of the now removed ITM feature in jefe as well as increasing the flash size required by recent sprot changes. --- app/lpc55xpresso/app-sprot.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/lpc55xpresso/app-sprot.toml b/app/lpc55xpresso/app-sprot.toml index e6e156ac8..8fa46f695 100644 --- a/app/lpc55xpresso/app-sprot.toml +++ b/app/lpc55xpresso/app-sprot.toml @@ -29,7 +29,6 @@ name = "task-jefe" priority = 0 max-sizes = {flash = 16384, ram = 2048} start = true -features = ["itm"] stacksize = 1536 notifications = ["fault", "timer"] extern-regions = ["sram2"] @@ -184,7 +183,7 @@ task-slots = ["swd"] [tasks.sprot] name = "drv-lpc55-sprot-server" priority = 6 -max-sizes = {flash = 44000, ram = 32768} +max-sizes = {flash = 44384, ram = 32768} uses = ["flexcomm8", "bootrom"] features = ["spi0"] start = true