Replies: 1 comment 2 replies
-
The issue is tracked here: As stated in my last comment, someone has to open an issue at the mentioned project. If you want support, open an issue there. Or even implement it, test it and open a PR. It should not be so hard, as it can be copy pasted from the other projects I guess. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I think i'm needing to to use a Single Report Keyboard on my Nano 33 IoT. I need the device to report a HID device, rather than a Composite Device with a HID sub class.
I've tried to upload the boot keyboard sketch but get the following:
libraries/HID-Project/HID-Project.a(BootKeyboard.cpp.o): In function
BootKeyboard_::getInterface(unsigned char*)':/Users/user/Documents/Arduino/libraries/HID-Project/src/SingleReport/BootKeyboard.cpp:88: undefined reference to
USB_SendControl(unsigned char, void const*, int)' libraries/HID-Project/HID-Project.a(BootKeyboard.cpp.o): In function
BootKeyboard_::send()':/Users/user/Documents/Arduino/libraries/HID-Project/src/SingleReport/BootKeyboard.cpp:199: undefined reference to
USB_Send(unsigned char, void const*, int)' libraries/HID-Project/HID-Project.a(BootKeyboard.cpp.o): In function
BootKeyboard_::getDescriptor(arduino::USBSetup&)':/Users/user/Documents/Arduino/libraries/HID-Project/src/SingleReport/BootKeyboard.cpp:104: undefined reference to
USB_SendControl(unsigned char, void const*, int)' libraries/HID-Project/HID-Project.a(BootKeyboard.cpp.o): In function
BootKeyboard_::setup(arduino::USBSetup&)':/Users/user/Documents/Arduino/libraries/HID-Project/src/SingleReport/BootKeyboard.cpp:159: undefined reference to
USB_RecvControl(void*, int)' /Users/user/Documents/Arduino/libraries/HID-Project/src/SingleReport/BootKeyboard.cpp:180: undefined reference to
USB_RecvControl(void*, int)'`Is this particular function not supported on these boards?
Many Thanks
Beta Was this translation helpful? Give feedback.
All reactions