mirror of
https://github.com/apache/nuttx.git
synced 2026-08-14 08:53:15 +00:00
Before, the MAC timer used a watchdog to schedule work with the high priority worker queue. However, since everything in the MAC is supposed to be serialized through the use of the high priority work queue, but the timer uses a watchdog, there are some unintended consequences. To simplify, we now use the delayed work feature of the work queue. |
||
|---|---|---|
| .. | ||
| ieee802154 | ||
| .gitignore | ||
| Kconfig | ||
| Makefile | ||