summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-03-13 17:45:46 +0700
committerhathach <[email protected]>2022-03-13 17:45:46 +0700
commit2929afe2fa2fc8425dcd1390cb3119bb1bd3b42b (patch)
treed465c9804b7d1706ea5a5b79cb4a15adc5d24b70 /src/tusb_option.h
parent56695569e7d9ebf39ffb2152aba4b4b9f0801d2d (diff)
add synchronous (blocking) support for usbh control transfer
- add synchronous version of all get descriptor API - update bare example to use sync API for string descriptor - change order of index, language_id in tuh_descriptor_get_string() to match similar API of libusb - add index to tuh_descriptor_get_hid_report()
Diffstat (limited to 'src/tusb_option.h')
-rw-r--r--src/tusb_option.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h
index e5351b1c4..0352faaed 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -285,7 +285,7 @@
#define CFG_TUSB_OS_INC_PATH
#endif
-// mutex is only needed for RTOS
+// mutex is only needed for RTOS TODO also required with multiple core MCUs
#define TUSB_OPT_MUTEX (CFG_TUSB_OS != OPT_OS_NONE)
//--------------------------------------------------------------------