-
Notifications
You must be signed in to change notification settings - Fork 680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: RFC: Preliminary work on flash_area open once. #1569
base: main
Are you sure you want to change the base?
Commits on Jan 5, 2023
-
flash_map_backend: Remove flash_area_id_to_multi_image_slot
The function has not been in use and some ports have not been implementing it anyway. Signed-off-by: Dominik Ermel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aef9e80 - Browse repository at this point
Copy the full SHA aef9e80View commit details
Commits on Jan 10, 2023
-
zephyr: Add implementation of flash_area_get_sectors_fa
Variant of flash_area_get_sectors that takes flash_area object pointer instead of flash area identifier. Signed-off-by: Dominik Ermel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa01b2f - Browse repository at this point
Copy the full SHA fa01b2fView commit details -
nuttx: Add implementation of flash_area_get_sectors_fa
Variant of flash_area_get_sectors that takes flash_area object pointer instead of flash area identifier. Signed-off-by: Dominik Ermel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45865bf - Browse repository at this point
Copy the full SHA 45865bfView commit details -
mbed: Add implementation of flash_area_get_sectors_fa
Variant of flash_area_get_sectors that takes flash_area object pointer instead of flash area identifier. Signed-off-by: Dominik Ermel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e69fc07 - Browse repository at this point
Copy the full SHA e69fc07View commit details -
espressif: Add implementation of flash_area_get_sectors_fa
Variant of flash_area_get_sectors that takes flash_area object pointer instead of flash area identifier. Signed-off-by: Dominik Ermel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1856529 - Browse repository at this point
Copy the full SHA 1856529View commit details -
cypress: Add implementation of flash_area_get_sectors_fa
Variant of flash_area_get_sectors that takes flash_area object pointer instead of flash area identifier. Signed-off-by: Dominik Ermel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb70599 - Browse repository at this point
Copy the full SHA eb70599View commit details -
sim: Add implementation of flash_area_get_sectors_fa
Variant of flash_area_get_sectors that takes flash_area object pointer instead of flash area identifier. Signed-off-by: Dominik Ermel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92e0e1e - Browse repository at this point
Copy the full SHA 92e0e1eView commit details -
boot: RFC: WIP: Preliminary work on flash_area open-once
The code has been modified to have single place where flash_area area opened, at the beginning of execution. Currently only Zephyr compiles properly and works. close is missing. Signed-off-by: Dominik Ermel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9dfeac3 - Browse repository at this point
Copy the full SHA 9dfeac3View commit details