Skip to content

Commit

Permalink
Bump host-sp-comms stacksize
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter authored and labbott committed May 7, 2024
1 parent cb93b56 commit a4fa6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/gimlet/base.toml
Expand Up @@ -232,7 +232,7 @@ uses = ["uart7", "dbgmcu"]
interrupts = {"uart7.irq" = "usart-irq"}
priority = 7
max-sizes = {flash = 65536, ram = 65536}
stacksize = 4096
stacksize = 5080
start = true
task-slots = ["sys", "gimlet_seq", "hf", "control_plane_agent", "net", "packrat", "i2c_driver", { spi_driver = "spi2_driver" }]
notifications = ["jefe-state-change", "usart-irq", "multitimer", "control-plane-agent"]
Expand Down

0 comments on commit a4fa6f7

Please sign in to comment.