nuttx/wireless
Anthony Merlino 93cdae50fc ieee802154: Improves internal timer logic to handle work serially
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.
2017-07-10 13:06:12 -04:00
..
ieee802154 ieee802154: Improves internal timer logic to handle work serially 2017-07-10 13:06:12 -04:00
.gitignore
Kconfig MRF24J40/Clicker2: Add an MRF24J40 device configuration to the Clicker2 STM32 board. Fix a few errors discovered during build. 2017-03-24 13:49:40 -06:00
Makefile Remove some garbage from wireless/Makefile 2017-03-28 14:30:46 -06:00