Kiibohd bootloader, take 2 (#10129)

This commit is contained in:
Ryan 2020-08-25 18:58:00 +10:00 committed by James Young
parent fa6cf85727
commit b89b2030af
12 changed files with 28 additions and 74 deletions

View file

@ -386,7 +386,7 @@ bin: $(BUILD_DIR)/$(TARGET).bin sizeafter
flash: $(BUILD_DIR)/$(TARGET).bin cpfirmware sizeafter
ifneq ($(strip $(PROGRAM_CMD)),)
$(PROGRAM_CMD)
else ifeq ($(strip $(BOOTLOADER)),dfu)
else ifeq ($(strip $(BOOTLOADER)),kiibohd)
$(call EXEC_DFU_UTIL)
else ifeq ($(strip $(MCU_FAMILY)),KINETIS)
$(call EXEC_TEENSY)