zephyr/samples/nanokernel/benchmark
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
..
boot_time Update Title in sample project README.txt files 2016-02-05 20:15:21 -05:00
footprint samples/benchmark/footprint-min: disable UART console and serial 2016-02-05 20:15:25 -05:00
latency_measure Update Title in sample project README.txt files 2016-02-05 20:15:21 -05:00
sys_kernel Update Title in sample project README.txt files 2016-02-05 20:15:21 -05:00