Updating Debug Modules to new abstracted hierarchy
- Also added some extra CMake build messages for indicating the Compiler family and chip being built for
This commit is contained in:
parent
14158009b2
commit
a31f0e064a
6 changed files with 52 additions and 9 deletions
|
@ -30,6 +30,9 @@ include( AddFileDependencies )
|
|||
#set( COMPILER_FAMILY "arm" )
|
||||
set( COMPILER_FAMILY "avr" )
|
||||
|
||||
message( STATUS "Compiler Family:" )
|
||||
message( "${COMPILER_FAMILY}" )
|
||||
|
||||
|
||||
|
||||
#| Load the compiler family specific configurations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue