1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00

Merge branch 'ofw_dev' into dev

This commit is contained in:
MX
2024-02-12 17:11:47 +03:00
153 changed files with 17805 additions and 193 deletions

View File

@@ -23,6 +23,7 @@ ENV.AppendUnique(
"-Wall",
"-Wextra",
"-Werror",
"-Wno-error=deprecated-declarations",
"-Wno-address-of-packed-member",
"-Wredundant-decls",
"-Wdouble-promotion",
@@ -44,5 +45,6 @@ ENV.AppendUnique(
"-mfpu=fpv4-sp-d16",
"-mlittle-endian",
"-mthumb",
"-Wl,--no-warn-rwx-segment",
],
)

View File

@@ -41,7 +41,6 @@ appenv.AppendUnique(
"-Xlinker",
"-Map=${TARGET}.map",
"-specs=nano.specs",
"-specs=nosys.specs",
],
LIBS=[
"m",

View File

@@ -35,7 +35,6 @@ else:
ENV.AppendUnique(
LINKFLAGS=[
"-specs=nano.specs",
"-specs=nosys.specs",
"-Wl,--gc-sections",
"-Wl,--undefined=uxTopUsedPriority",
"-Wl,--wrap,_malloc_r",