Added directories to include along with comments.
This commit is contained in:
parent
89a0c8df74
commit
5a282ee029
|
@ -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)
|
|
@ -0,0 +1,9 @@
|
|||
# uC: STM32G0B1
|
||||
|
||||
# Add the headers
|
||||
include_directories(
|
||||
./Core/Inc
|
||||
./Drivers/STM32G0xx_HAL_Driver/Inc
|
||||
./Drivers/CMSIS/Include
|
||||
)
|
||||
|
Loading…
Reference in New Issue