[wip] controllers and display

This commit is contained in:
2023-03-30 18:32:32 +02:00
parent fc4687428b
commit 32daa4bce9
19 changed files with 438 additions and 178 deletions

View File

@@ -3,9 +3,17 @@
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/func_gen_stm32f303re_nucleo/Core/**",
"${workspaceFolder}/func_gen_stm32f303re_nucleo/Drivers/**",
"${workspaceFolder}/shared_libs/**"
"${workspaceFolder}/func_gen_stm32f303re_nucleo/Core/Inc",
"${workspaceFolder}/func_gen_stm32f303re_nucleo/Drivers/CMSIS/Core/Include",
"${workspaceFolder}/func_gen_stm32f303re_nucleo/Drivers/CMSIS/Device/ST/STM32F3xx/Include",
"${workspaceFolder}/func_gen_stm32f303re_nucleo/Drivers/STM32F3xx_HAL_Driver/Inc",
"${workspaceFolder}/shared_libs",
"${workspaceFolder}/shared_libs/bitmaps",
"${workspaceFolder}/shared_libs/controllers",
"${workspaceFolder}/shared_libs/disp_layout",
"${workspaceFolder}/shared_libs/display",
"${workspaceFolder}/shared_libs/drivers/**",
"${workspaceFolder}/shared_libs/utils/**"
],
"defines": [
"_DEBUG",