chrysn
def30c1d3f
pkg/tinyusb: Note distinction from USBUS
2022-11-02 14:12:33 +01:00
benpicco
55766f28eb
Merge pull request #18781 from gschorcht/pkg/tinyusb_nrf52
...
pkg/tinyusb: add nrf52 support
2022-10-26 11:59:18 +02:00
Gunar Schorcht
e0fb5074a1
pkg/tinyusb: add STM32 FS device support
2022-10-23 22:33:51 +02:00
Gunar Schorcht
e26d8523a4
pkg/tinyusb: add nRF52 support
2022-10-21 18:09:38 +02:00
Gunar Schorcht
eb5035971a
pkg/tinyusb/hw: add UTMI HS PHY for STM32
2022-10-21 11:43:55 +02:00
Gunar Schorcht
8e127644b1
pkg/tinyusb/hw: add ULPI HS PHY for STM32
2022-10-21 11:43:55 +02:00
Gunar Schorcht
98478e02fe
pkg/tinyusb: cleanup of tinyusb_config.h
...
`CFG_TUD_MAX_SPEED` definition isn't required since tinyUSB derives it from `TUD_RHPORT_MODE` if not defined or uses the maximum speed the MCU supports by default.
2022-10-19 18:19:50 +02:00
MrKevinWeiss
aa86460eda
pkg/tinyusb: fix kconfig model
...
The cpus for the sam*xpro series have some differences in make and Kconfig
Kconfig seems to be more verbose and make assumes samr34-xpro just uses saml21
2022-10-10 12:38:54 +02:00
Dylan Laduranty
4e39ba4c7a
boards/sam0-based: enable tinyusb_device support in Kconfig
...
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2022-10-05 20:14:02 +02:00
Dylan Laduranty
35b5e2556e
pkg/tinyusb: add SAM0-based MCU support
...
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
2022-10-05 19:23:37 +02:00
Gunar Schorcht
bb337cde8e
pkg/tinyusb: use auto_init for tinyusb stack and thread setup
2022-10-04 07:40:18 +02:00
Gunar Schorcht
bb883cdef3
pkg/tinyusb: remove some error checks from Makefiles
...
Some error checks had to be removed to get `make info-boards-supported` working.
2022-10-04 07:40:18 +02:00
Gunar Schorcht
9cf0119233
pkg/tinyusb: add tinyusb_hw_defaults.h for platform specific defaults
2022-10-04 07:40:18 +02:00
Gunar Schorcht
3367b106bb
tests: add tinyUSB CDC and MSC device test application
2022-09-30 19:05:51 +02:00
Gunar Schorcht
629395fd2b
pkg/tinyusb: add STM32 support
2022-09-30 19:05:51 +02:00
Gunar Schorcht
21b3bcd0c0
pkg/tinyusb: add ESP32-S2 and ESP32-S3 support
2022-09-30 19:05:51 +02:00
Gunar Schorcht
136827e6da
pkg: add tinyUSB device/host stack as package
2022-09-30 19:05:51 +02:00