Skip to content

Commit

Permalink
Update lpc55xpresso app-sprot.toml accounting for recent changes.
Browse files Browse the repository at this point in the history
This removes use of the now removed ITM feature in jefe as well as
increasing the flash size required by recent sprot changes.
  • Loading branch information
flihp committed Sep 13, 2023
1 parent f700690 commit 0ffe007
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/lpc55xpresso/app-sprot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0ffe007

Please sign in to comment.