mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 06:50:21 +00:00
884fccc591
* 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>
6 lines
No EOL
298 B
Bash
Executable file
6 lines
No EOL
298 B
Bash
Executable file
git checkout -- target_f1/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h
|
|
git checkout -- target_f1/Makefile
|
|
git checkout -- target_f1/Inc/FreeRTOSConfig.h
|
|
git checkout -- target_f1/Src/stm32l4xx_it.c
|
|
git checkout -- target_f1/Src/usbd_conf.c
|
|
git checkout -- target_f1/Src/usbd_desc.c |