Added directories to include along with comments.

This commit is contained in:
Jake Goodwin 2025-02-04 09:32:16 -08:00
parent 89a0c8df74
commit 5a282ee029
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# The Dircetory for micro-controllers
# Just un-comment one of the one's below to use it.
add_subdirectory(STM32G0B1CBTx)
#add_subdirectory(STM32f103CBTx)

View File

@ -0,0 +1,9 @@
# uC: STM32G0B1
# Add the headers
include_directories(
./Core/Inc
./Drivers/STM32G0xx_HAL_Driver/Inc
./Drivers/CMSIS/Include
)