File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232#ifndef DFU_DOWNLOAD_AVAILABLE
3333#define DFU_DOWNLOAD_AVAILABLE 1
3434#endif
35+ #ifndef DFU_WILL_DETACH
36+ #define DFU_WILL_DETACH 0
37+ #endif
3538
3639/* There is a PCB-mounted status LED, but it's unreadable when the board is installed,
3740 * and additionally it's wired to SWDIO so toggling it manually is a bad idea */
8992#define CMD_BOOT 1
9093#endif
9194
92- #ifndef USB_ALT
93- #define USB_ALT 2
95+ #ifndef USB_DFU_ALTN
96+ #define USB_DFU_ALTN 2
9497#endif
9598
9699#endif
Original file line number Diff line number Diff line change 4141#ifndef DFU_DOWNLOAD_AVAILABLE
4242#define DFU_DOWNLOAD_AVAILABLE 1
4343#endif
44+ #ifndef DFU_WILL_DETACH
45+ #define DFU_WILL_DETACH 0
46+ #endif
4447
4548/* There is a PCB-mounted status LED, but it's unreadable when the board is installed, and additionally it's wired to
4649 * SWDIO so toggling it manually is a bad idea. To restore reliable SWD communication, desolder either the status LED
9699#define CMD_BOOT 1
97100#endif
98101
99- #ifndef USB_ALT
100- #define USB_ALT 2
102+ #ifndef USB_DFU_ALTN
103+ #define USB_DFU_ALTN 2
101104#endif
102105
103106#endif
You can’t perform that action at this time.
0 commit comments