Skip to content

Commit

Permalink
Add CONFIG_ASYNC_TCP_QUEUE_SIZE and CONFIG_ASYNC_TCP_STACK to Kconfig…
Browse files Browse the repository at this point in the history
….projbuild
  • Loading branch information
Adrian committed Apr 16, 2020
1 parent a53168f commit ec4cb9a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Kconfig.projbuild
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,12 @@ config ASYNC_TCP_USE_WDT
help
Enable WDT for the AsyncTCP task, so it will trigger if a handler is locking the thread.

config CONFIG_ASYNC_TCP_STACK

This comment has been minimized.

Copy link
@atanisoft

atanisoft Apr 16, 2020

Contributor

remove CONFIG_ as that will be added automatically when menuconfig is run. Same for the entry below.

int "Stack size for the AsyncTCP task"
default 16384

config CONFIG_ASYNC_TCP_QUEUE_SIZE
int "Events queue size"
default 32

endmenu

0 comments on commit ec4cb9a

Please sign in to comment.