summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2025-07-09add option to pass symbol defines to ci build.pyhathach
add build.args option for hil json add MAX3421_HOST=1 for metro m4 express
2025-07-09Merge pull request #2573 from ChrisDeadman/hcd-samd-supportHa Thach
Add support for SAMD21 HCD
2025-07-09add board_vbus_set() for samd21/d51 to enable usb host vbushathach
enable host example build for samd21/d51
2025-07-09Merge branch 'refs/heads/master' into fork/ChrisDeadman/hcd-samd-supporthathach
2025-07-09Merge pull request #3165 from hathach/codex/find-and-fix-a-codebase-bugHa Thach
Fix HID descriptor parsing of 4‑byte items
2025-07-09Merge pull request #3150 from HiFiPhile/xfer_isrHa Thach
audio: manage ISO transfer in ISR
2025-07-09Add spec reference for 4-byte HID item sizeHa Thach
2025-07-09fix HID parser variable size handlingHa Thach
2025-07-09Merge pull request #3166 from hathach/hil-skip-passed-board-in-rerunHa Thach
try to skip passed board in hil test when re-run
2025-07-09only clean/checkout/download artifacts on first attempthathach
2025-07-08Use localstorage clear.raldone01