Skip to content

Commit

Permalink
CONFIG_ESP_MAIN_TASK_STACK_SIZE=64000
Browse files Browse the repository at this point in the history
  • Loading branch information
Evanfeenstra committed Jul 21, 2022
1 parent 4834106 commit d866ece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sphinx-key/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pingpong = []

[dependencies]
bitflags = "1.3.2"
esp-idf-sys = { version = "0.31.5", features = ["binstart"] }
esp-idf-sys = { version = "0.31.6", features = ["binstart"] }
sphinx-key-signer = { path = "../signer", optional = true }
sphinx-key-crypter = { path = "../crypter" }
embedded-svc = { version = "0.21.2" }
Expand Down
2 changes: 1 addition & 1 deletion sphinx-key/sdkconfig.defaults
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Rust often needs a bit of an extra main task stack size compared to C (the default is 3K)
CONFIG_ESP_MAIN_TASK_STACK_SIZE=32000
CONFIG_ESP_MAIN_TASK_STACK_SIZE=64000

# Use this to set FreeRTOS kernel tick frequency to 1000 Hz (100 Hz by default).
# This allows to use 1 ms granuality for thread sleeps (10 ms by default).
Expand Down

0 comments on commit d866ece

Please sign in to comment.