Merge pull request #950 from HiFiPhile/dfu

DFU improvements
This commit is contained in:
Ha Thach
2021-07-22 11:17:01 +07:00
committed by GitHub
15 changed files with 515 additions and 598 deletions

View File

@@ -246,12 +246,8 @@
#define CFG_TUD_DFU_RUNTIME 0
#endif
#ifndef CFG_TUD_DFU_MODE
#define CFG_TUD_DFU_MODE 0
#endif
#ifndef CFG_TUD_DFU_TRANSFER_BUFFER_SIZE
#define CFG_TUD_DFU_TRANSFER_BUFFER_SIZE 64
#ifndef CFG_TUD_DFU
#define CFG_TUD_DFU 0
#endif
#ifndef CFG_TUD_NET