| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-23 | Change maximum depth to 2^15 which allows for a fast modulo substitute. | Reinhard Panhuber | |
| Thus, however, overflows are detectable only for one time FIFO depth. | |||
| 2020-09-19 | Final cleanup. | Reinhard Panhuber | |
| 2020-09-15 | Tested, working. | Reinhard Panhuber | |
| 2020-09-14 | Implementation done, yet to be tested. | Reinhard Panhuber | |
| 2020-09-07 | rework usbh control transfer | hathach | |
| use series of complete callback instead of blocking semaphore, which is more noOS friendly. still working with hid host | |||
| 2020-09-03 | New function to modify fifo overwritability | Jan Dümpelmann | |
| 2020-08-01 | correct isr context for nrf DCD_EVENT_UNPLUGGED | hathach | |
| also rename debug lookup to prevent conflict | |||
| 2020-06-30 | Merge branch 'master' into add-stm-hs | hathach | |
| 2020-05-31 | able to detect as hs | hathach | |
| 2020-05-28 | initial transfer failed in open() shouldn't cause the driver open to fail. | hathach | |
| 2020-05-17 | enable -Wcast-align | hathach | |
| suppress vendor sdk driver at board.mk | |||
| 2020-05-14 | refactor copy to and from fifo | hathach | |
| 2020-05-13 | Optimize FIFO for byte transfer. | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2020-05-08 | Add IAR compiler attribute and endian support. | Mengsk | |
| 2020-05-08 | add CFG_TUSB_DEBUG_PRINTF() for log retargeting | hathach | |
| 2020-04-26 | fix missing debug log macros | hathach | |
| 2020-04-26 | add usbd edpt open | hathach | |
| - RTT mode is blocking to prevent log lost - Improve logging message | |||
| 2020-04-20 | add uart for ea4357 | hathach | |
| 2020-04-14 | adding subclass & protocol to class driver structure | hathach | |
| 2020-04-02 | tu_verify: Change some define functions use do-while statement. | Nathan Conrad | |
| 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 | |
| add msc scsi command list | |||
| 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 | |
| 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 | |||
