summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2024-10-28minor renamehathach
2024-10-25got In transfer working, able to get 1st device descriptor and set addresshathach
2024-10-25fix make buildhathach
2024-10-21add tusb_time_millis(), able to reset and enable dwc2 port and get SOF activehathach
2024-10-18testing hcd with f723 due to h743eval issue with mfx vbus drive.hathach
2024-10-18add VBUS drive via MFX for h743 eval, but does not seems to work yethathach
2024-10-15move core init code to dwc2 common. update/correct build for esppressifhathach
2024-10-15adding hcd dwc2hathach
2024-10-10add new tusb_int_handler(rhport, in_isr) as common irq handlerhathach
2024-10-10enhance dwc2hathach
2024-10-10add f407disco to hil poolhathach
2024-10-10improving dwc2, merging diep and doep if possiblehathach
2024-10-07Merge pull request #2809 from shuffle2/masterHa Thach
2024-09-30update build script to correctly skip non max3421 enabled for espressif boardshathach
2024-09-30esp32p4 use port0 as fs, port1 as highspeedhathach
2024-09-30added p4, seems to work well and enumeratedhathach
2024-09-30try to add esp32 p4 and esp-idf v5.3 supporthathach
2024-09-24update dfifo allocation scheme to use top pointer, update document and explan...hathach
2024-09-17make all python files executable and standardize interpreterShawn Hoffman
2024-09-14Add STM32 B_5585I-IOT2A boardUwe Bonnes
2024-09-13add pico2 rp2350 (arm) boardhathach
2024-08-30Merge pull request #2731 from cumhuronat/masterHa Thach
2024-08-27reset usb when init for max32650/66. change hil max32 to use pico (cmsis dap2...hathach
2024-08-26add sndfifo owner info to skip rewriting data for retrying NAKedhathach
2024-08-22skip dual/host_info_to_device_cdc for pico due to a bug in pio-usbhathach
2024-08-22add pio-usb host test to hil. fix build as wellhathach
2024-08-22add hil support for dual host_info_to_cdchathach
2024-08-22circleci tweaks (#2770)Ha Thach
2024-08-21update circle ci to build make (#2769)Ha Thach
2024-08-19implement dcd_edpt_iso_alloc/dcd_edpt_iso_activate for musb. video_capture ex...hathach
2024-08-18add flash_openocd_adi() for use with max32hathach
2024-08-15add flash-uniflash support for ti tm4chathach
2024-08-14use max32 cmsis, fix NVIC_GetEnableIRQ() not defined when using with CMISIS < 5hathach
2024-08-14Merge branch 'refs/heads/master' into fork/BrentK-ADI/max32_porthathach
2024-08-13use zero wait flash for nano v203hathach
2024-08-13minor update to cmake profilehathach
2024-08-13Fix stm32l0 clock init.HiFiPhile
2024-08-11fix spi_set_format() -Wnull-dereference when compiling with -Oshathach
2024-08-10fix build with rp2040 PICO_DEFAULT_SPI renamehathach
2024-08-08Merge pull request #2750 from hathach/fix-ch32v203-setupHa Thach
2024-08-05Merge pull request #2328 from HiFiPhile/rx_fbHiFiPhile
2024-08-02add stm32f103ze_iarhathach
2024-08-01Merge pull request #2743 from hathach/header_fixGraham Sanderson
2024-08-01increase freerto min task stack for some stm32hathach
2024-07-29add explcit dependencygraham sanderson
2024-07-29add clocks.h as set_sys_clock_khz is moving there from stdlib.hgraham sanderson
2024-07-28Merge branch 'master' of https://github.com/hathach/tinyusb into rx_fbHiFiPhile
2024-07-25Combined DCD MUSB implementationsBrent Kowal
2024-07-23fsdev read/write packet use unaligned functionhathach
2024-07-23update fsdev bsp for hil testinghathach