| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Tested on Windows with IAR and gcc toolchain ( via cubeide) Tested only with audio examples, but sould be ok for other examples Cmake pacthed : but not tested Linux build : not tested Added a temporary workaround in make file to support H5 HAL repo ( ARMCC_VERSION=0)
|
|
Add configuration option CFG_TUH_CDC_FTDI_PID_LIST to tusb_option.h
|
|
|
|
fixed compile errors due to untreated CFG_TUH_LOG_LEVEL
|
|
Allow external definition of TU_CP210X_PID_LIST
|
|
|
|
|
|
|
|
|
|
made log line end consistent \r\n
|
|
|
|
|
|
|
|
|
|
|
|
Hid set protocol pr
|
|
Add optional hooks for DCD and HCD events
|
|
|
|
|
|
|
|
|
|
to tusb_option.h and mandatory for BTH driver
|
|
|
|
|
|
|
|
These are intended to allow bare metal platforms with one-shot scheduling
capabilities to schedule the TinyUSB task handlers whenever they know there is
work for them to do.
Signed-off-by: Angus Gratton <[email protected]>
|
|
|
|
|
|
|
|
added max3241 for feather m4 and tested
|
|
|
|
|
|
|
|
|
|
|
|
only call tuh_max3421_spi_cs_api() in SPI start/end transfer since
Arduino port use this to call begin/endTransaction()
|
|
|
|
Add support for stm32u5a5 (highspeed with built-in femtoPHY)
|
|
|
|
|
|
|
|
|
|
get passed otg clock reset
|
|
minor update for max3421
|
|
to make sure it is valid
|
|
|
|
UAC IN transfer improvements
|