Skip to content

Commit

Permalink
Bump rng_driver's stack size
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeter committed Feb 7, 2025
1 parent bfcd37a commit 96fd20d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/demo-stm32h7-nucleo/app-h743.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ start = true
features = ["h743"]
priority = 3
name = "drv-stm32h7-rng"
stacksize = 256
stacksize = 512
start = true
task-slots = ["sys", "user_leds"]
uses = ["rng"]
Expand Down
2 changes: 1 addition & 1 deletion app/demo-stm32h7-nucleo/app-h753.toml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ start = true
features = ["h753"]
priority = 3
name = "drv-stm32h7-rng"
stacksize = 256
stacksize = 512
start = true
task-slots = ["sys", "user_leds"]
uses = ["rng"]
Expand Down
2 changes: 1 addition & 1 deletion app/gemini-bu/app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ name = "drv-stm32h7-rng"
priority = 6
uses = ["rng"]
start = true
stacksize = 256
stacksize = 512
task-slots = ["sys", "user_leds"]

[tasks.update_server]
Expand Down
2 changes: 1 addition & 1 deletion app/gimletlet/base-gimletlet2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ name = "drv-stm32h7-rng"
priority = 6
uses = ["rng"]
start = true
stacksize = 256
stacksize = 512
task-slots = ["sys", "user_leds"]

[tasks.update_server]
Expand Down
2 changes: 1 addition & 1 deletion app/sidecar/base.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ name = "drv-stm32h7-rng"
priority = 6
uses = ["rng"]
start = true
stacksize = 256
stacksize = 512
task-slots = ["sys"]

[tasks.update_server]
Expand Down

0 comments on commit 96fd20d

Please sign in to comment.