esp-idf/examples/wifi/simple_sniffer/main
Ivan Grokhotkov 945bd36884 examples: don't enable buffering on stdout in console examples
newlib uses significantly more stack space when printing to an
unbuffered stream. To reduce the amount of stack space required to
use the console, don’t disable buffering. linenoise should support
unbuffered stdout instead.
2019-03-13 20:32:37 +08:00
..
CMakeLists.txt
Kconfig.projbuild sniffer: capture packets to host via JTAG 2019-02-27 16:20:13 +08:00
cmd_decl.h
cmd_sniffer.c sniffer: capture packets to host via JTAG 2019-02-27 16:20:13 +08:00
cmd_sniffer.h sniffer: capture packets to host via JTAG 2019-02-27 16:20:13 +08:00
component.mk
simple_sniffer_example_main.c examples: don't enable buffering on stdout in console examples 2019-03-13 20:32:37 +08:00