소스 검색

add:添加printf

Dozingfiretruck 2 년 전
부모
커밋
2a83e2cf45
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      xmake.lua

+ 3 - 0
xmake.lua

@@ -475,6 +475,9 @@ target("air10x")
     remove_files(luatos.."luat/vfs/luat_fs_posix.c")
     add_files(luatos.."luat/freertos/*.c")
     add_files(luatos.."components/rtos/freertos/*.c")
+    
+    add_files(luatos.."components/printf/*.c")
+    add_includedirs(luatos.."components/printf")
 
     add_files(luatos.."components/lcd/*.c")
     add_files(luatos.."components/sfd/*.c")