From def30c1d3ff55083f216f54096fec99bd06266e2 Mon Sep 17 00:00:00 2001 From: chrysn Date: Wed, 2 Nov 2022 14:12:33 +0100 Subject: [PATCH] pkg/tinyusb: Note distinction from USBUS --- pkg/tinyusb/doc.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/tinyusb/doc.txt b/pkg/tinyusb/doc.txt index 7933e36a540f..1a1fd28ee043 100644 --- a/pkg/tinyusb/doc.txt +++ b/pkg/tinyusb/doc.txt @@ -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: