zephyr/include
Marti Bolivar 4f8081b5e4 drivers: flash: add flash_page_foreach()
This patch adds a routine which can be used to iterate over all flash
pages on the device.

This can be also done by using flash_get_page_info_by_idx(), but that
would add an unnecessary loop over the layout array for each page.

Signed-off-by: Marti Bolivar <marti.bolivar@linaro.org>
2017-10-06 22:12:23 -04:00
..
arch arch: arm: add new memory partition attributes 2017-10-03 19:30:28 -04:00
bluetooth Bluetooth: Add support for decoding new address types 2017-10-05 13:14:08 +03:00
crypto
debug
dfu DFU: add module for store the image 2017-09-11 11:37:43 -04:00
display
drivers usb: Allow to select configuration for composite devices 2017-09-21 09:00:23 -04:00
dt-bindings
fs subsys: fs: consolidate elm FAT kconfig options 2017-10-03 08:43:50 -04:00
linker kernel: introduce object validation mechanism 2017-09-07 16:33:33 -07:00
logging
misc cleanup: remove obsolete nano_work.h 2017-09-11 19:24:12 -04:00
net net: Deprecate ZOAP library 2017-10-06 22:07:37 -04:00
shell
toolchain kernel: abolish __syscall_inline 2017-10-03 16:16:03 -04:00
usb usb: move headers to include/usb/class 2017-10-03 14:50:14 -04:00
zephyr
adc.h
aio_comparator.h
atomic.h
cache.h
clock_control.h
console.h
counter.h api: counter: Improve documentation of counter_set_alarm(). 2017-09-15 14:29:15 -04:00
crc16.h
device.h
disk_access.h
dma.h drivers: dma: remove deprecated API functions 2017-09-22 07:50:20 -04:00
eth.h
flash.h drivers: flash: add flash_page_foreach() 2017-10-06 22:12:23 -04:00
fs.h
gpio.h
i2c.h drivers: i2c: remove usage of bitfield access for cfg 2017-09-20 10:16:14 -05:00
i2s.h doc: replace UTF-8 chars 2017-10-03 20:03:57 -04:00
init.h
ipm.h
irq_offload.h
irq.h
json.h lib: json: move json.h to include/ 2017-10-03 14:50:14 -04:00
kernel_version.h
kernel.h kernel: add syscalls for k_object_access APIs 2017-10-05 12:53:41 -04:00
pinmux.h
power.h
pthread.h
pwm.h
random.h
rtc.h
sensor.h
shared_irq.h
spi_legacy.h
spi.h doc: improve spi.h doxygen comments layout 2017-09-11 19:37:51 -04:00
sw_isr_table.h
sys_clock.h
sys_io.h
syscall.h syscalls: fix C++ issue 2017-09-29 19:36:51 -07:00
toolchain.h
uart.h
watchdog.h
zephyr.h