summaryrefslogtreecommitdiff
path: root/src/common/tusb_common.h
AgeCommit message (Expand)Author
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-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
2019-10-23adding debug log functionhathach
2019-09-13fix #154 forward all endpoint recipeint request to class driverhathach
2019-09-10A few bug fixes, remove the unstested device notices, note supported boards ...Nathan Conrad
2019-09-09Remove some type conversion warnings (using GCC pedantic warnings)Nathan Conrad
2019-08-31support LPC51u68 #100hathach
2019-07-12clean uphathach
2019-06-06add TU_ prefix to compiler ATTR to prevent name conflict with applicationhathach
2019-05-14clean uphathach
2019-05-14more clean up use inline bit funciton instead of macroshathach
2019-05-14clean up endian convert functionhathach
2019-05-14update license year to 2019hathach
2019-05-14clean uphathach
2019-05-11add tud_descriptor_string_cb() for getting string descriptor from applicationhathach
2019-04-11clean uphathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2019-03-15stm32 update TX Fifo for edpt IN, both CDC + MSC work greathathach
2018-12-14merge binary.h into tusb_common.hhathach