firmware/src/concurrency
Chloe Bethel 4e6418b635
Don't use assert() with side effects in a couple more places (#7009)
* Don't use assert for Lock

* Don't use assert for MQTT messages

* Split assert in getMacAddr to always run the function

---------

Co-authored-by: Ben Meadors <benmmeadors@gmail.com>
2025-06-12 19:55:35 -05:00
..
BinarySemaphoreFreeRTOS.cpp
BinarySemaphoreFreeRTOS.h
BinarySemaphorePosix.cpp
BinarySemaphorePosix.h
InterruptableDelay.cpp remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
InterruptableDelay.h
Lock.cpp Don't use assert() with side effects in a couple more places (#7009) 2025-06-12 19:55:35 -05:00
Lock.h
LockGuard.cpp
LockGuard.h
NotifiedWorkerThread.cpp More reduction (#5256) 2024-11-04 19:15:59 -06:00
NotifiedWorkerThread.h
OSThread.cpp remove newline from logging statements. (#5022) 2024-10-14 15:11:43 +11:00
OSThread.h
Periodic.h