|
|
@@ -46,9 +46,11 @@
|
|
|
#define CFG_TUSB_RHPORT0_MODE OPT_MODE_HOST
|
|
|
#endif
|
|
|
|
|
|
-#define CFG_TUSB_DEBUG 1
|
|
|
#define CFG_TUSB_OS OPT_OS_NONE
|
|
|
|
|
|
+// CFG_TUSB_DEBUG is defined by compiler in DEBUG build
|
|
|
+// #define CFG_TUSB_DEBUG 0
|
|
|
+
|
|
|
/* USB DMA on some MCUs can only access a specific SRAM region with restriction on alignment.
|
|
|
* Tinyusb use follows macros to declare transferring memory so that they can be put
|
|
|
* into those specific section.
|