- 563c24f settings: Handle unhandled error by Lukasz Maciejonczyk · 4 years, 2 months ago
- 9fdf06e settings: Add fs_file_t type variable initializations by Dominik Ermel · 4 years, 2 months ago
- 694a9af settings: fix possible unaligned write while a line coping by Andrzej Puzdrowski · 4 years, 4 months ago
- 780fa73 settings_fcb: initialize rc variable by Håkon Øye Amundsen · 4 years, 6 months ago
- 824f423 misc: Replace assert include and calls by sys/__assert.h equivalent by Xavier Chapron · 4 years, 6 months ago
- 55be783 settings: Remove deprecated SETTINGS_USE_BASE64 support by Kumar Gala · 4 years, 6 months ago
- a2d54a7 Kconfig: settings by Anas Nashif · 4 years, 7 months ago
- cac0762 subsys/fs: Add open flags parameter to fs_open by Dominik Ermel · 4 years, 8 months ago
- 68b561c settings: avoid null pointer invocation in runtime read by Peter A. Bigot · 4 years, 8 months ago
- f08045f settings: Fix uninitialised variables by Markus Becker · 4 years, 9 months ago
- a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
- 775b245 settings_fcb: Fix storing the data by Marek Pieta · 4 years, 10 months ago
- ff579a3 flash: Convert DT_FLASH_AREA to FLASH_AREA macros by Kumar Gala · 4 years, 11 months ago
- e052c79 settings: add const qualifier for unmodified data source by Peter Bigot · 5 years ago
- dab67c3 settings: settings_register static table does not need mutex by Dominik Ermel · 5 years ago
- c0d31bf settings: Reduction of settings_src_register function by Dominik Ermel · 5 years ago
- 2addfb4 settings: Deprecate base64 in fs backed settings by Dominik Ermel · 5 years ago
- 220f760 settings: Moving initialization code to proper backend sources by Dominik Ermel · 5 years ago
- c16691f settings: file: Fix possible success status while failed to write by Dominik Ermel · 5 years ago
- bec05a5 settings: Fix settings runtime read callback return value by François Delawarde · 5 years ago
- ec4714a include: Fix use of <nvs/nvs.h> -> <fs/nvs.h> by Kumar Gala · 5 years ago
- 2fab741 include: Fix use of <flash_map.h> -> <storage/flash_map.h> by Kumar Gala · 5 years ago
- 86afb9c settings: Set a default value to name_key before processing by Radoslaw Koppel · 5 years ago
- c839d7b settings: Fix undefined behaviours in settings_line.c. by Stephanos Ioannidis · 5 years ago
- aae2c84 setting: fix NVS error handling on write by Andrzej Puzdrowski · 5 years ago
- bd6e044 kconfig: Clean up header comments and make them consistent by Ulf Magnusson · 5 years ago
- 8024c7a settings: fix runtime settings length by François Delawarde · 5 years ago
- 06cd858 settings: fix integer to unsigned compression in nvs back-en by Andrzej Puzdrowski · 5 years ago
- 9ac3755 settings: (NVS) fetch sector size from driver by Andrzej Puzdrowski · 5 years ago
- 687a02a settings: file: Duplicates filtering option by Radoslaw Koppel · 5 years ago
- 0b0f375 settings: fcb: Duplicates filtering option by Radoslaw Koppel · 5 years ago
- ff75620 settings: fix Kconfig SETTINGS_NVS dependency by Kamil Piszczek · 5 years ago
- 7866ea6 settings: addding NVS & FS to default settings backend config by Kamil Piszczek · 5 years ago
- d52cdd9 settings: nvs: aligned error code on delete operation by Kamil Piszczek · 5 years ago
- b9dc69b subsys/settings: Remove optional from Kconfig by Laczen JMS · 5 years ago
- c68ff8b settings: Generic function to call set handler by Radoslaw Koppel · 6 years ago
- 6c2add5 settings: Direct loading functionality by Radoslaw Koppel · 6 years ago
- 94a022c fcb: start using errno codes by Andrzej Puzdrowski · 6 years ago
- 1aca71b settings: nvs backend: fix build warning due to the type mismatch by Kamil Piszczek · 6 years ago
- 2c43ded settings: adding missing header by Kamil Piszczek · 6 years ago
- 07cfaa2 Settings: Improve error handling of settings load by Faisal Saleem · 6 years ago
- c313c48 Settings: Fix incorrect return of -EINVAL for deleted entries by Declan Traill · 6 years ago
- 4ea3c95 settings: align nvs read_callback return value by Andrzej Puzdrowski · 6 years ago
- e55f3eb Settings: Initialize settings_lock mutex by Tobias Svehagen · 6 years ago
- af9a267 settings: Fix missing kernel.h include by Krzysztof Chruscinski · 6 years ago
- e3ba01e subsys/storage/flash_map: detect missing flash device by Peter A. Bigot · 6 years ago
- 88bb759 settings: adding new nvs backend by Kamil Piszczek · 6 years ago
- bd977d0 cleanup: include/: move base64.h to sys/base64.h by Anas Nashif · 6 years ago
- d918c98 cleanup: include/: move fcb.h to fs/fcb.h by Anas Nashif · 6 years ago
- 656f4df cleanup: include/: move fs.h to fs/fs.h by Anas Nashif · 6 years ago
- c20ff11 subsys/settings: Enable handler ROM registration by Laczen JMS · 6 years ago
- f2cb20c docs: fix misspelling across the tree by Anas Nashif · 6 years ago
- 36edf92 subsys/settings: change processing to const char by Laczen JMS · 6 years ago
- b748a54 subsys/settings: Cleanup the initialisation of the subsys by Radoslaw Koppel · 6 years ago
- 974231e subsys/settings: Add const modifier to the value pointer by Radoslaw Koppel · 6 years ago
- 4349281 subsys/settings: Correct size in strncpy to avoid unterminated strings by François Delawarde · 6 years ago
- 2038365 subsys/settings: Use strncpy instead of strcpy in settings_runtime by François Delawarde · 6 years ago
- 94451b2 subsys/settings: Allow to register custom backends in settings subsystem by François Delawarde · 6 years ago
- 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
- 24d7143 all: Add 'U' suffix when using unsigned variables by Patrik Flykt · 6 years ago
- 7c4a229 settings: Fix check for duplicate when new value is smaller by Johan Hedberg · 6 years ago
- 58b17ed settings: Enforce value & length consistency in settings_save_one() by Johan Hedberg · 6 years ago
- 6b62e5e settings: remove dead code by Andrzej Puzdrowski · 6 years ago
- d9e212d settings: logging: Add log_strdup to error messages by Filip Kubicz · 6 years ago
- 4e4048f settings: enable logging by Andrzej Puzdrowski · 6 years ago
- 15159dd settings: always uses the storage partition for FCB by Andrzej Puzdrowski · 6 years ago
- ad20d34 settings: fix fcb record size for unaligned sizes by Andrzej Puzdrowski · 6 years ago
- e31c77d settings: get flash alignment from fcb instance by Andrzej Puzdrowski · 6 years ago
- 75f77db include: misc: util.h: Rename min/max to MIN/MAX by Carlos Stuart · 6 years ago
- 7e3d514 settings: Fix default value of flash area ID in Kconfig by Andrzej Głąbek · 6 years ago
- 7655303 settings: fix read-out more than stored bug. by Andrzej Puzdrowski · 6 years ago
- dfd40d2 setting: avoid the registration of the same handler by Keguang Zhang · 6 years ago
- f0616a4 subsys/settings: fcb compress areas only once by Andrzej Puzdrowski · 6 years ago
- ce1ed82 settings: Corrected __ASSERT include paths by Jan Van Winkel · 6 years ago
- 493ae36 settings: fix value-len-get while base64 is enabled by Andrzej Puzdrowski · 6 years ago
- 3034dc7 settings: Corrected type for offset variables by Jan Van Winkel · 6 years ago
- 523acef settings: fix key-value duplication check by Andrzej Puzdrowski · 6 years ago
- cb92c95 settings: add delete key-value pair API by Andrzej Puzdrowski · 6 years ago
- e5a09cc settings: add API for check value size by Andrzej Puzdrowski · 6 years ago
- 63961e3 settings: make base64 encoding optional by Andrzej Puzdrowski · 6 years ago
- 76f8b97 subsys/settings: stream-style encoding and decoding to/from storage by Andrzej Puzdrowski · 6 years ago
- b97db52 misra-c: Add 'U' to unsigned variable assignments in subsys/ by Patrik Flykt · 6 years ago
- c68ab81 cmake: settings: Don't add ext nffs include dir to global includes by Sebastian Bøe · 7 years ago
- 1073882 subsys: kconfig: Remove 'default n' properties and clean up a bit by Ulf Magnusson · 7 years ago
- bfdb6ac subsys: settings: Fix file exist error. by Daniele Biagetti · 7 years ago
- aa26289 kconfig: Get rid of leading/trailing whitespace in prompts by Ulf Magnusson · 7 years ago
- 72050f4 settings: Make it safe to call settings_subsys_init() multiple times by Johan Hedberg · 7 years ago
- cf06bc5 susbsys: settings: optimized fcb compression for deleted entry by Andrzej Puzdrowski · 7 years ago
- d67009d subsys: settings: Fix Kconfig dependencies by Johan Hedberg · 7 years ago
- 341b427 subsys: settings: fix fcb back-end initialization by Andrzej Puzdrowski · 7 years ago
- 9fe3053 susbsys: settings: fix coverity issues by Andrzej Puzdrowski · 7 years ago
- 94ff339 subsys: Add a new settings subsystem by Andrzej Puzdrowski · 7 years ago