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-05-23 20:39:37 +02:00
2023-05-10 00:17:19 +02:00
2023-10-31 00:40:38 +01:00
2022-04-19 12:58:22 +02:00
Description
No description provided
AGPL-3.0 2.7 MiB
Languages
C 92.6%
CMake 7.4%