---vl6180dr

This commit is contained in:
Mysteo91
2023-07-31 10:42:03 +03:00
parent c6549ebd6f
commit 0b2cdbc8ba
24 changed files with 7378 additions and 1 deletions

View File

@@ -19,6 +19,10 @@ set(INCLUDE_DIR
../loader
../Boot/App
../ARMCM0_STM32G0
vl6180/Target
vl6180/App
Drivers/BSP/vl6180
Drivers/BSP/custom
#/////////////////////////////////////////////
)
@@ -67,7 +71,7 @@ set(INCLUDE_DIR
add_compile_definitions(BLACKBOX_CACHE=1)
#//////////////////////////USER SOURCES FILES
file( GLOB_RECURSE SOURCES "Core/Src/*.*" "../App/*.*" "../loader/*.*")
file( GLOB_RECURSE SOURCES "Core/Src/*.*" "../App/*.*" "../loader/*.*" "Drivers/BSP/*.c" "vl6180/*.c")
#///////////////////END USER SOURCES FILES