Make CDC class bootloader hard-reset the AVR when exited instead of a soft-reset...
[pub/USBasp.git] / Bootloaders / TeensyHID / makefile
index 0d12374..9a9f5ff 100644 (file)
@@ -48,7 +48,7 @@
 \r
 \r
 # MCU name\r
-MCU = at90usb1287\r
+MCU = atmega32u4\r
 \r
 \r
 # Target board (see library "Board Types" documentation, NONE for projects not requiring\r
@@ -68,7 +68,7 @@ BOARD  =
 #     does not *change* the processor frequency - it should merely be updated to\r
 #     reflect the processor speed set externally so that the code can use accurate\r
 #     software delays.\r
-F_CPU = 16000000\r
+F_CPU = 8000000\r
 \r
 \r
 # Input clock frequency.\r
@@ -86,7 +86,7 @@ F_CLOCK = $(F_CPU)
 \r
 \r
 # Starting byte address of the bootloader\r
-BOOT_START = 0x1e000\r
+BOOT_START = 0x7000\r
 \r
 \r
 # Output format. (can be srec, ihex, binary)\r