Skip to content

Commit

Permalink
dynamic: Build UF2
Browse files Browse the repository at this point in the history
  • Loading branch information
xingrz committed Jan 27, 2023
1 parent c4c997a commit 80fde5e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/boards/arm/hw75_dynamic/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ config ZMK_DISPLAY
select SSD1306
select I2C

config BUILD_OUTPUT_UF2
default y

if ZMK_DISPLAY

choice ZMK_DISPLAY_WORK_QUEUE
Expand Down Expand Up @@ -69,6 +72,19 @@ config SSD1306_REVERSE_MODE

endif # SSD1306

if BUILD_OUTPUT_UF2

config BUILD_OUTPUT_UF2_FAMILY_ID
default "0x57755a57"

config BUILD_OUTPUT_UF2_USE_FLASH_BASE
default y

config BUILD_OUTPUT_UF2_USE_FLASH_OFFSET
default y

endif # BUILD_OUTPUT_UF2

rsource "app/Kconfig"

endif # BOARD_HW75_DYNAMIC

0 comments on commit 80fde5e

Please sign in to comment.