mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 21:51:59 +00:00
ieee802154_nrf5 checks if IEEE802154_DRIVER_LOG_LEVEL is set to debug before initializing the "nRF5 rx stack". This leads to an undefined reference error in case of the LOG module being disabled. Avoids this behavior by using the LOG_LEVEL macro and setting it as LOG_LEVEL_NONE in case of IEEE802154_DRIVER_LOG_LEVEL not defined. Signed-off-by: Joao Cordeiro <jvcc@cesar.org.br> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ieee802154_cc1200_regs.h | ||
ieee802154_cc1200_rf.h | ||
ieee802154_cc1200.c | ||
ieee802154_cc1200.h | ||
ieee802154_cc2520_regs.h | ||
ieee802154_cc2520.c | ||
ieee802154_cc2520.h | ||
ieee802154_kw41z.c | ||
ieee802154_mcr20a_regs.h | ||
ieee802154_mcr20a.c | ||
ieee802154_mcr20a.h | ||
ieee802154_nrf5.c | ||
ieee802154_nrf5.h | ||
ieee802154_uart_pipe.c | ||
ieee802154_uart_pipe.h | ||
Kconfig | ||
Kconfig.cc1200 | ||
Kconfig.cc2520 | ||
Kconfig.kw41z | ||
Kconfig.mcr20a | ||
Kconfig.nrf5 |