| Age | Commit message (Expand) | Author |
| 2020-03-14 | Use CRLF on UART. | Nathan Conrad |
| 2020-01-15 | Normalize line endings | Nathan Conrad |
| 2019-12-30 | fix missing parentheses in TU_MIN and TU_MAX macros (#256) | majbthrd |
| 2019-12-23 | adding lookup table for debugging | hathach |
| 2019-12-21 | able to response to scsi inquiry, but failed to response to test unit ready | hathach |
| 2019-11-28 | add dcd_edpt0_status_complete() which is useful for several mcu port | hathach |
| 2019-11-27 | get passed first get device descriptor | hathach |
| 2019-11-18 | Merge pull request #217 from xobs/valentyusb-eptri | hathach |
| 2019-11-13 | tusb_verify: add riscv assert support | Sean Cross |
| 2019-11-01 | remove TEST_FAIL() from TU_ASSERT, since it prevents we testing how stack res... | hathach |
| 2019-11-01 | adding TEST_FAIL() for TU_ASSERT() | hathach |
| 2019-10-28 | Merge pull request #202 from smunaut/dfu-rt | hathach |
| 2019-10-28 | Add support for DFU Runtime class for devices | Sylvain Munaut |
| 2019-10-23 | adding debug log function | hathach |
| 2019-10-18 | clean up tusb_verify | hathach |
| 2019-10-12 | adding log support with uart | hathach |
| 2019-09-16 | Change inline functions to macros, and make all parameter names uniform. | Nathan Conrad |
| 2019-09-16 | Merge branch 'master' into TI_compiler_quirks | Nathan Conrad |
| 2019-09-16 | Merge pull request #159 from pigrew/assert_documentation | hathach |
| 2019-09-16 | follow up to suggestion to pr 155 | hathach |
| 2019-09-15 | Massive copy&paste typo of mine in the 32-bit byte swapping function.... | Nathan Conrad |
| 2019-09-14 | Interpretation of assert vs verify. | Nathan Conrad |
| 2019-09-13 | TI compiler quirks, and le byte swapping functions. | Nathan Conrad |
| 2019-09-13 | fix #154 forward all endpoint recipeint request to class driver | hathach |
| 2019-09-10 | A few bug fixes, remove the unstested device notices, note supported boards ... | Nathan Conrad |
| 2019-09-09 | Remove some type conversion warnings (using GCC pedantic warnings) | Nathan Conrad |
| 2019-09-09 | Add dummy arguments to GET_NTH_ARG to make GCC happy (removes pedantic warnings) | Nathan Conrad |
| 2019-09-01 | clean up | hathach |
| 2019-08-31 | support LPC51u68 #100 | hathach |
| 2019-08-01 | clean up | hathach |
| 2019-07-30 | clean up | hathach |
| 2019-07-30 | added BOS MS OS 2.0 descriptor to webusb example, it work with windows | hathach |
| 2019-07-16 | clean up | hathach |
| 2019-07-12 | clean up, rename internal driver control_request_complete to simply control_c... | hathach |
| 2019-07-12 | change TUD_HID_INOUT_DESCRIPTOR epout & epin order | hathach |
| 2019-07-12 | clean up | hathach |
| 2019-07-12 | added tud_descriptor_bos_cb(), add support for BOS get descriptor | hathach |
| 2019-07-11 | add BOS descriptor and device capability constant | hathach |
| 2019-07-01 | improving midi support, adding midi exmaple | hathach |
| 2019-06-06 | add TU_ prefix to compiler ATTR to prevent name conflict with application | hathach |
| 2019-05-29 | added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy() | hathach |
| 2019-05-14 | enable CFG_TUSB_DEBUG on DEBUG build | hathach |
| 2019-05-14 | clean up | hathach |
| 2019-05-14 | more clean up use inline bit funciton instead of macros | hathach |
| 2019-05-14 | clean up endian convert function | hathach |
| 2019-05-14 | remove deprecated tusb_task, clean up tusb compiler | hathach |
| 2019-05-14 | update license year to 2019 | hathach |
| 2019-05-14 | clean up | hathach |
| 2019-05-12 | change tud_descriptor_string_cb() to be consistent with other descriptor call... | hathach |
| 2019-05-11 | add tud_descriptor_string_cb() for getting string descriptor from application | hathach |