summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Collapse)Author
2022-06-02generalize renesas LINK core driverRafael 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-02rename renesas driver to linkRafael 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-02add renesas fsp submoduleRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2022-06-01rename board specific macro for examplehathach
- BOARD_DEVICE/HOST_RHPORT_NUM to BOARD_TUD/H_RHPORT - BOARD_DEVICE/HOST_RHPORT_SPEED to BOARD_TUD/H_MAX_SPEED
2022-05-21Merge branch 'master' into ch32v307Ha Thach
2022-05-20Minor cleanup of RP2040 code post addition of Pico-PIO_USBgraham 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-16Merge pull request #1412 from hathach/pio-hostHa Thach
PIO USB support
2022-05-16add upstream Pico-PIO-USBhathach
2022-05-10cmake lib renamehathach
2022-05-10move pio-usb init to family_configure_pio_usb_example() to stay compatiblehathach
2022-05-10move pio usb files to srchathach
2022-05-05set irq priority for freertoscaleb crome
2022-04-29configure hid_to_cdc example to build with rp2040 with pio usb as hosthathach
2022-04-27add TU_ATTR_FAST_FUNC for rp2040 __not_in_flash() sectionhathach
2022-04-22keep up with pio usbhathach
2022-04-21Merge branch 'master' into pio-hosthathach
2022-04-14catch up with pio libhathach
2022-04-08proof of concpet that device pio-usb work with host pio-usbhathach
2022-04-01update to use pio hw endpointhathach
2022-04-01rename pio to pio_usbhathach
2022-03-30make use pio_usb_port_reset_start/endhathach
2022-03-28remove cxd56 __pycache-_ folderhathach
2022-03-22Fix typoGreg Davill
2022-03-22Increase stack size to 4096 bytesGreg Davill
2022-03-22Add WCH CH32V307 portGreg Davill
Add WCH mcu submodule Add CH32V307V-R1-1v0 bsp
2022-03-20Merge branch 'master' into pio-hosthathach
2022-03-11remove usbh_control.chathach
2022-03-07Add support for nucleo-wb55rgJerzy Kasenberg
2022-03-05Add stm32wb cmsis and hal driver submodules from STJerzy Kasenberg
2022-03-01start to add pio usb (host) supporthathach
run as proof of concept
2022-02-25rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLEDhathach
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
TUSB_OPT_DEVICE_ENABLED still usable for backward compatible
2022-02-25enhance dual role exampleshathach
2022-02-22Guard clock setup for USB2Scott Shawcroft
2022-02-22Add dual role (concurrent) exampleScott Shawcroft
This reads HID devices over host and then translates that to ASCII and sends it over CDC device.
2022-02-18more esp build fixhathach
2022-02-18fix build with latest esp idfhathach
2022-02-09Nit spelling correctionJay Beavers
2022-01-27Add hcd into source listkkitayam
2022-01-27Add HCD functions for KL25Zkkitayam
2022-01-25Merge branch 'master' into masterHa Thach
2022-01-19Merge pull request #1265 from kkitayam/add_hcd_for_renesas_rxHa Thach
Add HCD driver for Renesas RX
2022-01-19Merge pull request #1283 from kasjer/kasjer/olimex-pic32-board-fixesHa Thach
olimex pic32 board fixes
2022-01-17pic32/olimex boards: Fix active state of buttonJerzy Kasenberg
Buttons for olimex_emz64 and olimex_hmz144 should be set to active low in board configuration.
2022-01-17Merge pull request #1277 from liamfraser/fix-cmake-skipHa Thach
Fix family_support.cmake to use new skip.txt and only.txt files
2022-01-17Merge branch 'master' into port-ft90xHa Thach
2022-01-16Merge pull request #1270 from kasjer/kasjer/pic32mzHa Thach
Driver for Microchip PIC32MZ family
2022-01-16update for s3hathach
2022-01-16more ci fixhathach
2022-01-16fix esp ci build with IDF version 5hathach