zephyr/tests/subsys
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
..
can/frame tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
dfu tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
fs subsys/fs/littlefs: allow customization of file system configuration 2019-08-06 19:39:26 +02:00
jwt tests: remove redundant CONFIG_HW_STACK_PROTECTION=y setting 2019-07-01 12:54:20 -07:00
logging tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
settings tests/subsys/settings/functional: test external flash 2019-07-24 09:20:56 -04:00
shell/shell_history shell_history_test: make the test succeed on 64-bit targets 2019-07-04 07:24:56 -04:00
storage/flash_map tests: enable native_posix_64 testing 2019-07-16 10:41:11 -07:00
usb Revert "sys/util.h: helper macro to perform pointer difference" 2019-07-17 03:44:03 -04:00