unleashed-firmware/applications/system/updater
Silent 5b36c5465d
FuriThread: Improve state callbacks (#3881)
State callbacks assumed they were invoked from the thread that changed
its state, but this wasn't true for FuriThreadStateStarting in the past,
and now it's not true for FuriThreadStateStopped either.

Now it is safe to release the thread memory form the state callback
once it switches to FuriThreadStateStopped. Therefore, pending deletion
calls can be removed.

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2024-10-08 20:50:31 +01:00
..
cli [FL-3882] Clean up of LFS traces (#3849) 2024-09-05 18:44:22 +01:00
scenes Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
util FuriThread: Improve state callbacks (#3881) 2024-10-08 20:50:31 +01:00
views Api Symbols: replace asserts with checks (#3507) 2024-03-19 23:43:52 +09:00
application.fam [FL-2627] Flipper applications: SDK, build and debug system (#1387) 2022-09-15 02:21:03 +09:00
updater.c [FL-3841] FuriEventLoop Pt.2 (#3703) 2024-08-07 12:49:41 +09:00
updater_i.h Updater visual fixes (#2391) 2023-02-13 23:07:53 +09:00