Skip to content

Commit 0248a02

Browse files
tomchyde-nordic
authored andcommitted
bootutil: Move state-independent area APIs
Move functions, that operate on the flash area and does not require the bootloader state or bootloader status into a separate, dedicated file. Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
1 parent fbb88f0 commit 0248a02

File tree

9 files changed

+568
-469
lines changed

9 files changed

+568
-469
lines changed

boot/bootutil/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ target_sources(bootutil
2121
src/bootutil_img_hash.c
2222
src/bootutil_img_security_cnt.c
2323
src/bootutil_misc.c
24+
src/bootutil_area.c
2425
src/bootutil_public.c
2526
src/caps.c
2627
src/encrypted.c

0 commit comments

Comments
 (0)