Files
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
..
2023-03-04 14:10:46 +01:00
2023-09-24 10:31:35 +02:00
2023-10-28 20:51:18 +02:00
2023-02-14 23:23:57 +01:00
2023-02-14 23:23:57 +01:00
2023-10-31 00:40:38 +01:00
2023-10-28 20:32:04 +02:00