Import Mbed OS hard-float snapshot

This commit is contained in:
Beslan
2026-06-01 20:15:04 +03:00
commit d3738e2f89
16278 changed files with 10628036 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
include ../makefile_defines.txt
COMPONENT_NAME = dynmem_unit
SRC_FILES = \
../../../../source/nsdynmemLIB/nsdynmemLIB.c
TEST_SRC_FILES = \
main.cpp \
dynmemtest.cpp \
error_callback.c \
../stubs/platform_critical.c \
../stubs/ns_list_stub.c
# ../../../../source/libBits/common_functions.c
# ../stubs/some_stub.c \
# XXX: without this, the CppUTest complains for memory leak even without one.
# The funny thing is that the CppUTest does not find the memory leak on
# this app when there actually is one.
CPPUTEST_USE_MEM_LEAK_DETECTION = Y
include ../MakefileWorker.mk
CPPUTESTFLAGS += -DFEA_TRACE_SUPPORT