fun: Add common data structures and logging systems

This commit is contained in:
ShallowGreen123
2023-01-08 15:27:10 +08:00
parent 20843458b4
commit c824a039ef
15 changed files with 1171 additions and 609 deletions

View File

@@ -54,8 +54,11 @@
<ClCompile Include="LVGL.Simulator.cpp" />
<ClCompile Include="lvgl_mydemo\data\dataModel.c" />
<ClCompile Include="lvgl_mydemo\data\gui_scr_mgr.c" />
<ClCompile Include="lvgl_mydemo\lib\data_struct\linklist_malloc.c" />
<ClCompile Include="lvgl_mydemo\lib\data_struct\queue_malloc.c" />
<ClCompile Include="lvgl_mydemo\lib\data_struct\stack_malloc.c" />
<ClCompile Include="lvgl_mydemo\lib\drv_log.c" />
<ClCompile Include="lvgl_mydemo\lib\lib_log.c" />
<ClCompile Include="lvgl_mydemo\lib\lib_sys_log.c" />
<ClCompile Include="lvgl_mydemo\lvgl_app.c" />
<ClCompile Include="lvgl_mydemo\screen\gui_main_scr.c" />
<ClCompile Include="lvgl_mydemo\screen\gui_test1_scr.c" />