summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-09-04Merge pull request #3230 from hathach/copilot/fix-3218Ha Thach
Fix obsolete cnt assignment in _tu_fifo_peek() overflow check
2025-09-04Merge pull request #3221 from ohmdelta/masterHa Thach
Add Consumer Usage Page Codes
2025-09-04remove duplicated enumhathach
2025-09-03Merge pull request #3206 from hathach/update-at32f405-phywidth-selHa Thach
update at32f405 dwc2 info and phy width selection
2025-09-03fix pre-commit and fix READONLY linker keyword with clanghathach
2025-09-03Fix obsolete cnt assignment in _tu_fifo_peek() overflow checkcopilot-swe-agent[bot]
Co-authored-by: hathach <[email protected]>
2025-09-03Initial plancopilot-swe-agent[bot]
2025-09-03add at32f415 dwc2 infohathach
2025-09-03Merge pull request #3225 from verylowfreq/pr-ch32v-usbfs-hostHa Thach
Improve compatibility in CH32V20x USBFS Host
2025-09-03Merge pull request #3211 from rhgndf/at32f403a_weact_blackpillHa Thach
Add weact blackpill support
2025-09-03Merge pull request #3210 from martijnvdwoude/fix/stm32l4-gpiod-conditionalHa Thach
Fix STM32L4 GPIOD clock enable for variants without GPIOD
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