zephyr/samples/nanokernel
Daniel Leung f06cae3775 samples/benchmark/footprint-min: disable UART console and serial
Previously, CONFIG_PRINTK being false means none of functions related to
the UART console and serial are compiled into the binary. This
effectively means UART console and serial drivers are disabled.
By decoupling serial drivers from console related configs, additional
options are needed to disable serial drivers and UART console driver
itself. So add those options here to disable UART console and serial,
or else the resulting binaries will be too bloated.

Change-Id: If526e42404f22caf6a550795f8277ba742625883
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:15:25 -05:00
..
apps Add "Sample Output:" section to profiler_sample README.txt 2016-02-05 20:15:21 -05:00
benchmark samples/benchmark/footprint-min: disable UART console and serial 2016-02-05 20:15:25 -05:00
test