Test 1
This commit is contained in:
@@ -27,9 +27,10 @@ set(AVR_UPLOADTOOL_PORT usb)
|
||||
# AVR and fuses needs to be set
|
||||
##########################################################################
|
||||
set(AVR_MCU atmega32)
|
||||
set(AVR_H_FUSE 0x99)
|
||||
set(AVR_L_FUSE 0xF1)
|
||||
set(AVR_H_FUSE 0xD9)
|
||||
set(AVR_L_FUSE 0xA4)
|
||||
set(AVR_LOCK_FUSE 0xFF)
|
||||
set(AVR_UPLOADTOOL_BAUDRATE 125kHz)
|
||||
|
||||
### END TOOLCHAIN SETUP AREA #############################################
|
||||
|
||||
@@ -138,6 +139,8 @@ add_definitions("-std=gnu99")
|
||||
##########################################################################
|
||||
# add_avr_library(mytestlib_breaks_generation)
|
||||
|
||||
avr_generate_fixed_targets()
|
||||
|
||||
add_avr_executable(
|
||||
avrtest
|
||||
main.c
|
||||
|
Reference in New Issue
Block a user