Dean Camera
Dean Camera
In my StreamDeck library, users are reporting that the `libhid-hidraw0` library fails to write to their devices, while the `libhid-libusb0` backend works. Being able to specify which (or `any`) backend...
As found by @NicoHood, the current core init code violates the best practice instructions in the datasheet for the U2 series (at a minimum). The PLL and pad regulators should...
With Windows's gestapo driver signing now being truly enforced, we need signed versions of the LUFA demo INF driver files to be able to continue to use them on Windows...
User request: > New config directive `USE_FLASH_FAR_DESCRIPTORS` to enable FLASH descriptors anywhere, i.e. read memory `pgm_*_far` fuctions. It's not needed for main program but for large chip bootloaders when RAMPZ...
Report from user, AVR32 host mode fails to enumerate. Re-test of latest code on the EVK1101 required to confirm.
It would be nice if we could delete, rather than just edit, an issue comment. Currently I can edit a comment and delete all text, but confirming the edit does...
### Summary If compiler errors for value tests against undefined preprocessor values are enabled (i.e. `-Wundef -Werror`) the library will fail to compile if `MBEDTLS_SSL_PROTO_DTLS` is not set in the...