summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2024-11-25try to fix circleci with kinetishathach
2024-11-21fix cihathach
2024-11-21fix build with midi_test_freertoshathach
2024-11-21missing host/cdc_msc_hid_freertoshathach
2024-11-21- move freertos_hooks to board.chathach
- add device/midi_test_freertos example - update bth/dfu/midi device for cache line size
2024-11-18Merge pull request #2866 from HiFiPhile/uac_fixHa Thach
Fix 2 UAC issue
2024-11-13hil add stm32f723disco, add test flags for device/host/dualhathach
2024-11-12fix example buildhathach
2024-11-12update host/device_info to build with freertos for espressif board. Add hil ↵hathach
test for host/device_info
2024-11-09Merge pull request #2870 from hathach/hcd-dwc2Ha Thach
Implement Host Driver support for synopsys dwc2
2024-11-08minor clean uphathach
2024-11-07hcd work with esp32p4 in slave mode but have issue with DMA mode. In slave ↵hathach
it enumerate device but has issue with msc bulk in
2024-11-07update bsp for h7 to support host modehathach
2024-11-07enable stm32f4 hosthathach
2024-11-06fix iar buildhathach
2024-11-02Improve EP IN flow control.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2024-10-31testing hcd with dma, work well after enumeration.hathach
2024-10-30Merge branch 'master' into dcd_notifHiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2024-10-28minor renamehathach
2024-10-21get hprt interrupt triggeredhathach
2024-10-15RP2040 Compile Errorspschatzmann
2024-10-15Add comment to BOS descriptor.HiFiPhile
2024-10-15move core init code to dwc2 common. update/correct build for esppressifhathach
2024-10-15adding hcd dwc2hathach
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more ↵hathach
consistent
2024-10-11change tusb_init(), tusb_rhport_init() to use init struct for expandabilityhathach
2024-10-10add new tusb_int_handler(rhport, in_isr) as common irq handlerhathach
update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible
2024-10-10remove stm32f769disco since it is not reliablehathach
2024-10-07Merge pull request #2809 from shuffle2/masterHa Thach
make all python files executable and standardize interpreter
2024-10-05Add MSOS 2.0 descriptor to auto load NCM driver on Windows.HiFiPhile
2024-10-05service_traffic: Don't call pbuf_free when ethernet_input is OkStéphane Lenclud
2024-09-30skip some examples for mcxa15hathach
2024-09-17make all python files executable and standardize interpreterShawn Hoffman
2024-09-11Merge pull request #2450 from HiFiPhile/vendor_fifoHa Thach
Allow vendor class to be used without FIFO.
2024-09-10minor clean uphathach
2024-09-03use fixed with in printf ( found by clang)dp111
NB %lu is a minimum of 32 bits where as the variable use is exactly 32 bits . This can affect porting to other systems.
2024-09-01Merge pull request #2765 from hinxx/usbtmc-cleanHiFiPhile
couple of fixes for usbtmc example
2024-08-28Fix compiler warning in hid_boot_interface exampleAndrew Scheller
2024-08-22add hil support for dual host_info_to_cdchathach
replace itsybitsy m4 by metro m4 + max3421e
2024-08-19rename TUD_ENDPOINT_EXCLUSIVE_NUMBER to TUD_ENDPOINT_ONE_DIRECTION_ONLYhathach
2024-08-17define and use TUD_ENDPOINT_EXCLUSIVE_NUMBERhathach
2024-08-15couple of fixes for usbtmc exampleHinko Kocevar
2024-08-15add flash-uniflash support for ti tm4chathach
2024-08-14Merge branch 'refs/heads/master' into fork/BrentK-ADI/max32_porthathach
2024-07-28Integrate OS guessing quirk into uac2_speaker_fb example.HiFiPhile
2024-07-28Merge branch 'master' of https://github.com/hathach/tinyusb into rx_fbHiFiPhile
2024-07-25Combined DCD MUSB implementationsBrent 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-19Merge pull request #2723 from liamfraser/rp2040_tweaksHa Thach
RP2040 tweaks
2024-07-18fix some clang compiler warningsgraham sanderson
2024-07-18net_lwip_webserver: allow TINYUSB_LWIP_PATH to be defined by parent CMake fileLiam Fraser