Move cleanup handler elsewhere; Add sjme_alloc_copyWeak to copy data as a weak reference.
commit3bbbb2cbc6947c72e92676e00ddff01f00eb1da6
authorStephanie Gawroriski <xer@multiphasicapps.net>
Fri, 9 Aug 2024 14:05:56 +0000 (9 14:05 +0000)
committerStephanie Gawroriski <xer@multiphasicapps.net>
Fri, 9 Aug 2024 14:05:56 +0000 (9 14:05 +0000)
tree3196e8d3400247c92dd5d311c4edca12fdf28b12
parent9b84bdaff4afa0067e035c803b93e29f1bab9afa
Move cleanup handler elsewhere; Add sjme_alloc_copyWeak to copy data as a weak reference.
12 files changed:
nanocoat/include/sjme/alloc.h
nanocoat/include/sjme/boot.h
nanocoat/include/sjme/cleanup.h [new file with mode: 0644]
nanocoat/include/sjme/nvm.h
nanocoat/include/sjme/rom.h
nanocoat/lib/base/alloc.c
nanocoat/src/CMakeLists.txt
nanocoat/src/boot.c
nanocoat/src/cleanup.c [new file with mode: 0644]
nanocoat/src/descriptor.c
nanocoat/src/rom.c
nanocoat/tests/src/mock.c