OVMS3-idf/examples/wifi/simple_sniffer/main
Ivan Grokhotkov bc04b1f53b 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-15 11:31:22 +08:00
..
CMakeLists.txt example: add console command for wifi sniffer 2018-10-19 11:51:56 +08:00
cmd_decl.h example: add console command for wifi sniffer 2018-10-19 11:51:56 +08:00
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 example: add console command for wifi sniffer 2018-10-19 11:51:56 +08:00
Kconfig.projbuild sniffer: capture packets to host via JTAG 2019-02-27 16:20:13 +08:00
simple_sniffer_example_main.c examples: don't enable buffering on stdout in console examples 2019-03-15 11:31:22 +08:00