summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Collapse)Author
2022-01-25Merge branch 'master' into masterHa Thach
2022-01-19fix idfgh-6508: return type in tu_fifo_peek_n()email
https://github.com/espressif/esp-idf/issues/8161
2022-01-19fix locked mutex when fifo is fullhathach
2022-01-06Enable breakpoints for ARM8M (e.g. cortex-m33)EmergReanimator
2021-11-30Ignore certain compiler options on ARMCCYunhao Tian
ARMCC also sets __GNU__ macro, but doesn't support GCC diagnostic pragmas.
2021-10-29skip snpsid check for gd32, abstract phyfs turnaround, set max timeout ↵hathach
calibration. still has issue with gd32 with msc (does work with running with rtt as log).
2021-10-29correctly init hs phy for bcmhathach
2021-10-26add hw config structhathach
2021-10-25change usage of TU_CHECK_MCU() to prevent macro conflicthathach
2021-10-25add TU_ARGS_APPLY(), TU_CHECK_MCU() now could check list of mcushathach
2021-10-24remove ep descriptor wMaxPacketSize bitfield due to endian issuehathach
2021-10-15fix -Wcast-qualhathach
2021-09-29moved ISO attributes from audio to commonkkitayam
2021-09-29Merge branch 'master' of github.com:hathach/tinyusb into zhangslice-masterhathach
examples/device/hid_composite_freertos/src/FreeRTOSConfig/FreeRTOSConfig.h
2021-09-25add CFG_TUSB_OS_INC_PATH for os include pathhathach
useful for freertos/ prefix with esp IDF
2021-09-18Merge branch 'master' into zhangslice-masterhathach
2021-09-13esp32sx implement dcd_remote_wakeup(), fully compliance to chapter9 test suitehathach
2021-09-09nxp tdi: enhance qhd using DCD_ATTR_ENDPOINT_MAXhathach
2021-09-09add other speed descriptor callback ↵hathach
tud_descriptor_other_speed_configuration_cb() example implement tud_descriptor_device_qualifier_cb() and tud_descriptor_other_speed_configuration_cb() on high speed device to fully compliant to usbcv
2021-09-01rp2040 correct ep set/clear stallhathach
- stall will remove pending (not complete) transfer. Correct reset data toggle when clear stall. - remove buf ctrl debug code
2021-08-27update msc driver to pass MSC BOT error recovery compliant testhathach
2021-08-20improve host configuration parsinghathach
- remove driver class code binding - fully support IAD - auto calculate total length for interface descriptor for driver
2021-08-20extra common edpt helper for device and host stackhathach
tu_edpt_validate() and tu_edpt_bind_driver()
2021-08-02correct midi available with already stream readhathach
2021-07-22clean up compilerhathach
2021-07-22rename bit filed orderhathach
clean up packed/bit order begin end
2021-07-22rename packed begin/endhathach
2021-07-22Merge branch 'CCRX_Port' of https://github.com/Wini-Buh/tinyusb into ↵hathach
Wini-Buh-CCRX_Port
2021-07-22Merge pull request #950 from HiFiPhile/dfuHa Thach
DFU improvements
2021-07-15wrap up DFU updatehathach
2021-07-14simplify upload requesthathach
2021-07-13add option to silent a driver loghathach
2021-06-30Force unsigned compare on advance_pointer.MasterPhi
2021-06-30Fix fifo overflow correction.Mengsk
2021-06-29add tud_vendor_control_request_cb() to poisoned listhathach
2021-06-29Merge remote-tracking branch 'origin/master' into CCRX_PortWini-Buh
# Conflicts: # src/portable/renesas/usba/dcd_usba.c # src/tusb_option.h
2021-06-28Merge pull request #891 from hathach/host-rp2040-double-bufferHa Thach
RP2040 double buffer
2021-06-22final clean upWini-Buh
2021-06-22Merge remote-tracking branch 'upstream/master' into CCRX_PortWini-Buh
2021-06-18Changed order of struct initializer to avoid compiler errorNed Konz
2021-06-18fix build with mm32 boardhathach
2021-06-13fix ep tx with double bufferedhathach
2021-06-12increase example CFG_TUH_HID from 2 to 4hathach
2021-06-11clean upWini-Buh
2021-06-11weak atrribute work around removed from CCRX_PortWini-Buh
2021-06-11improve usbhhathach
2021-06-09fix enum overflow with msp430hathach
2021-06-03Merge remote-tracking branch 'upstream/master' into CCRX_PortWini-Buh
2021-06-02fix missing TU_LOG symbolhathach
2021-06-02clean up loghathach