zephyr/samples/subsys
Peter A. Bigot f5e31c4d5d samples: fs: littlefs: fix lost flash area reference
The API call to close the flash area was only invoked when the flash
area was erased.  It should be closed in all paths.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2020-05-06 11:31:44 +02:00
..
canbus canbus: Convert canbus driver and subsys to new timeout API 2020-05-06 10:19:13 +02:00
console cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
fs samples: fs: littlefs: fix lost flash area reference 2020-05-06 11:31:44 +02:00
ipc samples: subsys: openamp: use new-style DT macros for shared memory 2020-05-05 10:08:28 -05:00
logging timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
mgmt samples/susbys/mgmt/mcumgr/smp_svr: add nrf5 configs 2020-04-20 15:57:52 +02:00
nvs drivers: flash: replace DT_FLASH_DEV_NAME with DT macro 2020-04-27 18:43:20 -05:00
power/device_pm boards: nrf52_pca10040: Rename to nrf52dk_nrf52832 2020-04-06 13:09:07 +02:00
settings boards: nrf52_pca10040: Rename to nrf52dk_nrf52832 2020-04-06 13:09:07 +02:00
shell samples: shell: shell_module: add demo hexdump command 2020-05-06 09:42:02 +02:00
tracing samples: fix configuration for systemview/cpu stats 2020-04-29 22:30:19 -04:00
usb samples: Convert DT_ALIAS_* to new DT_ALIAS() macro 2020-05-04 15:28:20 -05:00
subsys.rst