| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-02 | generalize renesas LINK core driver | Rafael Silva | |
| create local register access struct and move mcu specific code in preparation of support for other mcu families that use the LINK usb core Signed-off-by: Rafael Silva <[email protected]> | |||
| 2022-06-02 | rename renesas driver to link | Rafael Silva | |
| link was chosen according to the name for the usb core on datasheets, LINK core Signed-off-by: Rafael Silva <[email protected]> | |||
| 2022-06-02 | add renesas fsp submodule | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2022-06-01 | rename board specific macro for example | hathach | |
| - BOARD_DEVICE/HOST_RHPORT_NUM to BOARD_TUD/H_RHPORT - BOARD_DEVICE/HOST_RHPORT_SPEED to BOARD_TUD/H_MAX_SPEED | |||
| 2022-05-21 | Merge branch 'master' into ch32v307 | Ha Thach | |
| 2022-05-20 | Minor cleanup of RP2040 code post addition of Pico-PIO_USB | graham sanderson | |
| * Removed some compiler warnings, and cleaned out unnecessary warning suppression from CMake suppress_tinyusb_warnings() * Made explicit family_configure_dual_usb_example() for DUAL mode examples as family_configure_target() may not generally be called multiple times for the same target * Renamed library pico_pio_usb to tinyusb_picio_pio_usb to be clearer and avoid conflict if someone already has a pico_pio_usb in their project * Added family_add_pico_pio_usb() method for adding Pico-PIO_SUB support to an existing example * Allowed tinyusb_pico_pio_usb to be added to regular apps using the Pico SDK | |||
| 2022-05-16 | Merge pull request #1412 from hathach/pio-host | Ha Thach | |
| PIO USB support | |||
| 2022-05-16 | add upstream Pico-PIO-USB | hathach | |
| 2022-05-10 | cmake lib rename | hathach | |
| 2022-05-10 | move pio-usb init to family_configure_pio_usb_example() to stay compatible | hathach | |
| 2022-05-10 | move pio usb files to src | hathach | |
| 2022-05-05 | set irq priority for freertos | caleb crome | |
| 2022-04-29 | configure hid_to_cdc example to build with rp2040 with pio usb as host | hathach | |
| 2022-04-27 | add TU_ATTR_FAST_FUNC for rp2040 __not_in_flash() section | hathach | |
| 2022-04-22 | keep up with pio usb | hathach | |
| 2022-04-21 | Merge branch 'master' into pio-host | hathach | |
| 2022-04-14 | catch up with pio lib | hathach | |
| 2022-04-08 | proof of concpet that device pio-usb work with host pio-usb | hathach | |
| 2022-04-01 | update to use pio hw endpoint | hathach | |
| 2022-04-01 | rename pio to pio_usb | hathach | |
| 2022-03-30 | make use pio_usb_port_reset_start/end | hathach | |
| 2022-03-28 | remove cxd56 __pycache-_ folder | hathach | |
| 2022-03-22 | Fix typo | Greg Davill | |
| 2022-03-22 | Increase stack size to 4096 bytes | Greg Davill | |
| 2022-03-22 | Add WCH CH32V307 port | Greg Davill | |
| Add WCH mcu submodule Add CH32V307V-R1-1v0 bsp | |||
| 2022-03-20 | Merge branch 'master' into pio-host | hathach | |
| 2022-03-11 | remove usbh_control.c | hathach | |
| 2022-03-07 | Add support for nucleo-wb55rg | Jerzy Kasenberg | |
| 2022-03-05 | Add stm32wb cmsis and hal driver submodules from ST | Jerzy Kasenberg | |
| 2022-03-01 | start to add pio usb (host) support | hathach | |
| run as proof of concept | |||
| 2022-02-25 | rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLED | hathach | |
| 2022-02-25 | rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED | hathach | |
| TUSB_OPT_DEVICE_ENABLED still usable for backward compatible | |||
| 2022-02-25 | enhance dual role examples | hathach | |
| 2022-02-22 | Guard clock setup for USB2 | Scott Shawcroft | |
| 2022-02-22 | Add dual role (concurrent) example | Scott Shawcroft | |
| This reads HID devices over host and then translates that to ASCII and sends it over CDC device. | |||
| 2022-02-18 | more esp build fix | hathach | |
| 2022-02-18 | fix build with latest esp idf | hathach | |
| 2022-02-09 | Nit spelling correction | Jay Beavers | |
| 2022-01-27 | Add hcd into source list | kkitayam | |
| 2022-01-27 | Add HCD functions for KL25Z | kkitayam | |
| 2022-01-25 | Merge branch 'master' into master | Ha Thach | |
| 2022-01-19 | Merge pull request #1265 from kkitayam/add_hcd_for_renesas_rx | Ha Thach | |
| Add HCD driver for Renesas RX | |||
| 2022-01-19 | Merge pull request #1283 from kasjer/kasjer/olimex-pic32-board-fixes | Ha Thach | |
| olimex pic32 board fixes | |||
| 2022-01-17 | pic32/olimex boards: Fix active state of button | Jerzy Kasenberg | |
| Buttons for olimex_emz64 and olimex_hmz144 should be set to active low in board configuration. | |||
| 2022-01-17 | Merge pull request #1277 from liamfraser/fix-cmake-skip | Ha Thach | |
| Fix family_support.cmake to use new skip.txt and only.txt files | |||
| 2022-01-17 | Merge branch 'master' into port-ft90x | Ha Thach | |
| 2022-01-16 | Merge pull request #1270 from kasjer/kasjer/pic32mz | Ha Thach | |
| Driver for Microchip PIC32MZ family | |||
| 2022-01-16 | update for s3 | hathach | |
| 2022-01-16 | more ci fix | hathach | |
| 2022-01-16 | fix esp ci build with IDF version 5 | hathach | |
