flipperzero-firmware/core
Vadim Kaushan 884fccc591
Implement mutex for local target, fix concurrency test (#104)
* Implement mutex support for target_lo

* Kill application if test hangs

* Use mutex in furi_take and furi_give

* Give furi application enough time to finish

* remove app obj after build

* enable counting semaphores

Co-authored-by: aanper <mail@s3f.ru>
2020-09-07 17:35:18 +03:00
..
app.cpp UART write example (#53) 2020-08-26 21:32:22 +03:00
flipper.h Example ipc (#60) 2020-09-01 13:34:23 +03:00
furi_ac.c Blink f1 (#50) 2020-08-26 11:43:18 +03:00
furi.c Implement mutex for local target, fix concurrency test (#104) 2020-09-07 17:35:18 +03:00
furi.h Example ipc (#60) 2020-09-01 13:34:23 +03:00
log.c Example ipc (#60) 2020-09-01 13:34:23 +03:00
log.h UART write example (#53) 2020-08-26 21:32:22 +03:00
tty_uart.c Example ipc (#60) 2020-09-01 13:34:23 +03:00
tty_uart.h UART write example (#53) 2020-08-26 21:32:22 +03:00