pico-keys-sdk/src/usb
Pol Henarejos 3182d1e2e6
Fixed potential crash.
board_button_read() disables interrupts and cannot be parallelized when flash is being used. It is imperative that core1 must not use flash during the board_button_read(). Since it is not feasible to put mutexes in *every* flash memory read/write in core1, it is preferable to wait until core1 finishes command execution.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
2023-10-31 00:40:38 +01:00
..
ccid Update code style. 2023-03-04 14:10:46 +01:00
emulation Fix when chunking 2023-09-24 10:31:35 +02:00
hid Fix HID version. 2023-10-28 20:51:18 +02:00
tusb_config.h Harmonizing coding style. 2023-02-14 23:23:57 +01:00
usb.c Fixed potential crash. 2023-10-31 00:40:38 +01:00
usb.h Report ID for keyboard shall be 0. 2023-10-28 20:32:04 +02:00
usb_descriptors.c Report descriptor shall contain FEATURE report too for Windows compatibility. 2023-10-28 20:32:31 +02:00
usb_descriptors.h Harmonizing coding style. 2023-02-14 23:23:57 +01:00