ibmpc_usb: Fix Makefiles

This commit is contained in:
tmk 2019-12-05 08:57:41 +09:00
parent 4b44e106b3
commit 5a759850ff
4 changed files with 6 additions and 3 deletions

View file

@ -63,8 +63,9 @@ OPT_DEFS += -DSUSPEND_MODE_STANDBY
# Atmel DFU loader 4096
# LUFA bootloader 4096
# USBaspLoader 2048
BOOTLOADER_SIZE ?= 4096
OPT_DEFS += -DBOOTLOADER_SIZE=$(BOOTLOADER_SIZE)
# Bootloader size can be calculated from fuse bits
#BOOTLOADER_SIZE ?= 4096
#OPT_DEFS += -DBOOTLOADER_SIZE=$(BOOTLOADER_SIZE)
# Build Options

View file

@ -1,4 +1,4 @@
TARGET = ibmpc_usb_at90usb1286
MCU = at90usb1286
BOOTLOADER_SIZE = 8192
include Makefile

View file

@ -1,3 +1,4 @@
TARGET = ibmpc_usb_atmega32u2
MCU = atmega32u2
include Makefile

View file

@ -1,3 +1,4 @@
TARGET = ibmpc_usb_atmega32u4
MCU = atmega32u4
include Makefile