| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-23 | kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYR | hathach | |
| 2025-01-22 | Merge pull request #2939 from PwnVerse/patch-1 | HiFiPhile | |
| Fix potential out of bounds access in msc_disk.c | |||
| 2025-01-22 | Update deps. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-01-22 | Fix also cdc_msc example. | HiFiPhile | |
| 2025-01-22 | Fix CI. | HiFiPhile | |
| 2025-01-22 | Merge branch 'master' into patch-1 | HiFiPhile | |
| 2025-01-22 | Merge pull request #2950 from espressif/fix/ncm_buffer_validation | HiFiPhile | |
| fix(ncm): Return invalid NTBs to free list | |||
| 2025-01-22 | - change to use CMAKE_SYSTEM_CPU to prevent CMAKE_SYSTEM_PROCESSOR conflict ↵ | hathach | |
| with zephyr - change tinyusb CMakeLists.txt to function tinyusb_target_add() instead of defining tinyusb lib target | |||
| 2025-01-21 | zephyr | hathach | |
| 2025-01-21 | bump up cmake min to 3.20 | hathach | |
| 2025-01-21 | Merge pull request #2955 from hathach/fix-dwc2-issue | Ha Thach | |
| Work around for esp32s3 racing/timing issue with macos | |||
| 2025-01-20 | use IAR toke for hfp runner since normal IAR license is expired | hathach | |
| 2025-01-20 | add s3 undefined speed note for racing issue with reset. | hathach | |
| fix dcd_event_sof() with frame number | |||
| 2025-01-16 | update esp-idf to 5.3.2 | hathach | |
| 2025-01-15 | fix(ncm): Return invalid NTBs to free list | Tomas 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-15 | rp2040 correct dcd_edpt_iso_activate | pschatzmann | |
| 2025-01-15 | Merge pull request #2947 from espressif/fix/ncm_buffer_checks | HiFiPhile | |
| fix(ncm): Use IN buffer for transmit checks | |||
| 2025-01-15 | feature(tusb): Added teardown API | Roman Leonov | |
| 2025-01-15 | src/class/hid/hid_host.c: fix logging calls for epbuf | Dan Halbert | |
| 2025-01-15 | Fix ceedling (#2949) | Ha Thach | |
| * fixed unit test with ceedling 1.0.0 | |||
| 2025-01-14 | fix(ncm): Use IN buffer for transmit checks | Tomas Rezucha | |
| 2025-01-09 | Fix potential out of bounds access in msc_disk.c | Ritvik | |
| 2024-12-27 | Merge pull request #2917 from hathach/board-doc | Ha Thach | |
| update docs, embed metadata to family.c and board.h | |||
| 2024-12-27 | update docs, remove uses.rst, structure.rst. Refactor docs, use README.rst ↵ | hathach | |
| for docs index.rst | |||
| 2024-12-27 | docs index.rst pointed to README.rst | hathach | |
| 2024-12-27 | move mcu supported to README.rst, separated supported boards to boards.rst | hathach | |
| 2024-12-27 | embed metadata to family.c and board.h to generate supported boards doc | hathach | |
| 2024-12-27 | dcd_pic: check USBBUSY bit on PIC32s | Reimu NotMoe | |
| 2024-12-27 | dcd_pic: let the user manage shared GPIO/VBUS pin | Reimu NotMoe | |
| 2024-12-27 | dcd_pic: handle EP0 timeout/stall correctly | Reimu NotMoe | |
| 2024-12-27 | dcd_pic: implement dcd_deinit() | Reimu NotMoe | |
| 2024-12-27 | dcd_pic: handle remote wakeup more correctly | Reimu NotMoe | |
| 2024-12-27 | dcd_pic: handle bus resume correctly | Reimu NotMoe | |
| 2024-12-27 | dcd_pic: change license header and credit people accordingly | Reimu NotMoe | |
| 2024-12-27 | dcd_pic: add readme | Reimu NotMoe | |
| 2024-12-25 | Merge pull request #2913 from hathach/release-0.18.00.18.0 | Ha Thach | |
| update doc, bump up release 0.18.0 | |||
| 2024-12-25 | update doc, bump up release 0.18.0 | hathach | |
| revert OPT_MCU_RAXXX value back to 1403 | |||
| 2024-12-23 | modified invalid marked unit exponent. | Jay | |
| 2024-12-23 | trimed trailing whitespaces. | Jay | |
| 2024-12-23 | Modified example app. | Jay | |
| 2024-12-23 | Update hid_device.h | Jay | |
| 2024-12-23 | add hid stylus pen device. | Jay | |
| this works with android, for bypassing that absmouse does not support android. note that, to hide cursor on android for every touch signal, find cursor option in android settings menu. references: 1. https://stackoverflow.com/questions/28536602/hid-digitizer-descriptor-doesnt-perform-well-with-landscape-orientation 2. https://github.com/jonathanedgecombe/absmouse/blob/master/src/AbsMouse.cpp | |||
| 2024-12-18 | Merge pull request #2865 from HiFiPhile/rt1170 | Ha Thach | |
| RT1170 enhancements | |||
| 2024-12-17 | enable CFG_TUD/THU_MEM_DCACHE_ENABLE for imxrt with M7 by default | hathach | |
| 2024-12-17 | Merge branch 'refs/heads/master' into fork/HiFiPhile/rt1170 | hathach | |
| 2024-12-17 | Merge pull request #2906 from hathach/add-ra8m1 | Ha Thach | |
| Add ra8m1_ek | |||
| 2024-12-17 | change rx url | hathach | |
| 2024-12-17 | install libc++ for clang build fuzzer | hathach | |
| 2024-12-16 | fix warning due to bsp_rom_registers.c | hathach | |
| 2024-12-16 | make 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 | |||
