zephyr/samples/drivers
Kumar Gala 41712b71b2 samples: CAN: Add testing harness
Add simple console testing harness for expected output.  This allows us
to validate that the test is running properly on hardware.

We expect the sample to report back somthing like:

Counter received: 1
Counter received: 2
Counter received: 3
Counter received: 4
...

etc.

So have a simple regex check for it.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-08-26 22:33:14 -04:00
..
CAN samples: CAN: Add testing harness 2019-08-26 22:33:14 -04:00
counter/alarm samples: Counter alarm should display seconds, not ticks 2019-08-05 13:27:36 +02:00
crypto
current_sensing cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
entropy cleanup: include/: move entropy.h to drivers/entropy.h 2019-06-27 22:55:49 -04:00
espi samples: drivers: espi: Add eSPI driver sample app 2019-07-25 08:23:38 -07:00
flash_shell cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
gpio dts: Rename LED._GPIO_* -> DT_ALIAS_LED._GPIOS_* 2019-07-02 08:26:37 -04:00
ht16k33 cleanup: include/: move led.h to drivers/led.h 2019-06-27 22:55:49 -04:00
i2c_fujitsu_fram samples: i2c_fujitsu_fram: remove whitelisting 2019-07-12 05:54:16 -07:00
i2c_scanner cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
lcd_hd44780 cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
led_apa102 cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
led_apa102c_bitbang boards: remove arduino 101 and related boards 2019-07-29 21:30:25 -07:00
led_lp3943 cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
led_lp5562 cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
led_lpd8806 cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
led_pca9633 cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
led_ws2812 cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
random
rtc cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
soc_flash_nrf cleanup: include/: move flash.h to drivers/flash.h 2019-06-27 22:55:49 -04:00
spi_flash samples/drivers/spi_flash: add board overrides 2019-07-24 09:20:56 -04:00
spi_fujitsu_fram cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
watchdog cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
drivers.rst