summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
AgeCommit message (Collapse)Author
2024-05-02add cmake to lpc51hathach
2024-04-26- add esp32 c3, c6 mcu optionhathach
- skip breakpoint for espressif riscv
2024-04-25adding support for esp32 for use with max3421e hosthathach
2024-04-08add class driver deinithathach
2024-04-04Merge remote-tracking branch 'remotes/hathach/master' into cdch_upgradeIngHK
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
2024-03-31renamed define NAK_RETRY_HANDLING to CFG_TUH_MAX3421_MAX_ATTEMPS_PER_FRAME ↵IngHK
as official option
2024-03-22adding deinit() stub for usbh/hcd class driverhathach
add TUSB_VERSION_BUILD, also add TUSB_VERSION_NUMBER
2024-02-24Merge remote-tracking branch 'remotes/hathach/master' into cdch_upgradeIngHK
2024-02-24added PL2303 supportIngHK
2024-02-24improved CP210x supportIngHK
2024-02-24improved FTDI supportIngHK
2024-02-20MCX A and MCX N merged to MCX familyJerry Palacios
2024-02-07frdmmcxa153 files addedJerry Palacios
2024-02-07Back to originalJerry Palacios
2024-02-04Merge branch 'hathach:master' into nxp_k64Michael Fischer
2024-01-16merge and cherry pick changeshathach
2024-01-16Merge branch 'cdc_ch34x_support' of https://github.com/IngHK/tinyusb into ↵IngHK
cdc_ch34x_support
2024-01-16Merge branch 'master' into cdc_ch34x_supporthathach
# Conflicts: # src/class/cdc/cdc_host.c
2024-01-16change CFG_TUH_CDC_FTDI/CP210X_PID_LIST to ↵hathach
CFG_TUH_CDC_FTDI/CP210X_VID_PID_LIST which contains both vid and pid.
2023-12-26initial support of CH34x CDC deviceIngHK
2023-12-15Merge branch 'master' into h5hathach
2023-12-13try to add samd51 to hil pool using doublereset (rpi gpio) and bossachathach
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-12-12Add configuration option CFG_TUH_CDC_FTDI_PID_LIST to tusb_option.hOliver Larsson
2023-12-11Merge pull request #2296 from LarssonOliver/masterHa Thach
Allow external definition of TU_CP210X_PID_LIST
2023-11-25Add configuration option CFG_TUH_CDC_CP210X_PID_LIST to tusb_option.hOliver Larsson
2023-11-24update release versionhathach
2023-11-24rename to CFG_TUD_BTH_HISTORICAL_COMPATIBLE, move CFG_TUD_BTH_ISO_ALT_COUNT ↵hathach
to tusb_option.h and mandatory for BTH driver
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-09-18add default CFG_TUH_MAX3421 = 0, default spi speed for samd21/samd51 to 12Mhzhathach
2023-08-28Merge branch 'master' into nxp_k64Ha Thach
2023-08-28rename OPT_MCU_KINETIS_K64 to OPT_MCU_KINETIS_Khathach
2023-08-08added cmake for lpc54, update lpc55hathach
2023-07-24rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stackhathach
CFG_TUD_MEM_SECTION is default to CFG_TUSB_MEM_SECTION
2023-07-23Added support for the NXP K64 seriesemb4fun
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
fix build util with makefile
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
* 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-27refactor ftdi driverhathach
2023-04-26hacky, but ftdi work with hard code baudrate = 9600hathach