Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix lpc55xpresso/app-sprot build #1920

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions app/lpc55xpresso/app-sprot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ start = true
[tasks.update_server]
name = "lpc55-update-server"
priority = 3
stacksize = 3000
stacksize = 3136
start = true
sections = {bootstate = "usbsram"}
uses = ["flash_controller", "hash_crypt"]
Expand Down Expand Up @@ -142,7 +142,7 @@ uses = ["flexcomm5", "iocon"]
start = true
stacksize = 1000
task-slots = ["gpio_driver", "syscon_driver"]
notifications = ["spi-irq"]
notifications = ["spi-irq", "timer"]
interrupts = {"flexcomm5.irq" = "spi-irq"}

[tasks.swd.config]
Expand All @@ -167,6 +167,8 @@ pins = [
# SCK
{ pin = { port = 0, pin = 7 }, alt = 3 },
{ name = "SD0_CARD_DET", pin = { port = 0, pin = 17 }, alt = 0, direction = "input" },
{ name = "SP_TO_ROT_JTAG_DETECT_L", pin = { port = 0, pin = 20 }, alt = 0, direction = "input" },
{ name = "ROT_TO_SP_RESET_L", pin = { port = 0, pin = 13 }, alt = 0, value = true, direction = "output", opendrain = "opendrain" },
]
spi_num = 5

Expand Down Expand Up @@ -208,7 +210,7 @@ pins = [
[tasks.attest]
name = "task-attest"
priority = 5
max-sizes = {flash = 33904, ram = 16384}
max-sizes = {flash = 34336, ram = 16384}
stacksize = 12304
start = true
extern-regions = ["dice_alias", "dice_certs"]
Expand Down