sdutil FAT formatting, libfat fix memcpy overflow, generate linker .map files for user apps
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m46s

This commit is contained in:
2026-03-21 00:08:19 +01:00
parent 7fa37ad6d7
commit 3a48856ee4
11 changed files with 41 additions and 34 deletions

View File

@@ -7,6 +7,7 @@ $(eval $(call add_lib,libmalloc))
$(eval $(call add_lib,libdebugconsole))
$(eval $(call add_lib,libmalloc))
$(eval $(call add_lib,libinput))
$(eval $(call add_lib,libfat))
cflags += -DPRINTF_INCLUDE_CONFIG_H=1