[components][mm]添加预留内存支持 (#8025)

This commit is contained in:
zms123456
2023-10-14 14:10:57 +08:00
committed by GitHub
parent 1e7add54d4
commit a39da9cb59
7 changed files with 910 additions and 2 deletions
+2
View File
@@ -7,6 +7,8 @@ CPPPATH = [cwd]
if GetDepend(['UTEST_MM_API_TC', 'RT_USING_SMART']):
src += ['mm_api_tc.c', 'mm_libcpu_tc.c']
if GetDepend(['RT_USING_MEMBLOCK']):
src += ['mm_memblock_tc.c']
if GetDepend(['UTEST_MM_LWP_TC', 'RT_USING_SMART']):
src += ['mm_lwp_tc.c']