| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-03 | Add host string descriptor functions | Scott Shawcroft | |
| Plus typo fixes, GCC11 array bounds fix, snprintf for malloc-free debug and pragmas for alignment checks. | |||
| 2022-02-28 | Merge pull request #1345 from alexandre-perrin/iar-cpp-verify-static | Ha Thach | |
| Fix CPP compilation with IAR | |||
| 2022-02-26 | add highspeed detect for f723/730/733 | hathach | |
| 2022-02-26 | add TUP_USBIP_DWC2 | hathach | |
| 2022-02-26 | more internal rename | hathach | |
| 2022-02-26 | mcu specific rename | hathach | |
| 2022-02-26 | Merge pull request #1311 from Wini-Buh/CCRX_Ext | Ha Thach | |
| Solve problems with CCRX toolchain | |||
| 2022-02-25 | more symbol rename | hathach | |
| 2022-02-25 | internal symbol rename | hathach | |
| 2022-02-25 | minor house keeping | hathach | |
| 2022-02-25 | rename and move dcd_attr.h to tusb_mcu_attr.h | hathach | |
| 2022-02-23 | Fix CPP compilation with IAR | Alexandre Perrin | |
| IAR defines __STDC_VERSION__ in cpp as well. Which causes TU_VERIFY_STATIC to be defined as _Static_assert instead of cpp's static_assert. This reorders __cplusplus__ to be first, then to fallback to __STDC_VERSION__ if not CPP. | |||
| 2022-02-01 | Modifications for CCRX toolchain | Roland | |
| 2022-01-25 | Merge branch 'master' into master | Ha Thach | |
| 2022-01-19 | fix idfgh-6508: return type in tu_fifo_peek_n() | ||
| https://github.com/espressif/esp-idf/issues/8161 | |||
| 2022-01-19 | fix locked mutex when fifo is full | hathach | |
| 2022-01-06 | Enable breakpoints for ARM8M (e.g. cortex-m33) | EmergReanimator | |
| 2021-11-30 | Ignore certain compiler options on ARMCC | Yunhao Tian | |
| ARMCC also sets __GNU__ macro, but doesn't support GCC diagnostic pragmas. | |||
| 2021-10-29 | skip snpsid check for gd32, abstract phyfs turnaround, set max timeout ↵ | hathach | |
| calibration. still has issue with gd32 with msc (does work with running with rtt as log). | |||
| 2021-10-29 | correctly init hs phy for bcm | hathach | |
| 2021-10-26 | add hw config struct | hathach | |
| 2021-10-25 | change usage of TU_CHECK_MCU() to prevent macro conflict | hathach | |
| 2021-10-25 | add TU_ARGS_APPLY(), TU_CHECK_MCU() now could check list of mcus | hathach | |
| 2021-10-24 | remove ep descriptor wMaxPacketSize bitfield due to endian issue | hathach | |
| 2021-10-15 | fix -Wcast-qual | hathach | |
| 2021-09-29 | moved ISO attributes from audio to common | kkitayam | |
| 2021-09-29 | Merge branch 'master' of github.com:hathach/tinyusb into zhangslice-master | hathach | |
| examples/device/hid_composite_freertos/src/FreeRTOSConfig/FreeRTOSConfig.h | |||
| 2021-09-25 | add CFG_TUSB_OS_INC_PATH for os include path | hathach | |
| useful for freertos/ prefix with esp IDF | |||
| 2021-09-18 | Merge branch 'master' into zhangslice-master | hathach | |
| 2021-09-13 | esp32sx implement dcd_remote_wakeup(), fully compliance to chapter9 test suite | hathach | |
| 2021-09-09 | nxp tdi: enhance qhd using DCD_ATTR_ENDPOINT_MAX | hathach | |
| 2021-09-09 | add other speed descriptor callback ↵ | hathach | |
| tud_descriptor_other_speed_configuration_cb() example implement tud_descriptor_device_qualifier_cb() and tud_descriptor_other_speed_configuration_cb() on high speed device to fully compliant to usbcv | |||
| 2021-09-01 | rp2040 correct ep set/clear stall | hathach | |
| - stall will remove pending (not complete) transfer. Correct reset data toggle when clear stall. - remove buf ctrl debug code | |||
| 2021-08-27 | update msc driver to pass MSC BOT error recovery compliant test | hathach | |
| 2021-08-20 | improve host configuration parsing | hathach | |
| - remove driver class code binding - fully support IAD - auto calculate total length for interface descriptor for driver | |||
| 2021-08-20 | extra common edpt helper for device and host stack | hathach | |
| tu_edpt_validate() and tu_edpt_bind_driver() | |||
| 2021-08-02 | correct midi available with already stream read | hathach | |
| 2021-07-22 | clean up compiler | hathach | |
| 2021-07-22 | rename bit filed order | hathach | |
| clean up packed/bit order begin end | |||
| 2021-07-22 | rename packed begin/end | hathach | |
| 2021-07-22 | Merge branch 'CCRX_Port' of https://github.com/Wini-Buh/tinyusb into ↵ | hathach | |
| Wini-Buh-CCRX_Port | |||
| 2021-07-22 | Merge pull request #950 from HiFiPhile/dfu | Ha Thach | |
| DFU improvements | |||
| 2021-07-15 | wrap up DFU update | hathach | |
| 2021-07-14 | simplify upload request | hathach | |
| 2021-07-13 | add option to silent a driver log | hathach | |
| 2021-06-30 | Force unsigned compare on advance_pointer. | MasterPhi | |
| 2021-06-30 | Fix fifo overflow correction. | Mengsk | |
| 2021-06-29 | add tud_vendor_control_request_cb() to poisoned list | hathach | |
| 2021-06-29 | Merge remote-tracking branch 'origin/master' into CCRX_Port | Wini-Buh | |
| # Conflicts: # src/portable/renesas/usba/dcd_usba.c # src/tusb_option.h | |||
| 2021-06-28 | Merge pull request #891 from hathach/host-rp2040-double-buffer | Ha Thach | |
| RP2040 double buffer | |||
