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
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m46s
This commit is contained in:
@@ -28,7 +28,7 @@ DOCS ?= \
|
||||
all: $(app)
|
||||
|
||||
$(app): $(extra_deps) $(o)
|
||||
$(ld) -o $@ $(ldflags) -T ../$(platform)/link.ld $(o)
|
||||
$(ld) -o $@ $(ldflags) --Map=$(app).map -T ../$(platform)/link.ld $(o)
|
||||
|
||||
%.o: %.c
|
||||
$(cc) -c -o $@ $(cflags) $<
|
||||
|
||||
Reference in New Issue
Block a user