| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-24 | Small cleanups. | Mitsumine Suzu | |
| 2025-08-07 | Merge pull request #3187 from s09289728096/fix_dhcp | Ha Thach | |
| dhcp: Fix DHCP_OFFER/DHCP_ACK destinaton. | |||
| 2025-08-05 | Merge pull request #3203 from hathach/fix-rp2-audio-iso-transfer | Ha Thach | |
| fix rp2 iso transfer with new audio driver | |||
| 2025-08-05 | Merge pull request #3200 from peppapighs/at32f405-usb-hs | Ha Thach | |
| Fix AT32F405xx missing USB HS definition | |||
| 2025-08-05 | fix rp2 iso transfer: reset state before notify stack. since new audio ↵ | hathach | |
| driver can execute xfer_is() | |||
| 2025-08-05 | Fix AT32F405xx missing USB HS definition | peppapighs | |
| 2025-08-05 | Merge pull request #3197 from hathach/fix-audio-typo | Ha Thach | |
| fix tud_audio_set_itf_close_EP_cb() typo | |||
| 2025-08-02 | fix tud_audio_set_itf_close_EP_cb() typo | hathach | |
| 2025-08-02 | Merge pull request #3091 from raldone01/fix/web_serial | Ha Thach | |
| Rewrite of the web_serial example website. | |||
| 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 | |
