summaryrefslogtreecommitdiff
path: root/src/common/tusb_common.h
AgeCommit message (Expand)Author
2022-05-13changes proposal to audio feedback computationhathach
2022-03-19Implement power of two, shift, and float calculationReinhard Panhuber
2022-03-09adding tusb_private.h to implement common edpt claimhathach
2022-03-09add tusb_debug.h remove tusb_error.hhathach
2022-03-04add tuh_descriptor_get() and tuh_descriptor_device_get()hathach
2022-03-03Add host string descriptor functionsScott Shawcroft
2021-10-29skip snpsid check for gd32, abstract phyfs turnaround, set max timeout calibr...hathach
2021-10-26add hw config structhathach
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-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-01rp2040 correct ep set/clear stallhathach
2021-08-27update msc driver to pass MSC BOT error recovery compliant testhathach
2021-08-20improve host configuration parsinghathach
2021-08-20extra common edpt helper for device and host stackhathach
2021-07-13add option to silent a driver loghathach
2021-06-18fix build with mm32 boardhathach
2021-06-13fix ep tx with double bufferedhathach
2021-06-11improve usbhhathach
2021-06-09fix enum overflow with msp430hathach
2021-06-02fix missing TU_LOG symbolhathach
2021-06-02clean up loghathach
2021-05-30add level 3 log for info, add generic TU_LOG()hathach
2021-05-27include clean uphathach
2021-05-06Merge branch 'master' of github.com:xmos-jmccarthy/tinyusbJeremiah McCarthy
2021-04-26add TUP_MCU_STRICT_ALIGN macro that manually pick bytes for lpc55 port1 that ...hathach
2021-04-26ip3511 correct buffer offset, nbytes layout for highspeed port1hathach
2021-04-06add tu_unaligned_read32/write32 (#772)Ha Thach
2021-04-05Separate DFU RT and Mode. UntestedJeremiah McCarthy
2020-11-01house keeping: make tu_print_mem format easier to compare with hex2dumphathach
2020-10-07fix audio_test buildhathach
2020-08-01correct isr context for nrf DCD_EVENT_UNPLUGGEDhathach
2020-06-30Merge branch 'master' into add-stm-hshathach
2020-05-31able to detect as hshathach
2020-05-28initial transfer failed in open() shouldn't cause the driver open to fail.hathach
2020-05-17enable -Wcast-alignhathach
2020-05-08add CFG_TUSB_DEBUG_PRINTF() for log retargetinghathach
2020-04-26fix missing debug log macroshathach
2020-04-26add usbd edpt openhathach
2020-04-20add uart for ea4357hathach
2020-03-14Use CRLF on UART.Nathan Conrad
2020-01-15Normalize line endingsNathan Conrad
2019-12-30fix missing parentheses in TU_MIN and TU_MAX macros (#256)majbthrd
2019-12-23adding lookup table for debugginghathach
2019-12-21able to response to scsi inquiry, but failed to response to test unit readyhathach
2019-11-28add dcd_edpt0_status_complete() which is useful for several mcu porthathach
2019-11-27get passed first get device descriptorhathach