You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
321 B

3 years ago
  1. # MCU name
  2. MCU = STM32F401
  3. # Address of the bootloader in system memory
  4. STM32_BOOTLOADER_ADDRESS = 0x1FFF0000
  5. # Options to pass to dfu-util when flashing
  6. DFU_ARGS = -d 0483:DF11 -a 0 -s 0x08000000:leave
  7. DFU_SUFFIX_ARGS = -v 0483 -p DF11
  8. # Build Options
  9. # change yes to no to disable
  10. #
  11. KEYBOARD_SHARED_EP = yes