diff options
Diffstat (limited to 'bootloader.mk')
| -rw-r--r-- | bootloader.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bootloader.mk b/bootloader.mk index d61553394..e516e9ff9 100644 --- a/bootloader.mk +++ b/bootloader.mk | |||
| @@ -82,6 +82,13 @@ ifeq ($(strip $(BOOTLOADER)), USBasp) | |||
| 82 | OPT_DEFS += -DBOOTLOADER_USBASP | 82 | OPT_DEFS += -DBOOTLOADER_USBASP |
| 83 | BOOTLOADER_SIZE = 4096 | 83 | BOOTLOADER_SIZE = 4096 |
| 84 | endif | 84 | endif |
| 85 | ifeq ($(strip $(BOOTLOADER)), lufa-ms) | ||
| 86 | # DO NOT USE THIS BOOTLOADER IN NEW PROJECTS! | ||
| 87 | # It is extremely prone to bricking, and is only included to support existing boards. | ||
| 88 | OPT_DEFS += -DBOOTLOADER_MS | ||
| 89 | BOOTLOADER_SIZE = 6144 | ||
| 90 | FIRMWARE_FORMAT = bin | ||
| 91 | endif | ||
| 85 | 92 | ||
| 86 | ifdef BOOTLOADER_SIZE | 93 | ifdef BOOTLOADER_SIZE |
| 87 | OPT_DEFS += -DBOOTLOADER_SIZE=$(strip $(BOOTLOADER_SIZE)) | 94 | OPT_DEFS += -DBOOTLOADER_SIZE=$(strip $(BOOTLOADER_SIZE)) |
