| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-18 | Merge pull request #217 from xobs/valentyusb-eptri | hathach | |
| WIP: Add Valentyusb eptri | |||
| 2019-11-13 | tusb_verify: add riscv assert support | Sean Cross | |
| This simply executes an "ebreak" instruction. Signed-off-by: Sean Cross <[email protected]> | |||
| 2019-11-01 | remove TEST_FAIL() from TU_ASSERT, since it prevents we testing how stack ↵ | hathach | |
| response with failed assert | |||
| 2019-11-01 | adding TEST_FAIL() for TU_ASSERT() | hathach | |
| 2019-10-28 | Merge pull request #202 from smunaut/dfu-rt | hathach | |
| Add support for DFU Runtime class for devices | |||
| 2019-10-28 | Add support for DFU Runtime class for devices | Sylvain Munaut | |
| This is really just a few descriptors and then answering to the request from the host to reboot into DFU mode. That latter part is delegated to the app since this is platform specific. Signed-off-by: Sylvain Munaut <[email protected]> | |||
| 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 | |
| started with pca10056 | |||
| 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 | |
| Documentation: assert vs verify. | |||
| 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 | |
| fix typo remove magic number 0xff of driver id | |||
| 2019-09-10 | A 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-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 | |
| - remove TUD_WEBUSB_URL_DESCRIPTOR to avoid flexible array member (C++ forbid in strict mode) - remove unused TUD_DESC_STRLEN/TUD_DESC_STR_HEADER/TUD_DESC_STR_HEADER | |||
| 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 ↵ | hathach | |
| control_complete | |||
| 2019-07-12 | change TUD_HID_INOUT_DESCRIPTOR epout & epin order | hathach | |
| clean up, adding template for BOS & BOS platform descriptor | |||
| 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 | |
| rename TUSB_DESC_CLASS_SPECIFIC to TUSB_DESC_CS_INTERFACE | |||
| 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 | |
| - improve fifo write/read_n with only one lock - use usbd_edpt_xfer/usbd_edpt_busy for hid/cdc/msc class driver - replace cdc read's pending_read_from_host by usbd_edpt_busy() | |||
| 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 ↵ | hathach | |
| callback | |||
| 2019-05-11 | add tud_descriptor_string_cb() for getting string descriptor from application | hathach | |
| - remove tud_desc_set.string_arr/string_count | |||
| 2019-05-02 | support hid generic inout #58 | hathach | |
| - add report descriptor template TUD_HID_REPORT_DESC_GENERIC_INOUT - add TUD_HID_INOUT_DESCRIPTOR & TUD_HID_INOUT_DESC_LEN - add hid_generic_inout example | |||
| 2019-04-11 | clean up | hathach | |
| 2019-03-30 | self powered and remote wakeup support are from configuration descriptor ↵ | hathach | |
| attribute | |||
| 2019-03-29 | working on suspend and resume | hathach | |
| change dcd_init signature | |||
| 2019-03-24 | remove tusb_hal_millis() usage, less work for porting | hathach | |
| 2019-03-23 | add board_noos_millis() for blinky | hathach | |
| 2019-03-20 | migrate license from BSD 3 clause to MIT | hathach | |
