summaryrefslogtreecommitdiff
path: root/src/common/tusb_common.h
AgeCommit message (Collapse)Author
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
also rename debug lookup to prevent conflict
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
suppress vendor sdk driver at board.mk
2020-05-08add CFG_TUSB_DEBUG_PRINTF() for log retargetinghathach
2020-04-26fix missing debug log macroshathach
2020-04-26add usbd edpt openhathach
- RTT mode is blocking to prevent log lost - Improve logging message
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
add msc scsi command list
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
fix typo remove magic number 0xff of driver id
2019-09-10A few bug fixes, remove the unstested device notices, note supported boards ↵Nathan Conrad
in READMEs, and implement PMA access stride (used on MCU's with 512 byte USB buffers).
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
- remove tud_desc_set.string_arr/string_count
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
- call dcd_event_xfer_complete() when enough bytes received - add dcd_get_frame_number()
2018-12-14merge binary.h into tusb_common.hhathach
2018-12-10add ep addr to host cdchathach
2018-11-02add mutex support (optional) for tu_fifohathach
2018-10-23clean up helper funchathach
2018-08-23rename common func to avoid conflicthathach
2018-07-25add scsi start stop unit struct, improve device msc, correctly stall ↵hathach
unsupported scsi command
2018-07-24house keepinghathach
2018-07-23clean up includehathach
2018-07-13add ep2drv, rename descriptor offsethathach
2018-07-02clean uphathach
2018-06-18rename subfolder source to srchathach