zephyr/samples
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
..
application_development
basic cc3200: Remove TI cc3200 SOC and LaunchXL board support 2017-08-15 11:02:48 -05:00
bluetooth samples: Add bbc_microbit to hci_uart's whitelist 2017-09-07 07:04:22 -05:00
boards
cpp_synchronization cpp_synchronization: fix main() definition 2017-08-16 10:59:10 -07:00
drivers samples: drivers: add flash_shell 2017-09-11 11:41:57 -04:00
grove samples: grove: set min_flash filter 2017-09-01 10:19:40 -04:00
hello_world
mpu mpu_stack_guard_test: update log in README.rst 2017-08-09 13:36:09 -05:00
net net: app: Add IP header to packets received by TLS/DTLS tunnel 2017-08-30 08:12:10 -04:00
nfc/nfc_hello
philosophers
sensor samples: bmm150: Add sample application for BMM150 sensor 2017-09-05 07:56:41 -04:00
subsys
synchronization
testing
kernel.rst
samples.rst