| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-23 | trimed trailing whitespaces. | Jay | |
| 2024-12-23 | Modified example app. | 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-01 | Merge branch 'master' into dcd_notif | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-30 | Update audio class with dcache support. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-28 | Merge branch 'master' into fork/HiFiPhile/lwip_fix | hathach | |
| 2024-11-21 | fix ci | hathach | |
| 2024-11-21 | fix build with midi_test_freertos | hathach | |
| 2024-11-21 | - move freertos_hooks to board.c | hathach | |
| - add device/midi_test_freertos example - update bth/dfu/midi device for cache line size | |||
| 2024-11-18 | Merge pull request #2866 from HiFiPhile/uac_fix | Ha Thach | |
| Fix 2 UAC issue | |||
| 2024-11-13 | hil add stm32f723disco, add test flags for device/host/dual | hathach | |
| 2024-11-09 | Merge pull request #2870 from hathach/hcd-dwc2 | Ha Thach | |
| Implement Host Driver support for synopsys dwc2 | |||
| 2024-11-02 | Improve EP IN flow control. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-10-30 | Merge branch 'master' into dcd_notif | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-10-15 | RP2040 Compile Errors | pschatzmann | |
| 2024-10-15 | Add comment to BOS descriptor. | HiFiPhile | |
| 2024-10-15 | move core init code to dwc2 common. update/correct build for esppressif | hathach | |
| 2024-10-14 | change the tusb_rhport_init_t struct, exclude the rhport to make API more ↵ | hathach | |
| consistent | |||
| 2024-10-11 | change tusb_init(), tusb_rhport_init() to use init struct for expandability | hathach | |
| 2024-10-10 | add new tusb_int_handler(rhport, in_isr) as common irq handler | hathach | |
| update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible | |||
| 2024-10-10 | remove stm32f769disco since it is not reliable | hathach | |
| 2024-10-07 | Merge pull request #2809 from shuffle2/master | Ha Thach | |
| make all python files executable and standardize interpreter | |||
| 2024-10-05 | Add MSOS 2.0 descriptor to auto load NCM driver on Windows. | HiFiPhile | |
| 2024-10-05 | service_traffic: Don't call pbuf_free when ethernet_input is Ok | Stéphane Lenclud | |
| 2024-09-30 | skip some examples for mcxa15 | hathach | |
| 2024-09-17 | make all python files executable and standardize interpreter | Shawn Hoffman | |
| 2024-09-11 | Merge pull request #2450 from HiFiPhile/vendor_fifo | Ha Thach | |
| Allow vendor class to be used without FIFO. | |||
| 2024-09-10 | minor clean up | hathach | |
| 2024-09-01 | Merge pull request #2765 from hinxx/usbtmc-clean | HiFiPhile | |
| couple of fixes for usbtmc example | |||
| 2024-08-28 | Fix compiler warning in hid_boot_interface example | Andrew Scheller | |
| 2024-08-19 | rename TUD_ENDPOINT_EXCLUSIVE_NUMBER to TUD_ENDPOINT_ONE_DIRECTION_ONLY | hathach | |
| 2024-08-17 | define and use TUD_ENDPOINT_EXCLUSIVE_NUMBER | hathach | |
| 2024-08-15 | couple of fixes for usbtmc example | Hinko Kocevar | |
| 2024-08-14 | Merge branch 'refs/heads/master' into fork/BrentK-ADI/max32_port | hathach | |
| 2024-07-28 | Integrate OS guessing quirk into uac2_speaker_fb example. | HiFiPhile | |
| 2024-07-28 | Merge branch 'master' of https://github.com/hathach/tinyusb into rx_fb | HiFiPhile | |
| 2024-07-25 | Combined DCD MUSB implementations | Brent Kowal | |
| Combined the new MAX32 MUSB implementation with the existing (TI) implementation to provide generic code base for working the MUSB DCD peripheral. - Added abstraction calls for FIFO setup, EP registers, Ctrl registers and interrupt setup. - Combined TM4C and MSP432E into a single header file. - Created musb_max32.h, and removed the MAX32 specific C implementation. - Updated MAX32 build system to use dcd_musb.c. - Added MAX32 conditions for cdc_dual_ports example descriptors missed during first testing. | |||
| 2024-07-19 | Merge pull request #2723 from liamfraser/rp2040_tweaks | Ha Thach | |
| RP2040 tweaks | |||
| 2024-07-18 | net_lwip_webserver: allow TINYUSB_LWIP_PATH to be defined by parent CMake file | Liam Fraser | |
| 2024-07-18 | fix hil board_test duplication, add cdc_msc_freertos test | hathach | |
| 2024-07-12 | Merge pull request #2688 from HiFiPhile/3511_rtos | Ha Thach | |
| LPC55: FreeRTOS fix | |||
| 2024-07-05 | add board_reset_to_bootloader(), try to implement that for ch32v203 but not ↵ | hathach | |
| working yet | |||
| 2024-07-01 | Add MAX78002 Support | Brent Kowal | |
| -Added support for MAX78002, MAX78002EVKIT -Added provisions for remaining MAX32 USB parts | |||
| 2024-06-28 | Initial Commit for MAX32 Support | Brent Kowal | |
| Initial commit for the port of TUSB to MAX32xxx parts, staring with MAX32690 - Added dcd_max32.c (based on dcd_musb.c) for interfacing with the peripheral - Added MAX32690 part family support - Added max32690evkit board support - Updated examples for unique EP number requirement - Updated get_deps.py to fetch the MSDK Known Issues / Additional Testing Required - msc_dual_lun only shown 1 volume on Windows - USBTMC does not have a valid Windowsdriver - DFU does not have a valid Windows driver - WebUSB is "Device not Recognized" - Need to test build scripts with IAR and Clang | |||
| 2024-06-27 | Make FreeRTOS config work with Cortex-M33. | HiFiPhile | |
| 2024-06-21 | skip examples for ch32v203g6 | hathach | |
| 2024-06-14 | fix ci skip example for ch32v1 | hathach | |
| 2024-05-31 | Merge branch 'master' of https://github.com/hathach/tinyusb into rx_fb | HiFiPhile | |
| 2024-05-20 | try fixing codeql | hathach | |
| 2024-05-20 | - update ch203 family to allow to specify flash and ram size. Introduce | hathach | |
| - add ch32v203_ro_1v0 board - CFG_EXAMPLE_MSC_DUAL_READONLY to build msc_dual_lun for ch32v203 | |||
