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
|
@ -40,6 +40,9 @@ set( SIZE "avr-size" )
|
|||
#set( MCU "atmega32u4" )
|
||||
set( MCU "at90usb1286" )
|
||||
|
||||
message( STATUS "MCU Selected:" )
|
||||
message( "${MCU}" )
|
||||
|
||||
|
||||
#| Extra Compiler Sources
|
||||
#| Mostly for convenience functions like interrupt handlers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue