Эх сурвалжийг харах

Merge branch 'master' of https://gitee.com/openLuat/luatos-soc-air105

alienwalker 3 жил өмнө
parent
commit
2e776996d8

+ 6 - 0
application/src/luat_pm_air105.c

@@ -71,3 +71,9 @@ int luat_pm_dtimer_wakeup_id(int* id) {
     return -1;
 }
 
+
+int luat_pm_power_ctrl(int id, uint8_t onoff) {
+    LLOGW("not support yet");
+    return -1;
+}
+

+ 1 - 0
xmake.lua

@@ -169,6 +169,7 @@ target("lvgl")
     end)
 
     add_files(luatos.."components/lvgl/**.c")
+    remove_files(luatos.."components/lvgl/lv_demos/**.c")
 
     add_includedirs("application/include")
     add_includedirs("bsp/air105/include",{public = true})