-
- Downloads
fix(core1-control): Free semaphore between ready waiting and loading
Up to now, the semaphore was locked in core1_wait_ready() and later freed in core1_load(). This is problematic when only core1_wait_ready() is called (e.g. due to an invalid payload). Instead, free the semaphore before leaving core1_wait_ready() and reaquire it in core1_load(). This way an incorrect call sequence cannot lead to a lockup. Ref: #228
parent
685985d6
No related branches found
No related tags found
Please register or sign in to comment