Skip to content

Commit

Permalink
Fix app/lpc55xpresso/app.toml so that it compiles after SpRot changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lzrd committed Oct 18, 2023
1 parent 151c35b commit 7cd4171
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/lpc55xpresso/app-sprot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ task-slots = ["swd"]
[tasks.sprot]
name = "drv-lpc55-sprot-server"
priority = 6
max-sizes = {flash = 44384, ram = 32768}
max-sizes = {flash = 46272, ram = 32768}
uses = ["flexcomm8", "bootrom"]
features = ["spi0"]
start = true
Expand All @@ -201,7 +201,7 @@ pins = [
# HS_SPI_SCK = P1_2 = FUN6
{ pin = { port = 1, pin = 2}, alt = 6},
# HS_SSEL1 = P1_1 = FUN5
{ pin = { port = 1, pin = 1}, alt = 5},
{ name = "CHIP_SELECT", pin = { port = 1, pin = 1}, alt = 5},
# ROT_IRQ = P0_16 = FUN0
{ name = "ROT_IRQ", pin = { port = 0, pin = 16}, alt = 0, direction = "output"},
# SP_RESET = P1_5 = FUN0 (not connected)
Expand All @@ -211,7 +211,7 @@ pins = [
[tasks.attest]
name = "task-attest"
priority = 5
max-sizes = {flash = 13600, ram = 16384}
max-sizes = {flash = 14528, ram = 16384}
stacksize = 9304
start = true
extern-regions = ["dice_alias", "dice_certs"]
Expand Down

0 comments on commit 7cd4171

Please sign in to comment.