Merge branch 'master' of github.com:xmos-jmccarthy/tinyusb

This commit is contained in:
Jeremiah McCarthy
2021-05-06 12:18:55 -04:00
18 changed files with 1409 additions and 68 deletions

View File

@@ -241,7 +241,15 @@
#endif
#ifndef CFG_TUD_DFU_RUNTIME
#define CFG_TUD_DFU_RUNTIME 0
#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
#endif
#ifndef CFG_TUD_NET