summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-01-25Merge pull request #2964 from hathach/fix-2939Ha Thach
fix bug introduced by 2939, with correct offset check logic
2025-01-25correct offset check logichathach
2025-01-22Merge pull request #2939 from PwnVerse/patch-1HiFiPhile
Fix potential out of bounds access in msc_disk.c
2025-01-22Fix also cdc_msc example.HiFiPhile
2025-01-22Fix CI.HiFiPhile
2025-01-22Merge branch 'master' into patch-1HiFiPhile
2025-01-22Merge pull request #2950 from espressif/fix/ncm_buffer_validationHiFiPhile
fix(ncm): Return invalid NTBs to free list
2025-01-21Merge pull request #2955 from hathach/fix-dwc2-issueHa Thach
Work around for esp32s3 racing/timing issue with macos
2025-01-20use IAR toke for hfp runner since normal IAR license is expiredhathach
2025-01-20add s3 undefined speed note for racing issue with reset.hathach
fix dcd_event_sof() with frame number
2025-01-16update esp-idf to 5.3.2hathach
2025-01-15fix(ncm): Return invalid NTBs to free listTomas Rezucha
In case we received invalid datagram, we silently fail a the buffer was not returned to empty list -> it was lost. If this happened more than CFG_TUD_NCM_OUT_NTB_N times, we run out of NTBs and all OUT transfers are NACKed. Closes https://github.com/espressif/esp-usb/issues/107
2025-01-15Merge pull request #2947 from espressif/fix/ncm_buffer_checksHiFiPhile
fix(ncm): Use IN buffer for transmit checks
2025-01-15src/class/hid/hid_host.c: fix logging calls for epbufDan Halbert
2025-01-15Fix ceedling (#2949)Ha Thach
* fixed unit test with ceedling 1.0.0
2025-01-14fix(ncm): Use IN buffer for transmit checksTomas Rezucha
2025-01-09Fix potential out of bounds access in msc_disk.cRitvik
2024-12-27Merge pull request #2917 from hathach/board-docHa Thach
update docs, embed metadata to family.c and board.h
2024-12-27update docs, remove uses.rst, structure.rst. Refactor docs, use README.rst ↵hathach
for docs index.rst
2024-12-27docs index.rst pointed to README.rsthathach
2024-12-27move mcu supported to README.rst, separated supported boards to boards.rsthathach
2024-12-27embed metadata to family.c and board.h to generate supported boards dochathach
2024-12-25Merge pull request #2913 from hathach/release-0.18.00.18.0Ha Thach
update doc, bump up release 0.18.0
2024-12-25update doc, bump up release 0.18.0hathach
revert OPT_MCU_RAXXX value back to 1403
2024-12-18Merge pull request #2865 from HiFiPhile/rt1170Ha Thach
RT1170 enhancements
2024-12-17enable CFG_TUD/THU_MEM_DCACHE_ENABLE for imxrt with M7 by defaulthathach
2024-12-17Merge branch 'refs/heads/master' into fork/HiFiPhile/rt1170hathach
2024-12-17Merge pull request #2906 from hathach/add-ra8m1Ha Thach
Add ra8m1_ek
2024-12-17change rx urlhathach
2024-12-17install libc++ for clang build fuzzerhathach
2024-12-16fix warning due to bsp_rom_registers.chathach
2024-12-16make sure g_bsp_rom_registers is not dropped by linker in cmake build.hathach
always reserve 0x100 for option setting in linker to prevent possible bricked mcu
2024-12-13Merge pull request #2897 from shdeb/hid_pid_defsHa Thach
Adding HID Usage Table Physical Input Device Page (0x0F)
2024-12-13fix portenta build, added core-m85.cmake/mkhathach
2024-12-13change OPT_MCU_RAXXX, fix missing prototype warnings.hathach
2024-12-13update build for ra8m1: usbfs work, but usbhs not working just yet. Probably ↵hathach
missing configuration or clock setup
2024-12-13ra8m1_ek led and button workshathach
2024-12-13update make build for rahathach
2024-12-12rasc for portenta_c33hathach
2024-12-12rasc ra2a1_ek, but usb does not seem to work. Note fsp.ld need extra 0x100 ↵hathach
byte for ROM registers to work.
2024-12-12rasc for ra4m1_ekhathach
2024-12-12rasc for ra4m3 ekhathach
2024-12-12used pin generated by raschathach
2024-12-12more migrate to ra smart configuratorhathach
2024-12-11limit parallel for circlecihathach
2024-12-11Merge branch 'master' into fork/HiFiPhile/rt1170hathach
2024-12-11Merge pull request #2902 from hathach/skip-iar-on-forkHa Thach
skip iar build with forked pr
2024-12-11skip iar build with forked prhathach
2024-12-11Merge pull request #2901 from hathach/fix-dwc2-epcountHa Thach
fix correct DWC2_EP_COUNT
2024-12-11Merge branch 'master' into fork/HiFiPhile/rt1170hathach