summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-08-02fix tud_audio_set_itf_close_EP_cb() typohathach
2025-08-02Merge pull request #3091 from raldone01/fix/web_serialHa Thach
Rewrite of the web_serial example website.
2025-08-02Merge pull request #3183 from rppicomidi/fix_3159Ha Thach
Fix #3159: Handle MIDI interface after audio streaming interface
2025-08-02use tu_desc_in_bounds() for descriptor loophathach
2025-08-02Merge pull request #3195 from hathach/update-inquiry2Ha Thach
add bufsize to tud_msc_inquiry2_cb()
2025-08-01Update examples/device/msc_dual_lun/src/msc_disk_dual.cHa Thach
Co-authored-by: Copilot <[email protected]>
2025-08-01Merge pull request #3194 from hathach/at32-docHa Thach
update doc for at32
2025-08-01add bufsize to tud_msc_inquiry2_cb()hathach
2025-08-01add at32 to README.rst, rename at32 board to lower case, correct name to ↵hathach
match mcu, add meta data
2025-08-01Merge pull request #3191 from hathach/at32Ha Thach
support at32 mcu (2)
2025-07-31clean uphathach
2025-07-31add ci build for all at32, use linker and startup from mcu cmsis instead of ↵hathach
local files
2025-07-29Add reconnect mraldone01
2025-07-29add ci build for at32: f402_405, f403a_407, f423hathach
2025-07-28fix 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-28Merge pull request #3186 from rhgndf/nanoch32v305Ha Thach
Add nanoch32v305
2025-07-28correct flash/ram for v307 and v305hathach
2025-07-27Fix goto indentationElwin Huang
Co-authored-by: Copilot <[email protected]>
2025-07-27Fix CIJie Feng
2025-07-27Fix gpio clockJie Feng
2025-07-26Merge pull request #3173 from HiFiPhile/feature/usbtmc_vendor-specificHa Thach
feature(usbtmc): add support for usbtmc vendor-spicific command messages
2025-07-26Update src/class/usbtmc/usbtmc_device.cHa Thach
Co-authored-by: Copilot <[email protected]>
2025-07-26More catches.raldone01
2025-07-25Fix compile error.Elwin Huang
2025-07-25dhcp: 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-24Improve web usb and web serial robustness.raldone01
2025-07-24Add nanoch32v305Jie Feng
2025-07-24Merge pull request #3182 from HiFiPhile/h7_fixHa Thach
bsp/h7rs: fix a typo
2025-07-23Restore accidentally erased debug log messagerppicomidi
2025-07-23Delete debugging printfrppicomidi
2025-07-23Fix #3159: Handle MIDI interface descriptor after audio streaming interfacerppicomidi
2025-07-22Merge pull request #3179 from rhgndf/add_ch32v305Zixun LI
Report CH32V305 as working
2025-07-20fix typoHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-07-18Report CH32V305 as workingJie Feng
2025-07-16Merge pull request #3175 from elipsitz/masterHa Thach
Fix compilation when CH34X support is disabled
2025-07-15Fix compilation when CH34X support is disabledEli Lipsitz
2025-07-11fix last transfer sizeZixun LI
Co-authored-by: Copilot <[email protected]>
2025-07-11typo fixZixun LI
Co-authored-by: Copilot <[email protected]>
2025-07-11Mitigate potential xss.raldone01
2025-07-11Merge branch 'master' into feature/usbtmc_vendor-specificHiFiPhile
2025-07-11Merge pull request #3172 from hathach/msc-inquiry2-cbHa Thach
add tud_msc_inquiry2_cb() for full inquiry response
2025-07-11Merge pull request #3168 from hathach/feature/add_tusb_teardownHa Thach
Feature/add tusb teardown
2025-07-11add tud_msc_inquiry2_cb() for full inquiry responsehathach
2025-07-10Merge pull request #2987 from hathach/fix-2923-altHa Thach
make sure TOTAL_DRIVER_COUNT is not overflow 8-bit
2025-07-10rename to tusb_deinit() to match other namingghathach
2025-07-10Merge branch 'master' into fork/roma-jam/feature/add_tusb_teardownhathach
2025-07-10Merge pull request #2873 from HiFiPhile/susp_isrHa Thach
DWC2: fix recurrent suspend ISR without Vbus connected
2025-07-10FIx recurrent suspend ISR.HiFiPhile
2025-07-10Fix F4 BSP without UART_DEV.HiFiPhile
2025-07-09Merge pull request #3167 from hathach/add-define-build-scriptHa Thach
add option to pass symbol defines to ci build.py