summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
AgeCommit message (Expand)Author
2024-12-25update doc, bump up release 0.18.0hathach
2024-12-13change OPT_MCU_RAXXX, fix missing prototype warnings.hathach
2024-11-27Add support for the STM32C0 and the NUCLEO-C071RB.David (Pololu)
2024-11-27default CFG_TUH_DWC2_DMA_ENABLE to 0hathach
2024-11-27update device_info example to work with p4 dcachehathach
2024-11-25change dcd_dcache_*() API return type from void to boolhathach
2024-11-22TUD_EPBUF_TYPE_DEF ncm_devicehathach
2024-11-21- move freertos_hooks to board.chathach
2024-11-21make sure usb buffer occupies whole cache line when DCACHE is enabled for msc...hathach
2024-11-20add CFG_TUD_MEM_DCACHE_ENABLE, CFG_TUD_MEM_DCACHE_LINE_SIZE optionhathach
2024-11-19Merge pull request #2881 from hathach/enhance-dwc2-dcdHa Thach
2024-11-18add CFG_TUD_DWC2_SLAVE_ENABLE = 1 as defaulthathach
2024-11-16Add support for STM32H7RSxxChintalagiri Shashank
2024-11-14rename CFG_TUD_DWC2_DMA to CFG_TUD_DWC2_DMA_ENABLEhathach
2024-11-08get hcd work esp32p4 but only in slave mode. In DMA channel's HCDMA is increa...hathach
2024-11-07enable host dwc2 dma by defaulthathach
2024-11-06implement split for slave, got mouse workinghathach
2024-11-01rename and add both CFG_TUH_DWC2_SLAVE_ENABLE/CFG_TUH_DWC2_DMA_ENABLE better ...hathach
2024-10-25more progress on dwc2 hcd, initial code for edpt xferhathach
2024-10-16move gahbcfg/gintmsk with dma to dwc2 commonhathach
2024-10-15move core init code to dwc2 common. update/correct build for esppressifhathach
2024-10-02Merge branch 'master' into fork/Maerdl/masterhathach
2024-10-01support stm32U0 deviceHaefner, Martin
2024-09-30try to add esp32 p4 and esp-idf v5.3 supporthathach
2024-09-24Add a note about data cache.HiFiPhile
2024-09-24more renamehathach
2024-09-24add CFG_TUD_DWC2_DMA, make it compile time optionhathach
2024-08-14Merge branch 'refs/heads/master' into fork/BrentK-ADI/max32_porthathach
2024-07-12simplify dwc2 test modehathach
2024-07-01Add MAX78002 SupportBrent Kowal
2024-06-28Initial Commit for MAX32 SupportBrent Kowal
2024-06-14fix ci skip example for ch32v1hathach
2024-06-14add ch32v103 bsp support, compile but does not run, probably due to compile/l...hathach
2024-05-24increase version as pre-releases, still need more clean up before actual relesaehathach
2024-05-24add ch32 support for fsdev driver. v20x can select fsdev or usbfs with make/c...hathach
2024-05-24wch usbfs/usbhs need to specify which driver to use. for v307 default to high...hathach
2024-05-20Merge pull request #2362 from dragonlock2/masterHa Thach
2024-05-17Merge pull request #2648 from tannewt/esp32c2_h2Ha Thach
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-02add cmake to lpc51hathach
2024-04-26- add esp32 c3, c6 mcu optionhathach
2024-04-25adding support for esp32 for use with max3421e hosthathach
2024-04-08add class driver deinithathach
2024-04-02Merge branch 'master' into MCXhathach
2024-04-02add hcd_configure() to change max NAK dynamicallyhathach
2024-04-02refactor: add hxfr per endpointhathach
2024-03-31fixed spellingIngHK
2024-03-31added some description to tusb_option.hIngHK