Explorar o código

update: 忘记提交xmake.lua了, 不然启用不了tlsf3

Wendal Chen %!s(int64=3) %!d(string=hai) anos
pai
achega
e728fa10e6
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      xmake.lua

+ 3 - 0
xmake.lua

@@ -382,6 +382,9 @@ target("air10x")
     -- add_includedirs(luatos.."components/ethernet/w5500",{public = true})
     -- add_files(luatos.."components/ethernet/w5500/*.c")
 
+    
+    add_includedirs(luatos.."components/mempool/tlsf3")
+    add_files(luatos.."components/mempool/tlsf3/*.c")
 
 	after_build(function(target)
         sdk_dir = target:toolchains()[1]:sdkdir().."/"