-
Add functionality and UI for the user to manage files on the internal flash storage device
Priority 1:
- Copy files from USB to flash
- Delete files from flash
Priority 2 (both ISB and flash):
- Copy…
-
**Describe the bug**
CASE_NAME | ZEPHYR_VERSION | RESULT | PLATFORM | TEST_PATH
-- | -- | -- | -- | --
secure_storage.psa.its.secure_storage.custom.store.all_offsets | v3.7.0-7757-g517aab…
-
### Discussed in https://github.com/zephyrproject-rtos/zephyr/discussions/81421
Originally posted by **MaazSk** November 15, 2024
I am using STM32H750B_DK which has an internal flash of 128K, …
-
### Port
ESP32
### Target chip
ESP32C2
### Hardware Configuration
ESP32-C2 4MB FLASH 26MHZ
### Log output
```plain
Initializing serial port... 115200
Chip model: ESP32-C2
Flash size: 0MB
…
-
At the moment, the config will be lost on restart or power loss/regain....
When the config is received in porky, store it in flash with ekv and then restore it (if read successfully) on restart.
-
Hello, I've been attempting to install tow-boot onto my Radxa Rock 4b Plus. (This is the same board as "Rock Pi 4B+", Radxa has changed their naming scheme and re-named this board.) I have attempted b…
-
## Introduction
For years zephyr has been using the flash_area API to work with images and storage solutions. This API has limited the development of zephyr because:
a. It is limited to flash, t…
-
**Describe the bug**
KeyDB never releases space from the Flash storage. Despite manually deleting keys, the amount of used storage does not significantly decrease.
**To reproduce**
1. Run Key…
-
Over in CircuitPython we took a patch from me to reduce the flash storage size of properties that only have a getter, or only a getter and a setter. (Properties with just 1 or 2 slots are placed toget…
-
Need:
- [x] : Access to flash storage
- [x] : Function access from other parts of code
- [ ] : Ability to store with tags for data
- [ ] : Thread safe writing