| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-28 | replace board_millis() with tusb_time_millis_api() | hathach | |
| 2025-11-27 | add tud_vendor_n_read_discard(), refactor vendor device. Update webusb ↵ | hathach | |
| example for more robust | |||
| 2025-11-06 | fix more alerts | hathach | |
| 2025-11-04 | Fixed more alert found by PVS-Studio | hathach | |
| 2025-11-03 | fixing alert by scanning tool | hathach | |
| 2025-10-24 | fix several warnings | hathach | |
| 2025-09-17 | Fix board_init_after_tusb | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-07-03 | update cdc_msc/cdc_msc_freertos to also support notification | hathach | |
| 2024-10-14 | change the tusb_rhport_init_t struct, exclude the rhport to make API more ↵ | hathach | |
| consistent | |||
| 2024-10-11 | change tusb_init(), tusb_rhport_init() to use init struct for expandability | hathach | |
| 2024-10-10 | add new tusb_int_handler(rhport, in_isr) as common irq handler | hathach | |
| update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible | |||
| 2024-04-19 | more clang update | hathach | |
| 2023-11-16 | add imxrt1170 evkb | hathach | |
| 2023-08-09 | Merge pull request #2202 from Rocky04/patch-4 | Ha Thach | |
| Invoke unmounted state on configuration reset | |||
| 2023-08-07 | Update examples | Rocky04 | |
| 2023-08-04 | Merge branch 'master' into enhance-bsp | hathach | |
| 2023-08-03 | rename hw/bsp/board.h to board_api.h | hathach | |
| 2023-07-31 | enable USBMC for uno r4, add board_init_after_tusb() API | hathach | |
| add BOARD_UPPERCASE for board detection | |||
| 2023-03-17 | Merge branch 'master' into portability | hathach | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2022-12-04 | Fix typos | Bastien Nocera | |
| 2022-09-13 | Remove unreachable code | Ben Avison | |
| IAR generates warning Pe111 'statement is unreachable'. In a couple of cases, replace return statements with TU_ATTR_FALLTHROUGH; because some compilers apparently can't figure out that the return statements are unreachable but do whinge about an imagined fall-through without them! | |||
| 2022-06-03 | remove static port defined for device/host | hathach | |
| 2021-03-18 | clean up some examples | hathach | |
| 2020-11-24 | more ci | hathach | |
| 2020-11-24 | comment out and add note for tud_cdc_connected() in cdc_msc examples | hathach | |
| 2020-11-23 | add tud_ready() check in tud_cdc_n_write_flush() | hathach | |
| other clean up | |||
| 2020-11-18 | Changes to CDC example code: | Jan Dümpelmann | |
| - auto flush welcome message at connection event - provide information to the user if the terminal did not set DTR | |||
| 2020-11-18 | Reset CDC examples to original state | Jan Dümpelmann | |
| 2020-09-04 | Remove tud_cdc_connected check from examples | Jan Dümpelmann | |
| 2019-11-11 | added and tested nRF52833DK (pca10100) | hathach | |
| 2019-10-24 | adding more log | hathach | |
| 2019-09-11 | rename cdc_msc_hid to cdc_msc, hid has its own example hid_composite now | hathach | |
