Skip to content

Commit

Permalink
Increase task timer stack size
Browse files Browse the repository at this point in the history
HostTests will now run without crashing. Still need to build with `USER_CFLAGS=-DNDEBUG` because of test failures (libc, spiffs)
  • Loading branch information
mikee47 committed Nov 12, 2020
1 parent 38387e5 commit c869424
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ CONFIG_IDF_FIRMWARE_CHIP_ID=0x0000
# Mandatory LWIP changes
CONFIG_LWIP_TCPIP_TASK_STACK_SIZE=4096

# Mandatory Sming framework changes
CONFIG_ESP_TIMER_TASK_STACK_SIZE=8192

# The bootloader logs all type of messages
CONFIG_BOOTLOADER_LOG_LEVEL_NONE=
CONFIG_BOOTLOADER_LOG_LEVEL_ERROR=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ CONFIG_IDF_FIRMWARE_CHIP_ID=0x0000
# Mandatory LWIP changes
CONFIG_LWIP_TCPIP_TASK_STACK_SIZE=4096

# Mandatory Sming framework changes
CONFIG_ESP_TIMER_TASK_STACK_SIZE=8192

# The bootloader logs only errors
CONFIG_BOOTLOADER_LOG_LEVEL_NONE=
CONFIG_BOOTLOADER_LOG_LEVEL_ERROR=y
Expand Down

0 comments on commit c869424

Please sign in to comment.