Merge remote-tracking branch 'OFW/dev' into dev

This commit is contained in:
MX
2024-07-02 16:25:34 +03:00
22 changed files with 1094 additions and 260 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*", ".")