| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-02 | Merge pull request #3183 from rppicomidi/fix_3159 | Ha Thach | |
| Fix #3159: Handle MIDI interface after audio streaming interface | |||
| 2025-08-02 | use tu_desc_in_bounds() for descriptor loop | hathach | |
| 2025-08-02 | Merge pull request #3195 from hathach/update-inquiry2 | Ha Thach | |
| add bufsize to tud_msc_inquiry2_cb() | |||
| 2025-08-01 | Update examples/device/msc_dual_lun/src/msc_disk_dual.c | Ha Thach | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2025-08-01 | Merge pull request #3194 from hathach/at32-doc | Ha Thach | |
| update doc for at32 | |||
| 2025-08-01 | add bufsize to tud_msc_inquiry2_cb() | hathach | |
| 2025-08-01 | add at32 to README.rst, rename at32 board to lower case, correct name to ↵ | hathach | |
| match mcu, add meta data | |||
| 2025-08-01 | Merge pull request #3191 from hathach/at32 | Ha Thach | |
| support at32 mcu (2) | |||
| 2025-07-31 | clean up | hathach | |
| 2025-07-31 | add ci build for all at32, use linker and startup from mcu cmsis instead of ↵ | hathach | |
| local files | |||
| 2025-07-29 | Add reconnect m | raldone01 | |
| 2025-07-29 | add ci build for at32: f402_405, f403a_407, f423 | hathach | |
| 2025-07-28 | fix pre-commit, remove svd file since they are heavy and should be in ↵ | hathach | |
| mcu/sdk instead add cmake support for f403a_407 and f423 | |||
| 2025-07-28 | Merge pull request #3186 from rhgndf/nanoch32v305 | Ha Thach | |
| Add nanoch32v305 | |||
| 2025-07-28 | correct flash/ram for v307 and v305 | hathach | |
| 2025-07-27 | Fix goto indentation | Elwin Huang | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2025-07-27 | Fix CI | Jie Feng | |
| 2025-07-27 | Fix gpio clock | Jie Feng | |
| 2025-07-26 | Merge pull request #3173 from HiFiPhile/feature/usbtmc_vendor-specific | Ha Thach | |
| feature(usbtmc): add support for usbtmc vendor-spicific command messages | |||
| 2025-07-26 | Update src/class/usbtmc/usbtmc_device.c | Ha Thach | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2025-07-26 | More catches. | raldone01 | |
| 2025-07-25 | Fix compile error. | Elwin Huang | |
| 2025-07-25 | dhcp: Fix DHCP_OFFER/DHCP_ACK destinaton. | EcuasYos | |
| In RFC 2131, the destination of DHCP OFFER/ACK is defined in Section 4.1. Fix the destination error by following the rule of RFC 2131. TODO: We implement all rule but the last one. ARP table is required to associate client's macaddr. Currently, fallback to broadcast. Signed-off-by: Elwin Huang <[email protected]> | |||
| 2025-07-24 | Improve web usb and web serial robustness. | raldone01 | |
| 2025-07-24 | Add nanoch32v305 | Jie Feng | |
| 2025-07-24 | Merge pull request #3182 from HiFiPhile/h7_fix | Ha Thach | |
| bsp/h7rs: fix a typo | |||
| 2025-07-23 | Restore accidentally erased debug log message | rppicomidi | |
| 2025-07-23 | Delete debugging printf | rppicomidi | |
| 2025-07-23 | Fix #3159: Handle MIDI interface descriptor after audio streaming interface | rppicomidi | |
| 2025-07-22 | Merge pull request #3179 from rhgndf/add_ch32v305 | Zixun LI | |
| Report CH32V305 as working | |||
| 2025-07-20 | fix typo | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-07-18 | Report CH32V305 as working | Jie Feng | |
| 2025-07-16 | Merge pull request #3175 from elipsitz/master | Ha Thach | |
| Fix compilation when CH34X support is disabled | |||
| 2025-07-15 | Fix compilation when CH34X support is disabled | Eli Lipsitz | |
| 2025-07-11 | fix last transfer size | Zixun LI | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2025-07-11 | typo fix | Zixun LI | |
| Co-authored-by: Copilot <[email protected]> | |||
| 2025-07-11 | Mitigate potential xss. | raldone01 | |
| 2025-07-11 | Merge branch 'master' into feature/usbtmc_vendor-specific | HiFiPhile | |
| 2025-07-11 | Merge pull request #3172 from hathach/msc-inquiry2-cb | Ha Thach | |
| add tud_msc_inquiry2_cb() for full inquiry response | |||
| 2025-07-11 | Merge pull request #3168 from hathach/feature/add_tusb_teardown | Ha Thach | |
| Feature/add tusb teardown | |||
| 2025-07-11 | add tud_msc_inquiry2_cb() for full inquiry response | hathach | |
| 2025-07-10 | Merge pull request #2987 from hathach/fix-2923-alt | Ha Thach | |
| make sure TOTAL_DRIVER_COUNT is not overflow 8-bit | |||
| 2025-07-10 | rename to tusb_deinit() to match other namingg | hathach | |
| 2025-07-10 | Merge branch 'master' into fork/roma-jam/feature/add_tusb_teardown | hathach | |
| 2025-07-10 | Merge pull request #2873 from HiFiPhile/susp_isr | Ha Thach | |
| DWC2: fix recurrent suspend ISR without Vbus connected | |||
| 2025-07-10 | FIx recurrent suspend ISR. | HiFiPhile | |
| 2025-07-10 | Fix F4 BSP without UART_DEV. | HiFiPhile | |
| 2025-07-09 | Merge pull request #3167 from hathach/add-define-build-script | Ha Thach | |
| add option to pass symbol defines to ci build.py | |||
| 2025-07-09 | add option to pass symbol defines to ci build.py | hathach | |
| add build.args option for hil json add MAX3421_HOST=1 for metro m4 express | |||
| 2025-07-09 | Merge pull request #2573 from ChrisDeadman/hcd-samd-support | Ha Thach | |
| Add support for SAMD21 HCD | |||
