summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-09-03use tusb_time_millis_api() instead of board_millis()hathach
make loopdelay() always inline
2025-08-28Merge pull request #3228 from espressif/feat/dcd_dwc_v4.30aScott Shawcroft
fix(dcd/dwc2): Fix reset procedure for versions >=4.20a
2025-08-28fix(dcd/dwc2): Fix reset procedure for versions >=4.20aTomas Rezucha
2025-08-27Merge pull request #3217 from tannewt/esp32c5_c61Ha Thach
2025-08-26Merge pull request #3227 from kasjer/kasjer/mynwet-spin-lock-fixZixun LI
Fix osal_spin_unlock for mynewt
2025-08-24Fix osal_spin_unlock for mynewtJerzy Kasenberg
Mynewt version for osal_spin_unlock() called OS_ENTER_CRITICAL instead of OS_EXIT_CRITICAL. Signed-off-by: Jerzy Kasenberg <[email protected]>
2025-08-24Remove dynamic memory allocationMitsumine Suzu
2025-08-24STM32N6570-DK gets listed in boards.rstAleksei Musin
2025-08-24STM32N6570-DK board is added. Build with DEBUG=1 (make BOARD=stm32n6570dk ↵Aleksei Musin
DEBUG=1 all), otherwise it does not work for now. Tested with examples/device/cdc_dual_ports
2025-08-24Improve retry operation at NAK response.Mitsumine Suzu
2025-08-24Insert small delay for LowSpeed deviceMitsumine Suzu
2025-08-24Small cleanups.Mitsumine Suzu
2025-08-20add some consumer page configsohmdelta
2025-08-18fixed typo in l496 make fileAdam Slaymark
2025-08-18added support for stm32l496nucleoAdam Slaymark
2025-08-15Add ESP32-C5 and ESP32-C61 definitionsScott Shawcroft
2025-08-10Fix fileJie Feng
2025-08-10Add to boards.rst fileJie Feng
2025-08-10Add weact blackpill supportJie Feng
2025-08-09Fix STM32L4 GPIOD clock enable for variants without GPIODMartijn van der Woude
2025-08-07Merge pull request #3187 from s09289728096/fix_dhcpHa Thach
dhcp: Fix DHCP_OFFER/DHCP_ACK destinaton.
2025-08-07update at32f405 dwc2 info and phy width selectionhathach
2025-08-06Add MTP class deviceMaurizio Pesce
2025-08-05Merge pull request #3203 from hathach/fix-rp2-audio-iso-transferHa Thach
fix rp2 iso transfer with new audio driver
2025-08-05Merge pull request #3200 from peppapighs/at32f405-usb-hsHa Thach
Fix AT32F405xx missing USB HS definition
2025-08-05fix rp2 iso transfer: reset state before notify stack. since new audio ↵hathach
driver can execute xfer_is()
2025-08-05Fix AT32F405xx missing USB HS definitionpeppapighs
2025-08-05Merge pull request #3197 from hathach/fix-audio-typoHa Thach
fix tud_audio_set_itf_close_EP_cb() typo
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]>