zephyr/samples/subsys
Kumar Gala 21cf3a6344 samples: Fix filtering on UART_CONSOLE
There were a few different issues with the UART_CONSOLE filtering:
* Filter was incorrect - UART_CONSOLE should be CONFIG_UART_CONSOLE
* platform_exclude was used for drivers that had a #error for lack of
  interrupt support.  We can now use CONFIG_SERIAL_SUPPORT_INTERRUPT in
  the filter for that.  This catches all the various drivers that needed
  don't support uart interrupts, not just the onces that had a #error

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2017-06-29 07:07:31 -04:00
..
console samples: Fix filtering on UART_CONSOLE 2017-06-29 07:07:31 -04:00
debug samples: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
ipc/ipm_mailbox tests: remove testcase.ini files 2017-06-21 20:56:53 -04:00
logging/logger-hook tests: remove testcase.ini files 2017-06-21 20:56:53 -04:00
shell/shell samples: Fix filtering on UART_CONSOLE 2017-06-29 07:07:31 -04:00
usb arch: intel_quark: use DW device driver when USB is selected 2017-06-28 15:14:15 -04:00
subsys.rst doc: add labels to sample docs 2017-04-04 20:48:08 +00:00