Fixed all printf related problems on discovery using workarounds and newlib nano-instead of newlib
This commit is contained in:
@@ -50,7 +50,7 @@ LIBSEARCHDIRS+=$(LIB_DIR)/StmUsbHost
|
||||
LIBSEARCHDIRS+=$(LIB_DIR)/Pixy
|
||||
|
||||
|
||||
LDFLAGS=--specs=nosys.specs -Wl,--gc-sections
|
||||
LDFLAGS=--specs=nano.specs -Wl,--gc-sections
|
||||
LDFLAGS+=$(addprefix -L,$(LIBSEARCHDIRS))
|
||||
LDFLAGS+=$(addprefix -l,$(LIBS))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user