zephyr/subsys
Aurelien Jarno d47fada3a4 subsys: fs/nvs: fix writes when write_block_size != 1
The current code computes the block-aligned len by ANDing the len with
~write_block_size instead of ~(write_block_size - 1).

In addition the compute value can be 0 (for lengths that are less than
the block size), so the first flash write might have to be skipped.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2018-08-24 13:24:04 -05:00
..
app_memory
bluetooth Bluetooth: controller: Use HCI Error Code definitions 2018-08-24 16:10:01 +03:00
console
cpp
debug
dfu
disk
fs subsys: fs/nvs: fix writes when write_block_size != 1 2018-08-24 13:24:04 -05:00
logging
mgmt
net
power subsys: power: Add OS managed Power Management framework 2018-08-22 08:07:14 -07:00
random
settings
shell
storage
usb
CMakeLists.txt subsys: power: Add OS managed Power Management framework 2018-08-22 08:07:14 -07:00
Kconfig subsys: power: Add OS managed Power Management framework 2018-08-22 08:07:14 -07:00