ibmpc_usb: Fix Makefiles
This commit is contained in:
parent
4b44e106b3
commit
5a759850ff
4 changed files with 6 additions and 3 deletions
|
|
@ -63,8 +63,9 @@ OPT_DEFS += -DSUSPEND_MODE_STANDBY
|
||||||
# Atmel DFU loader 4096
|
# Atmel DFU loader 4096
|
||||||
# LUFA bootloader 4096
|
# LUFA bootloader 4096
|
||||||
# USBaspLoader 2048
|
# USBaspLoader 2048
|
||||||
BOOTLOADER_SIZE ?= 4096
|
# Bootloader size can be calculated from fuse bits
|
||||||
OPT_DEFS += -DBOOTLOADER_SIZE=$(BOOTLOADER_SIZE)
|
#BOOTLOADER_SIZE ?= 4096
|
||||||
|
#OPT_DEFS += -DBOOTLOADER_SIZE=$(BOOTLOADER_SIZE)
|
||||||
|
|
||||||
|
|
||||||
# Build Options
|
# Build Options
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
|
TARGET = ibmpc_usb_at90usb1286
|
||||||
MCU = at90usb1286
|
MCU = at90usb1286
|
||||||
BOOTLOADER_SIZE = 8192
|
|
||||||
|
|
||||||
include Makefile
|
include Makefile
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
TARGET = ibmpc_usb_atmega32u2
|
||||||
MCU = atmega32u2
|
MCU = atmega32u2
|
||||||
|
|
||||||
include Makefile
|
include Makefile
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
TARGET = ibmpc_usb_atmega32u4
|
||||||
MCU = atmega32u4
|
MCU = atmega32u4
|
||||||
|
|
||||||
include Makefile
|
include Makefile
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue