This commit is contained in:
Willy-JL
2024-07-02 16:41:45 +02:00
23 changed files with 1094 additions and 261 deletions
+3
View File
@@ -107,6 +107,9 @@ env.Append(
libenv = env.Clone(FW_LIB_NAME="print")
libenv.ApplyLibFlags()
if env["RAM_EXEC"]:
libenv.AppendUnique(CPPDEFINES=["PRINTF_DISABLE_SUPPORT_FLOAT"])
libenv.Append(CCFLAGS=["-Wno-double-promotion"])
sources = libenv.GlobRecursive("*.c*", ".")