Skip to content

Commit

Permalink
coap: Increase stack size
Browse files Browse the repository at this point in the history
Without this, the CoAP example on particle-xenon crashes during a
fauxhoc.py run
  • Loading branch information
chrysn committed Apr 26, 2024
1 parent d149154 commit 9093731
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/coap/laze.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
apps:
- name: coap
env:
global:
CARGO_ENV:
- CONFIG_ISR_STACKSIZE=16384
selects:
- ?release
- network
Expand Down

0 comments on commit 9093731

Please sign in to comment.