summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2020-11-07Merge pull request #553 from hathach/host-async-controlHa Thach
2020-11-01house keeping: make tu_print_mem format easier to compare with hex2dumphathach
2020-10-11Merge branch 'master' into host-async-controlhathach
2020-10-11Merge pull request #520 from salkinium/feature/misc_enhancementsHa Thach
2020-10-07fix audio_test buildhathach
2020-10-03Allow overwriting TU_ASSERT etc macrosNiklas Hauser
2020-10-03Use tu_printf instead of printfNiklas Hauser
2020-10-03Use C++11 static_assert when availableNiklas Hauser
2020-09-26Change modulo substitute to while ( idx >= depth) idx -= depth;Reinhard Panhuber
2020-09-25Fix wrong comments, rename pos to offset, rename overflow().Reinhard Panhuber
2020-09-23Fix bug in modulo substitute.Reinhard Panhuber
2020-09-23Change maximum depth to 2^15 which allows for a fast modulo substitute.Reinhard Panhuber
2020-09-19Final cleanup.Reinhard Panhuber
2020-09-15Tested, working.Reinhard Panhuber
2020-09-14Implementation done, yet to be tested.Reinhard Panhuber
2020-09-07rework usbh control transferhathach
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-14refactor copy to and from fifohathach
2020-05-13Optimize FIFO for byte transfer.Mengsk
2020-05-08Add IAR compiler attribute and endian support.Mengsk
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-04-14adding subclass & protocol to class driver structurehathach
2020-04-02tu_verify: Change some define functions use do-while statement.Nathan Conrad
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-11-18Merge pull request #217 from xobs/valentyusb-eptrihathach
2019-11-13tusb_verify: add riscv assert supportSean Cross
2019-11-01remove TEST_FAIL() from TU_ASSERT, since it prevents we testing how stack res...hathach
2019-11-01adding TEST_FAIL() for TU_ASSERT()hathach
2019-10-28Merge pull request #202 from smunaut/dfu-rthathach
2019-10-28Add support for DFU Runtime class for devicesSylvain Munaut
2019-10-23adding debug log functionhathach
2019-10-18clean up tusb_verifyhathach
2019-10-12adding log support with uarthathach
2019-09-16Change inline functions to macros, and make all parameter names uniform.Nathan Conrad
2019-09-16Merge branch 'master' into TI_compiler_quirksNathan Conrad
2019-09-16Merge pull request #159 from pigrew/assert_documentationhathach
2019-09-16follow up to suggestion to pr 155hathach