zephyr/samples
Peter A. Bigot 167eb53e74 subsys/fs/littlefs: allow customization of file system configuration
There's desire to be able to customize parameters on a per-filesystem
basis, which means we need a way to override the Kconfig defaults which
are global.  This also means the littlefs data structure cannot own the
cache and lookahead buffers.

Switch to using a macro to define the littlefs data structure.  The
default version uses the Kconfig constants.  A custom one takes
arguments providing the most likely partition-specific parameters.
Finally the user is free to bypass the helper macros and set any
parameters desired, though validation is limited and only present when
CONFIG_DEBUG is enabled.

Extend the test suite with a performance module, which confirms that
these settings have an impact proportional to the log of changes to the
cache or IO sizes.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2019-08-06 19:39:26 +02:00
..
application_development boards: arm: nrf52840_pca10056/nrf52_pca10040: enable pyocd runner 2019-07-10 12:11:46 -05:00
basic sample: button: Fix format specifier 2019-07-31 17:11:19 +02:00
bluetooth Bluetooth: Host: Print error codes in hex 2019-08-05 12:18:17 +02:00
boards Bluetooth: Host: Print error codes in hex 2019-08-05 12:18:17 +02:00
cpp_synchronization cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
display samples: add board customization for native_posix_64 2019-07-17 15:29:42 -07:00
drivers samples: Counter alarm should display seconds, not ticks 2019-08-05 13:27:36 +02:00
gui samples: add board customization for native_posix_64 2019-07-17 15:29:42 -07:00
hello_world cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
mpu cleanup: include/: move flash.h to drivers/flash.h 2019-06-27 22:55:49 -04:00
net samples: net: Modify mqtt_publisher to use set proxy 2019-08-05 13:26:11 +03:00
nfc/nfc_hello cleanup: include/: move misc/byteorder.h to sys/byteorder.h 2019-06-27 22:55:49 -04:00
philosophers tests: samples: Apps shouldn't set tick rate 2019-07-02 22:52:29 -04:00
portability CMSIS v2: Work around time unit confusion 2019-07-02 22:52:29 -04:00
sensor boards: remove quarl_se_c1000 2019-07-29 21:30:25 -07:00
shields sample/shield: x-nucleo-iks01a3: add support to STTS751 2019-07-31 10:32:10 -04:00
subsys subsys/fs/littlefs: allow customization of file system configuration 2019-08-06 19:39:26 +02:00
synchronization cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
testing/integration
userspace cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
xtensa_asm2 cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
classic.rst
index.rst