Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ports/mimxrt10xx/boards.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ extern uint32_t _board_boot_length[];
#define BOARD_BOOT_LENGTH ((uint32_t) _board_boot_length)

// Flash Start Address of Application, typically 0x6000C000
#ifndef BOARD_FLASH_APP_START
#define BOARD_FLASH_APP_START (FlexSPI_AMBA_BASE + 0xC000)
#endif

// Double Reset tap to enter DFU
#define TINYUF2_DFU_DOUBLE_TAP 1
Expand Down