summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
AgeCommit message (Expand)Author
2023-11-24update release versionhathach
2023-11-24rename to CFG_TUD_BTH_HISTORICAL_COMPATIBLE, move CFG_TUD_BTH_ISO_ALT_COUNT t...hathach
2023-11-24Merge branch 'master' into feature/ch32f20xHa Thach
2023-10-18adding nulceo stm32u5a5, fix clock configure issuehathach
2023-10-06feat(ch32f20x): add support of ch32f20xdenis.krasutski
2023-09-18add default CFG_TUH_MAX3421 = 0, default spi speed for samd21/samd51 to 12Mhzhathach
2023-08-08added cmake for lpc54, update lpc55hathach
2023-07-24rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stackhathach
2023-07-14Fix host buffer alignment settingScott Shawcroft
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
2023-06-08define tuc_int_handler() to empty if TUC not enabledhathach
2023-06-08default CFG_TUC_ENABLED to 0hathach
2023-05-23Enhance chipidea (#2075)Ha Thach
2023-04-27refactor ftdi driverhathach
2023-04-26hacky, but ftdi work with hard code baudrate = 9600hathach
2023-04-03Add STM32L5 support - no OTG similar to some L4sJohn Cronin
2023-03-24separate CFG_TUSB_MEM_SECTION and CFG_TUSB_MEM_ALIGN tohathach
2023-03-18more update to kinetis bsphathach
2023-03-18Add support for NXP FRDM_K32L2A4S eval board.Bob Paddock
2023-03-08Merge branch 'master' into renesas-rahathach
2023-02-10update version to 0.15.0hathach
2023-01-30hardcoded configPRIO_BITS for IAR build to pass CIhathach
2023-01-12add TUP_RHPORT_HIGHSPEED for ch32v307hathach
2023-01-07Merge branch 'master' into ch32v307Ha Thach
2022-12-16minor renamehathach
2022-12-15use OSAL_MUTEX_REQUIRED to replace CFG_FIFO_MUTEX/TUSB_OPT_MUTEXhathach
2022-10-13Add support for STM32U5 mcuLynnL4
2022-09-03Initial PIC32MM/MX & PIC24 supportReimuNotMoe
2022-08-19Merge pull request #1569 from hathach/release-0.14.0Ha Thach
2022-08-01fix issue with TUD_OPT_HIGH_SPEEDhathach
2022-07-19increase version for releasehathach
2022-07-11bump up mcux-sdk for rt11xx, add back OPT_MCU_MIMXRT11XXhathach
2022-07-01mimxrt: Change OPT_MCU_MIMXRT1xXX to OPT_MCU_MIMXRT.robert-hh
2022-06-30mimxrt: Add/change definitions for MIMXRT11XX boards.robert-hh
2022-06-10more dynamic controller for hosthathach
2022-06-06update all host exampleshathach
2022-06-03remove static port defined for device/hosthathach
2022-06-02rhport argument in usbd_ API() is not used (always use the initialized port)hathach
2022-06-02add support for renesas ra family of mcusRafael Silva
2022-06-01rename board specific macro for examplehathach
2022-06-01Merge pull request #1438 from Nikitarc/masterHa Thach
2022-05-31Merge pull request #1381 from hathach/add-sof-isrHa Thach
2022-05-21Merge branch 'master' into ch32v307Ha Thach
2022-04-25Update tusb_option.hNikitarc
2022-04-21Merge branch 'master' into pio-hosthathach
2022-04-20add msec timeout to osal_queue_receive(), tud_task() and tuh_task() both pend...hathach
2022-04-08proof of concpet that device pio-usb work with host pio-usbhathach
2022-03-29clean up and comment out tud_sof_isr_sethathach
2022-03-22Fix typoGreg Davill