nuttx/boards/xtensa/esp32/esp32-devkitc
YAMAMOTO Takashi 7e449c8a61 esp32-devkitc/wapi: Some config tweaks
When trying to reproduce a reported issue with telnetd,
it took me a bit to find out a working config with telnetd.
I don't want to repeat the process again in future.
OTOH, I don't feel it's worth to have a separate config for this.

Enable a few things convenient for testing network stuff
- telnetd
- iperf
- NET_STATISTICS
- Bump NET_NACTIVESOCKETS

Stack related
- Enable interrupt stack
- Tweak stack sizes
- STACK_COLORATION
- SYSTEM_STACKMONITOR

Debug stuff
- Enable assertions
- Enable some WARN/ERROR logs

Misc
- Disable C++ as it does nothing for the rest of the config and
  it's expensive (involving a download of the library)
2021-08-02 23:12:17 -07:00
..
configs esp32-devkitc/wapi: Some config tweaks 2021-08-02 23:12:17 -07:00
include Fix typo on esp32-devkitc 2021-07-25 09:00:39 -07:00
scripts boards/xtensa/esp32: Make board level linker script take precedence over 2021-07-15 08:32:22 -03:00
src xtensa/esp32: Enable the allocation of multiple SPI Flash partitions 2021-07-29 20:17:13 +02:00
Kconfig boards/xtensa: Avoid multiple inclusion of the common Kconfig 2021-04-10 00:32:21 -05:00