Adding more CMake log information.
This commit is contained in:
parent
d00c034cbf
commit
e687c04387
3 changed files with 11 additions and 8 deletions
|
@ -36,10 +36,6 @@ message( STATUS "MCU Selected:" )
|
|||
message( "${MCU}" )
|
||||
|
||||
|
||||
#| Indicate to later build step that this is a Teensy
|
||||
set( Teensy )
|
||||
|
||||
|
||||
#| Chip Size Database
|
||||
#| Teensy 1.0
|
||||
if ( "${CHIP}" MATCHES "at90usb162" )
|
||||
|
@ -67,10 +63,6 @@ else ()
|
|||
endif ()
|
||||
|
||||
|
||||
#| Only Teensy based AVRs supported
|
||||
set ( TEENSY 1 )
|
||||
|
||||
|
||||
#| Extra Compiler Sources
|
||||
#| Mostly for convenience functions like interrupt handlers
|
||||
set( COMPILER_SRCS
|
||||
|
@ -94,6 +86,12 @@ set( BOOT_VENDOR_ID "0x16C0" ) # TODO Double check, this is likely incorrect
|
|||
set( BOOT_PRODUCT_ID "0x047D" )
|
||||
|
||||
|
||||
#| Only Teensy based AVRs supported
|
||||
set ( TEENSY 1 )
|
||||
message( STATUS "Bootloader Type:" )
|
||||
message( "Teensy" )
|
||||
|
||||
|
||||
#| Compiler flag to set the C Standard level.
|
||||
#| c89 = "ANSI" C
|
||||
#| gnu89 = c89 plus GCC extensions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue