1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #18834 from chrysn-pull-requests/tinyusb-ref-usbus

pkg/tinyusb: Note distinction from USBUS
This commit is contained in:
chrysn 2022-11-03 14:19:15 +01:00 committed by GitHub
commit b61a203053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,10 @@
* tinyUSB is an open-source cross-platform USB Host/Device stack for
* embedded systems.
*
* @note This package is distinct from (and incompatible with) the USB stack
* provided around USBUS in RIOT (see @ref usb). They differ in the level of
* abstraction and in the set of supported devices.
*
* # Usage
*
* Add the following entries to your application makefile: