summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-28try to build hil in parallelhathach
2024-08-28bump up pio-usb to 0.6.1, enable dual hil test for picohathach
2024-08-27Merge branch 'master' into fork/HiFiPhile/vendor_fifohathach
2024-08-27Merge pull request #2779 from hathach/update-hil-max32Ha Thach
change hil max32666 to use picodebug
2024-08-27reset usb when init for max32650/66. change hil max32 to use pico (cmsis ↵hathach
dap2), change metro m4 flasher
2024-08-27Merge remote-tracking branch 'tinyusb/master' into vendor_fifoMengsk
2024-08-26add sndfifo owner info to skip rewriting data for retrying NAKedhathach
2024-08-23only check SNDBAV IRQ if there is data to sendCumhur Onat
2024-08-23fix for out retry attempts with nak responseCumhur Onat
2024-08-22Merge pull request #2771 from hathach/hil-add-host-testHa Thach
[HIL] add dual host_info_to_device_cdc support
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
replace itsybitsy m4 by metro m4 + max3421e
2024-08-22circleci tweaks (#2770)Ha Thach
* skip circleci build on master push * change max32666 probe to jlink, max32625pico is not reliable enough
2024-08-21update circle ci to build make (#2769)Ha Thach
* update build.py script to work with circleci * build make with circle ci * build vm for esp only * nrf imxrt with large resource * nrf imxrt with large resource * remove 2 of nrf boards
2024-08-19Merge pull request #2767 from hathach/minor-updateHa Thach
Minor update
2024-08-19mimxrt1015_evk does not work reliably in hil pool (like metro m7).hathach
2024-08-19remove weak from dcd_edpt_close() for port without TUP_DCD_EDPT_ISO_ALLOChathach
2024-08-19update doc, re-enable metro m7 for hil, only build make windows/macos on PRhathach
2024-08-19rename TUD_ENDPOINT_EXCLUSIVE_NUMBER to TUD_ENDPOINT_ONE_DIRECTION_ONLYhathach
2024-08-19Merge pull request #2708 from BrentK-ADI/max32_portHa Thach
Add port for Analog Devices MAX32 MCUs
2024-08-19fix ci buildhathach
2024-08-19add hwfifo_flush()hathach
2024-08-19implement dcd_edpt_iso_alloc/dcd_edpt_iso_activate for musb. video_capture ↵hathach
example with iso kind of work but not smoothly. audio example does not seems to work as expected
2024-08-18add flash_openocd_adi() for use with max32hathach
add feather max32666 to the hil pool
2024-08-18more musb updatehathach
2024-08-17rename register bit definition to prevent conflicthathach
2024-08-17remove unused register defhathach
2024-08-17define and use TUD_ENDPOINT_EXCLUSIVE_NUMBERhathach
2024-08-17minor updatehathach
2024-08-17refactor fifo configure/setup for dynamic and static fifohathach
2024-08-17more refactor to simplify musb driverhathach
2024-08-16Put break inside #if #endifdp111
2024-08-16update cmake profilehathach
2024-08-15Merge pull request #1 from hathach/masterdp111
Sync
2024-08-15remove analog PHY from musb_regs_thathach
hil: remove ch32v203 since not reliable enough
2024-08-15use musb_ep_csr_t for indexed CSR, also use indexed csr for TI access as ↵hathach
well. Merge ep0 and epn together
2024-08-15couple of fixes for usbtmc exampleHinko Kocevar
2024-08-15update musb fifo usagehathach
2024-08-15adding universal register structs for musbhathach
2024-08-15add TUP_USBIP_MUSB macro, minor renamehathach
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-14fix spelling, add max32 to ci with arm-gcc buildhathach
2024-08-14Merge branch 'refs/heads/master' into fork/BrentK-ADI/max32_porthathach
2024-08-13Circi dynamic config (#2763)Ha Thach
Circleci * build cmake armgcc and arm clang on circleci * use docker medium+
2024-08-13Merge pull request #2762 from hathach/fsdev_iso_fixHa Thach
Fsdev iso fix
2024-08-13use zero wait flash for nano v203hathach
2024-08-13remove metro m7 for nowhathach
2024-08-13metro m7 has issue with cdc_msc example randomly on hil test. Exclude it for nowhathach