mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-06 23:55:07 +00:00
OpenThread modified its NCP API, so we need to align with these changes in Zephyr. One of the major changes was removal of UART from the platform APIs. `openthread/platform/uart.h` header file was moved to `examples/platforms/util/uart.h` so we need to use the new location in Zephyr. This means that OpenThread no longer impose the UART API but for the simplicity of the upmerge I've kept the UART APIs as they are for now. The NCP initialization function have now to register a send handler, and the appropriate transport driver have to call NCP callbacks when transmission/reception is done. For now, re-use the existing code of the UART driver, just as the upstream NCP application does. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no> |
||
---|---|---|
.. | ||
mipi_syst | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.backends | ||
Kconfig.filtering | ||
Kconfig.formatting | ||
Kconfig.misc | ||
Kconfig.mode | ||
Kconfig.processing | ||
Kconfig.template.log_config | ||
log_backend_adsp.c | ||
log_backend_fs.c | ||
log_backend_native_posix.c | ||
log_backend_net.c | ||
log_backend_rtt.c | ||
log_backend_spinel.c | ||
log_backend_swo.c | ||
log_backend_uart.c | ||
log_backend_xtensa_sim.c | ||
log_cmds.c | ||
log_core.c | ||
log_list.c | ||
log_list.h | ||
log_minimal.c | ||
log_msg.c | ||
log_msg2.c | ||
log_output_dict.c | ||
log_output_syst.c | ||
log_output.c |