zephyr/drivers
Simon Glass 9ff7dfce23 flash: Enhance 'flash read' to read a block of data
It is annoying to read just a single word at a time. Update this
command to print any amount of data. This uses byte format at present.

We could perhaps support something like:

   flash read.8
   flash read.16
   flash read.32

to chose the size.

Example output (with line breaks to keep within git-style limit):

$ flash read FLASH_CTRL 0 20
00000000: 20 25 00 20 1d 26 00 08  69 68 00 08 45 26 00 08
   | %. .&.. ih..E&..|
00000010: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
   |........ ........|

Signed-off-by: Simon Glass <sjg@chromium.org>
2020-07-07 17:19:26 -04:00
..
adc shell: enable modules by default if shell is enabled 2020-06-24 21:37:12 -04:00
audio
bluetooth Bluetooth: Fix host RX thread deadlock 2020-07-06 11:15:39 +02:00
can can: mcp2515: Add chip select flags 2020-07-01 16:40:03 -05:00
clock_control drivers: clock_control: stm32f0/f3: streamline PREDIV handling 2020-07-05 07:56:21 -04:00
console drivers: console: gsm_mux: fix timeout after timeout API change 2020-07-07 15:08:43 +02:00
counter
crypto
dac drivers: dac: mcux_dac32: add Kconfig option for enabling test output 2020-07-03 08:05:25 -04:00
debug
display drivers: gd7965: use K_MSEC macro in k_sleep calls 2020-07-06 09:57:14 -04:00
dma
eeprom drivers: eeprom_at2x: guarantee retry until timeout 2020-07-07 15:04:31 +02:00
entropy
espi drivers: espi: Add support for ACPI_EC1 interface 2020-06-25 17:05:43 -04:00
ethernet drivers: ethernet: sam_gmac: Add SOC_FAMILY_SAM0 dependency 2020-07-02 08:37:17 -04:00
flash flash: Enhance 'flash read' to read a block of data 2020-07-07 17:19:26 -04:00
gpio drivers: gpio_nrfx: Replace atomic_set_bit_to() with atomic_and() 2020-07-06 16:47:03 +02:00
hwinfo shell: enable modules by default if shell is enabled 2020-06-24 21:37:12 -04:00
i2c drivers: i2c_nrfx_{twi, twim}: Remove potential I2C deadlock 2020-07-02 08:48:24 -04:00
i2s
ieee802154 drivers: dw1000: fix SPI GPIO CS 2020-07-07 15:08:16 +02:00
interrupt_controller drivers: interrupt_controller: gicv3: Skip typr for SGI 2020-07-01 08:02:57 -04:00
ipm
kscan
led
led_strip drivers: led_strip: Add support for external SPI CS on APA102 LED strips 2020-07-02 08:22:31 -04:00
lora drivers: lora: Add chip select flags to SX1276 driver 2020-07-06 09:57:45 -04:00
modem
net net: ppp: consume ringbuf until it is empty 2020-07-02 08:25:12 -05:00
neural_net
pcie drivers: pcie: Do not enable PCIe RC module shell for endpoint 2020-07-01 11:21:57 -04:00
peci
pinmux
ps2
ptp_clock
pwm drivers: pwm: stm32: fix polarity setting 2020-07-07 15:09:03 +02:00
sensor drivers: sensor: nrf5: temp_nrf5: Add mutex to temp_nrf5_sample_fetch 2020-07-07 16:27:32 -04:00
serial drivers: uart_nrfx_uart: Fix disabling of TX IRQ 2020-07-06 16:34:53 +02:00
spi drivers: spi: fix the fast path on the SAM0 driver 2020-07-06 10:02:14 -04:00
timer drivers: timer: fix tickless contineous interrupts 2020-07-07 15:06:55 +02:00
usb drivers: usb: switch the SAM0 driver from a custom allocator to the heap 2020-07-06 09:58:20 -04:00
video
watchdog
wifi drivers: wifi: eswifi: Add chip select flags 2020-07-06 08:24:18 -05:00
CMakeLists.txt
Kconfig