mirror of
https://github.com/espressif/openthread.git
synced 2026-07-03 19:00:22 +00:00
b293954a67
* Add more flexibility to diagnostic module - Pass otInstance to otPlatDiagProcess - Add handler for channel change in diag.c - Add handler for tx power change in diag.c - Add handler for frame received in diag.c - Add handler for alarm fired in diag.c - Add support for new diag.c handlers in diag_process.cpp * Add custom diagnostic commands to nrf52840 * Minor fixes