| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-24 | fix redundant-decls warnings by usbd/usbh | hathach | |
| 2022-06-24 | suppress redundant-decls warnings for freertos examples | hathach | |
| 2022-06-24 | fix stm32 g4 and wb build issue with freertos, also add them to ci build | hathach | |
| 2022-06-24 | add more warning option, also fix -Wconversion with rp2040 | hathach | |
| -Wuninitialized, -Wunused, -Wredundant-decls | |||
| 2022-06-22 | Merge pull request #1526 from ccrome/chc-add-teensy-41 | Ha Thach | |
| Added The Teensy 4.1 board | |||
| 2022-06-21 | Added The Teensy 4.1 board | caleb crome | |
| The Teensy 4.1 board has an 8MB W25Q64JV as opposed to the 2MB flash on the Teensy 4.0. This largely doensn't matter for TinyUsb, except when you attempt to access any memory in the flash above the 2MB boundary, when it fails with a hard fault. | |||
| 2022-06-17 | Re-add some warning suppression for rp2040 | graham sanderson | |
| 2022-06-08 | add tuh_configure() for port/dynamic host behavior config | hathach | |
| 2022-06-06 | more ci fix | hathach | |
| 2022-06-06 | fix ci, remove use of CFG_TUSB_RHPORT0_MODE in bsp | hathach | |
| 2022-06-03 | remove static port defined for device/host | hathach | |
| 2022-06-02 | rhport argument in usbd_ API() is not used (always use the initialized port) | hathach | |
| remove the usage of TUD_OPT_RHPORT in class driver | |||
| 2022-06-02 | style code for consistency with existing codebase | Rafael Silva | |
| 2022-06-02 | fix int handling for host in ek_ra4m3 port | Rafael Silva | |
| 2022-06-02 | add renesas ek-ra4m3 board port | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2022-06-02 | rework make freertos port handling | Rafael Silva | |
| this allows ports to specify a freertos port outside the FreeRTOS-Kernel lib directory, which would otherwise not be possible Signed-off-by: Rafael Silva <[email protected]> | |||
| 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-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-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-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-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 | |
