Hi,
I'm trying to compile sample USB Host HID (to support Keyboard and Mouse).
I found this tutorial, but it has more libraries in this repository than the libraries that were installed.

If I manually copy the library USBHOST to the folder where the other library are, this example did not compile:
https://github.com/arduino/ArduinoCore-mbed/blob/main/libraries/USBHOST/examples/KeyboardController/KeyboardController.ino
/home/user/.arduino15/packages/arduino/hardware/mbed_rp2040/4.0.2/libraries/USBHOST/src/teeny_usb_platform.h:93:2: error: #error Device not supported
#error Device not supported
Is it wrong to use the Board Manager to install this core?
Is this example not compatible with the core of this repository?