first commit

This commit is contained in:
wen
2025-09-30 13:01:24 +08:00
parent d8d17c8076
commit ec83999cef
40 changed files with 13830 additions and 136 deletions

18
.vscode/settings.json vendored
View File

@@ -63,7 +63,21 @@
"memory": "c",
"new": "c",
"rtc.h": "c",
"cstdlib": "c"
"cstdlib": "c",
"aic_hal.h": "c",
"stdlib.h": "c",
"time.h": "c",
"stdint.h": "c",
"errno.h": "c",
"unistd.h": "c",
"zigbee.h": "c",
"widgets_init.h": "c",
"lv_dropdown.h": "c",
"stdbool.h": "c",
"zigbee_fun.h": "c",
"chrono": "c",
"random": "c",
"aic_core.h": "c"
},
"cmake.sourceDirectory": "D:/ArtInChip/luban-lite-t3e-pro_v1.0.2/packages/third-party/cherryusb"
"cmake.sourceDirectory": "D:/ArtInChip/luban-lite-t3e-pro_v1.0.5/packages/third-party/cherryusb"
}