| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-12 | rename driver with dcd_ to be consitent with other ports | hathach | |
| 2023-01-12 | add note for openocd with wch, also add wch-riscv.cfg | hathach | |
| 2023-01-08 | temporarily suppress redundant-decls due to USART_Printf_Init() | hathach | |
| fix codespell | |||
| 2023-01-07 | Merge branch 'master' into ch32v307 | Ha Thach | |
| 2022-12-13 | Fix ifdefs for disabled uart stdio in rp2040 family | Louis Burda | |
| 2022-12-04 | more typos | hathach | |
| 2022-12-04 | Fix typos | Bastien Nocera | |
| 2022-11-30 | More configurable board options | Gordon McNab | |
| 2022-11-30 | Fix script issues with paths including spaces from env variable. | Gordon McNab | |
| $(FT90X_TOOLCHAIN) or even $(TOP) may have spaces. Quote to fix. | |||
| 2022-11-30 | Merge branch 'hathach:master' into port-ft90x | Gordon McNab | |
| 2022-11-30 | Add FT9xx for cdc_dual_ports | Gordon McNab | |
| Fix handling of interrupt endpoints. i.e. no ZLPs. Fix the assignation of endpoint types. Add button support for MM900evx boards. On board support do not block for UART input. | |||
| 2022-11-29 | Fix transfers issues with FT9xx | Gordon McNab | |
| Correct USB FIFO use for setup data phases (OUT transfers). We cannot stop traffic on the control endpoint so we set a flag and pull data from host when tinyUSB requests it from the USB FIFO. Extend this for all endpoints although currently not required. Rename all instances of ft90x which can apply to ft93x as ft9xx. Add support for the cdc_dual_ports example for ft9xx. Add LED pin definition for board LED in a simple to access place on the Bridgetek MM900EVx boards. | |||
| 2022-11-28 | Fix issue with the CDC SetLineCoding request | Gordon McNab | |
| The SetLineCoding would fail as host would send the SETUP OUT phase before tinyUSB had setup a transaction for it. ft9xx port would ignore the transfer since there was no valid transaction setup for it. One SETUP data phase packet is cached now. | |||
| 2022-11-24 | Added board description for electro-smith daisy seed | Adrian Scripca | |
| 2022-11-21 | Merge branch 'master' into midihost | Andrzej Tokarski | |
| 2022-11-21 | add board_getchar() for non-blocking getchar() | hathach | |
| 2022-11-21 | host msc example work well with rp2040 pio-usb | hathach | |
| 2022-11-19 | Merge branch 'hathach:master' into midihost | Andrzej Tokarski | |
| 2022-11-18 | update uart read for lpc18/43 for testing | hathach | |
| 2022-11-13 | Add MIDI host support to tinyusb | rppicomidi | |
| 2022-11-08 | Fix FREERTOS USB IRQ priority. | Mengsk | |
| 2022-11-07 | Fix DCD build. | Mengsk | |
| 2022-11-07 | Merge branch 'master' of https://github.com/hathach/tinyusb into bsp_412 | Mengsk | |
| 2022-11-07 | Add support for STM32L412. | Mengsk | |
| 2022-11-07 | Merge pull request #1718 from hfegran/efm32_freertos_port_fix | Ha Thach | |
| Fixed wrong FreeRTOS port for EFM32GG12 | |||
| 2022-11-06 | rename PIO_USB_PIN_DP to PIO_USB_DP_PIN and change from 2 to 20 & moved to ↵ | hathach | |
| board.h add support for PIO_USB_VBUSEN_PIN and its state. | |||
| 2022-11-04 | remove CFG_TUSB_DEBUG from tinyusb_common_base | hathach | |
| 2022-11-03 | Fixed wrong FreeRTOS port for EFM32GG12 | Henrik Fegran | |
| 2022-10-24 | Merge pull request #1676 from tswan-quasi/master | Ha Thach | |
| dcd_lpc_ip3511: isochronous support and endpoint accidental write fix | |||
| 2022-10-24 | use dummy for all ZLP for ip3511, fix lpc55 build with DEBUG=1 | hathach | |
| 2022-10-13 | Add support for STM32U5 mcu | LynnL4 | |
| 2022-08-03 | add 'stm32l052dap52' (STM32L052K8 MCU) board target | Peter Lawrence | |
| 'dap52' is Olimex's name of their STM32L052-based fork of 'dap42' | |||
| 2022-07-12 | disable bad gcc 6 warning | graham sanderson | |
| 2022-07-12 | RP@040: rework CMake for compiler warnings | graham sanderson | |
| 2022-07-11 | Merge pull request #1543 from robert-hh/1170_0.13.0 | Ha Thach | |
| mimxrt: Change the definitions for MIMXRT boards. | |||
| 2022-07-11 | fix rt1050 evk build with latest mcu-sdk | hathach | |
| 2022-07-01 | Merge pull request #1544 from hathach/ci-parallel-build | Ha Thach | |
| Ci parallel build | |||
| 2022-07-01 | add get-dependencies.py | hathach | |
| 2022-07-01 | mimxrt: Change OPT_MCU_MIMXRT1xXX to OPT_MCU_MIMXRT. | robert-hh | |
| Which fits both MIMXRT10XX and MIMXRT11XX. | |||
| 2022-06-30 | mimxrt: Add/change definitions for MIMXRT11XX boards. | robert-hh | |
| These are mostly identical to the MIMXRT10XX, with one tiny difference. | |||
| 2022-06-29 | Let to define CFG_BOARD_UART_BAUDRATE in CMake | Pawel Hryniszak | |
| 2022-06-29 | Merge pull request #1539 from hathach/improve-ci | Ha Thach | |
| Improve ci | |||
| 2022-06-29 | fix xmc4000 build | hathach | |
| 2022-06-29 | fix end symbol for samx7x and same5x | hathach | |
| 2022-06-29 | remove redundant rp2040 boards, all boards supported by pico-sdk already ↵ | hathach | |
| supported | |||
| 2022-06-29 | fix buid_board.py script | hathach | |
| 2022-06-28 | update rp2040 warnings | hathach | |
| - remove "-Wno-stringop-overflow -Wno-array-bounds" - skip -Wconversion for gcc 9 and prior - suppress_tinyusb_warnings only when building with gcc 9 and below | |||
| 2022-06-28 | Merge branch 'master' into rp2040_warning | hathach | |
| 2022-06-27 | rework suppress_tinyusb_warnings | graham sanderson | |
| * gcc 9.2.1 has some spurious -Wconversion warnings * cmake 3.18 and above require set_target_properties to be added from the target directory (so added it to all examples) * fixed a few warnings in a couple of examples | |||
| 2022-06-27 | fix most warnings with rp2040 -wconversion | hathach | |
