summaryrefslogtreecommitdiff
path: root/src/common/tusb_mcu.h
AgeCommit message (Collapse)Author
2024-06-12Make it work.Tinic Uro
2024-05-30Use correct backend.Tinic Uro
2024-05-24add ch32 support for fsdev driver. v20x can select fsdev or usbfs with ↵hathach
make/cmake PORT=0/1. default to fsdev
2024-05-24wch usbfs/usbhs need to specify which driver to use. for v307 default to ↵hathach
highspeed
2024-05-20Merge pull request #2362 from dragonlock2/masterHa Thach
Add CH32V20x USB OTG/FS Driver
2024-05-20use correct wch usbhs, usbfs for ch32v307 using CFG_TUD_MAX_SPEEDhathach
2024-05-20temp codehathach
2024-05-17Merge pull request #2648 from tannewt/esp32c2_h2Ha Thach
Add esp32c2 and esp32h2 for max3421 support
2024-05-16Add esp32c2 and esp32h2 for max3421 supportScott Shawcroft
2024-05-15add CH32V20x USB OTG/FS driverMatthew Tran
2024-05-13Adjust logic.HiFiPhile
2024-05-13Merge branch 'master' into test-mode-supportHiFiPhile
2024-05-06Merge pull request #2618 from HiFiPhile/fifo_const_splitHa Thach
tusb_fifo: skip constant address functions if not used
2024-05-02add cmake for pi zero (renamed from pi zero_w), build but the flash size ↵hathach
seem wrong (only 24 bytes for text)
2024-04-29Guard const addr fifo functions with TUP_MEM_CONST_ADDR.HiFiPhile
2024-04-26- add esp32 c3, c6 mcu optionhathach
- skip breakpoint for espressif riscv
2024-04-25revert a change in tusb_mcuhathach
2024-04-25adding support for esp32 for use with max3421e hosthathach
2024-04-08Merge pull request #2567 from HiFiPhile/iso_allocHa Thach
ISO endpoint allocation improvments
2024-04-02Move endpoint alloc define to tusb_mcu.hHiFiPhile
2024-04-02Merge branch 'master' into MCXhathach
2024-02-20MCX A and MCX N merged to MCX familyJerry Palacios
2024-02-07frdmmcxa153 files addedJerry Palacios
2024-02-04Merge branch 'hathach:master' into nxp_k64Michael Fischer
2024-01-15Test mode support only for Hi-Speed devicesRocky04
2024-01-15Merge branch 'master' into test-mode-supportRocky04
2024-01-15Add DWC2 Test Mode SUpportRocky04
2023-12-13Fix CI & typo.HiFiPhile
2023-12-12Add Support stm32h5 for stm32h573i based on stm32_fsdev G0 implementation ↵henneboi
Tested on Windows with IAR and gcc toolchain ( via cubeide) Tested only with audio examples, but sould be ok for other examples Cmake pacthed : but not tested Linux build : not tested Added a temporary workaround in make file to support H5 HAL repo ( ARMCC_VERSION=0)
2023-11-24Merge branch 'master' into feature/ch32f20xHa Thach
2023-10-18adding nulceo stm32u5a5, fix clock configure issuehathach
dwc2 core stuck at reset
2023-10-06feat(ch32f20x): add support of ch32f20xdenis.krasutski
2023-08-30call xfer_complete_isr() when result is not successful (stalled or failed)hathach
2023-08-28Merge branch 'master' into nxp_k64Ha Thach
2023-08-28rename OPT_MCU_KINETIS_K64 to OPT_MCU_KINETIS_Khathach
2023-08-27more update to transactionhathach
2023-08-09update to dcd ip3511 to add work-around for lpc54628 usb hs errata USB.1 and ↵hathach
USB.2 msc is mounted, but device couldn't work reliably and got constant reset due to other errata probably.
2023-07-23Added support for the NXP K64 seriesemb4fun
2023-07-07use unaligned access read for hw fifohathach
2023-07-05usb hs work with ra 6m5 ekhathach
2023-06-24rename to kinetis_k32l2, rename OPT_MCU_KINETIS_K32 to OPT_MCU_KINETIS_K32Lhathach
2023-06-16renam OPT_MCU_MIMXRT to OPT_MCU_MIMXRT1XXXhathach
fix build util with makefile
2023-06-15refactor khci to chipidea fs driver for device (host is not yet)hathach
2023-06-07able to response with good crchathach
2023-06-07inital support for usb typec and pd examplehathach
2023-06-01Merge branch 'master' into feature/STM32G0hathach
2023-05-23Enhance chipidea (#2075)Ha Thach
* update chipidea dcd, remove manual ep_count and use DCCPARAMS to get number of endpoint instead * add dcd dcache for chipidea * add cmake for lpc18 * add makefile build for mcx * use fork of mcu sdk * fix ci build with nrf * flash rp2040 with openocd
2023-04-14Merge branch 'master' of https://github.com/hathach/tinyusb into pr1942HiFiPhile
2023-04-03Add STM32L5 support - no OTG similar to some L4sJohn Cronin
2023-03-18more update to kinetis bsphathach