zephyr/samples/drivers
Marti Bolivar 219b3cd067 samples: drivers: add flash_shell
This is a simple shell module that allows arbitrary boards with flash
driver support to explore the flash device.

- Reading, erasing, and writing by device offsets are supported in all
  cases.

- If the flash page layout is available, it can be printed, and I/O
  can also be done to a specified page as well.

One known issue is that writing to flash on targets that require
doubleword-sized writes (e.g STM32L4) will fail since the number of
arguments required exceeds ARGC_MAX in shell.c. Addressing that is
left to future work.

Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
2017-09-11 11:41:57 -04:00
..
aio_comparator tests: samples: remove duplicate filtering 2017-06-27 17:44:23 -04:00
crypto samples/crypto: Add mbedtls shim driver support 2017-08-17 22:20:23 -04:00
current_sensing tests: samples: remove duplicate filtering 2017-06-27 17:44:23 -04:00
flash_shell samples: drivers: add flash_shell 2017-09-11 11:41:57 -04:00
gpio samples: drivers: gpio: Make the sample work with ESP32 2017-08-09 12:26:14 -07:00
i2c_fujitsu_fram tests: samples: remove duplicate filtering 2017-06-27 17:44:23 -04:00
lcd_hd44780 tests: remove testcase.ini files 2017-06-21 20:56:53 -04:00
led_apa102c tests: samples: remove duplicate filtering 2017-06-27 17:44:23 -04:00
random samples: random: Add sentinel to check for buffer overflows 2017-07-07 07:27:39 -05:00
rtc tests: remove testcase.ini files 2017-06-21 20:56:53 -04:00
soc_flash_nrf5 samples: drivers: soc_flash_nrf5: Get flash page layout sample 2017-09-11 11:41:57 -04:00
spi_flash tests: remove testcase.ini files 2017-06-21 20:56:53 -04:00
spi_fujitsu_fram tests: samples: remove duplicate filtering 2017-06-27 17:44:23 -04:00
watchdog tests: remove testcase.ini files 2017-06-21 20:56:53 -04:00