1. 5f0dff6 storage/flash_map: Separate layout and integrity functions by Dominik Ermel · 3 years, 5 months ago
  2. 51e8db2 storage/flash_map: Switch flash_area_layout to use flash_area_open by Dominik Ermel · 3 years, 5 months ago
  3. f20cc4b storage/flash_map: Fix flash area bounds checking by Dominik Ermel · 3 years, 10 months ago
  4. e1891b3 storage/stream: Move fill value handling to flash_sync by Jonathan Nilsen · 3 years, 11 months ago
  5. 0e6ac00 storage/stream: Add persistent write progress to stream_flash by Jonathan Nilsen · 4 years ago
  6. 45449c7 storage: remove flash_write_protection_set() usage by Andrzej Puzdrowski · 4 years ago
  7. 3245123 storage/stream/flash: Failed write of reminder rewinds buffer offset by Dominik Ermel · 4 years, 1 month ago
  8. 07107f9 storage/stream/flash: Use flash_get_parameters to get flash erase_value by Dominik Ermel · 4 years, 1 month ago
  9. 5a1750b storage/stream/flash: flash_sync: Check if there is anything to write by Dominik Ermel · 4 years, 1 month ago
  10. cfb0569 storage/stream/flash: Fix flash_sync updating bytes_written on failure by Dominik Ermel · 4 years, 1 month ago
  11. 94968df storage/stream/flash: Don't update last erased page offset on failure by Dominik Ermel · 4 years, 1 month ago
  12. e571c88 devicetree: flash-partitions: expose helper macros by Peter Bigot · 4 years, 3 months ago
  13. 6fd8cbb storage: stream: flash: update log output by Martin Jäger · 4 years, 3 months ago
  14. 450b82a storage/stream: elimination of usage of the flash API internals by Andrzej Puzdrowski · 4 years, 4 months ago
  15. 053857e storage/flash_map: Added function for get erased byte value by Andrzej Puzdrowski · 4 years, 5 months ago
  16. b756167 storage: flash_map: Unify partition processing macros name by Dominik Ermel · 4 years, 6 months ago
  17. 4e76da8 storage: flash_map: Fix checking unsigned for negative value by Dominik Ermel · 4 years, 7 months ago
  18. 4b6316d storage: flash_map: use const struct device by Parthiban Nallathambi · 4 years, 7 months ago
  19. eb0f571 storage: flash_map: Add SHA-256 integrity method by Gerson Fernando Budke · 4 years, 7 months ago
  20. e18fcbb device: Const-ify all device driver instance pointers by Tomasz Bursztyka · 4 years, 7 months ago
  21. 98d9b01 device: Apply driver_api/data attributes rename everywhere by Tomasz Bursztyka · 4 years, 8 months ago
  22. 07fd283 storage: flash_map: Fix partition device retrieval by Jordan Yates · 4 years, 9 months ago
  23. a4957be storage/stream: allow NULL data pointer by Håkon Øye Amundsen · 4 years, 9 months ago
  24. 609b645 drivers/flash: Move write_block_size into flash_parameters by Dominik Ermel · 4 years, 9 months ago
  25. ac07694 storag/stream: fix stream_flash_bytes_written() return value by Andrzej Puzdrowski · 4 years, 10 months ago
  26. a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
  27. 06827ec storage/stream: fix possible unaligned write on buffer flush by Andrzej Puzdrowski · 4 years, 10 months ago
  28. 7310eb9 storage: flash_map_default: Convert to new dts macros by Kumar Gala · 4 years, 11 months ago
  29. a967683 storage: add stream flash library by Håkon Øye Amundsen · 5 years ago
  30. bd6e044 kconfig: Clean up header comments and make them consistent by Ulf Magnusson · 5 years ago
  31. e3ba01e subsys/storage/flash_map: detect missing flash device by Peter A. Bigot · 6 years ago
  32. fe051a9 cleanup: include/: move flash.h to drivers/flash.h by Anas Nashif · 6 years ago
  33. 83508a5 cleanup: include/: move flash_map.h to storage/flash_map.h by Anas Nashif · 6 years ago
  34. 3fd417a subsys/storage/flash_map: Fix returned error codes by Radoslaw Koppel · 6 years ago
  35. 5c6efa0 flash_map: add shell interface by Anas Nashif · 6 years ago
  36. 1e5d02f flash_map: add function to iterate over areas by Anas Nashif · 6 years ago
  37. 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
  38. 3fe9883 storage/flash_map: API for get driver belongs to the flash_area. by Andrzej Puzdrowski · 6 years ago
  39. 8bf2a4c storage: flash_map: fix copyright assignment by Marti Bolivar · 6 years ago
  40. 69c15f0 dts: flash_map: Automatically generate of the list of flash area by Findlay Feng · 6 years ago
  41. 70e4c83 flash_map: fix SPI_NOR DT label define by Anas Nashif · 6 years ago
  42. 75f6f1b drivers: flash: spi_nor: Enable Flash Page Layout and Map by Rajavardhan Gundi · 6 years ago
  43. b97db52 misra-c: Add 'U' to unsigned variable assignments in subsys/ by Patrik Flykt · 6 years ago
  44. 4e8e074 storage: flash_map: Make flash_map as extern by Rajavardhan Gundi · 6 years ago
  45. 2020290 dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig by Andrzej Głąbek · 6 years ago
  46. 5df93af subsys: storage: flash_map: add API for check flash driver support by Andrzej Puzdrowski · 7 years ago
  47. 1073882 subsys: kconfig: Remove 'default n' properties and clean up a bit by Ulf Magnusson · 7 years ago
  48. 4954fe0 subsys: fs: fix generic storage partition selection by Andrzej Puzdrowski · 7 years ago
  49. 9968cda fs: Convert NFFS partition to a generic one by Johan Hedberg · 7 years ago
  50. 80a99fa subsys: storage: flash_map: enable only if any flash driver is enable by Andrzej Puzdrowski · 7 years ago
  51. 51527e0 subsys: storage: flash_map: Fix Coverity issues by Andrzej Puzdrowski · 7 years ago
  52. 821dc37 subsys: storage: flash_map: Fix warning by Christopher Collins · 7 years ago
  53. aa8850b subsys: storage: flash_map - Use correct macro by Christopher Collins · 7 years ago
  54. ffc90dd subsys: storage: flash_map - Remove some code duplication by Christopher Collins · 7 years ago
  55. ffef30d storage: flash_map - Fix typo by Christopher Collins · 7 years ago
  56. c734c29 flash: remove obsolete FLASH_DRIVER_NAME by Erwan Gouriou · 7 years ago
  57. f8a674b subsys: storage: flash_map: devices bindings fetch optimalization by Andrzej Puzdrowski · 7 years ago
  58. 25269fb subsys: storage: Add flash_map abstraction module by Andrzej Puzdrowski · 7 years ago