zephyr/drivers/ieee802154
Joao Cordeiro 6746470d1d drivers: ieee802154: nrf5: Support when LOG is off
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>
2019-05-13 16:30:27 +02:00
..
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
ieee802154_cc1200.c kernel: demote K_THREAD_STACK_BUFFER() to private 2019-04-05 16:10:02 -04:00
ieee802154_cc1200.h drivers: Rename reserved function names 2019-04-03 17:31:00 -04:00
ieee802154_cc1200_regs.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
ieee802154_cc1200_rf.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
ieee802154_cc2520.c kernel: demote K_THREAD_STACK_BUFFER() to private 2019-04-05 16:10:02 -04:00
ieee802154_cc2520.h drivers: Rename reserved function names 2019-04-03 17:31:00 -04:00
ieee802154_cc2520_regs.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
ieee802154_kw41z.c ieee802154_kw41z: Fix build error with SYS_LOG_INFO 2019-04-17 13:46:07 -05:00
ieee802154_mcr20a.c kernel: demote K_THREAD_STACK_BUFFER() to private 2019-04-05 16:10:02 -04:00
ieee802154_mcr20a.h drivers: Rename reserved function names 2019-04-03 17:31:00 -04:00
ieee802154_mcr20a_regs.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
ieee802154_nrf5.c drivers: ieee802154: nrf5: Support when LOG is off 2019-05-13 16:30:27 +02:00
ieee802154_nrf5.h drivers: ieee802154: nrf5: Align to new radio driver API 2019-01-29 10:37:47 +01:00
ieee802154_uart_pipe.c net: Switch usage of net_pkt_get_reserve to net_pkt_alloc 2019-03-20 10:27:14 -05:00
ieee802154_uart_pipe.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
Kconfig drivers: ieee802154: Make upipe configuration options depend on driver 2019-04-28 12:21:12 -04:00
Kconfig.cc1200 license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig.cc2520 ieee802154: cc2520: Move to DT only config support 2018-11-16 14:02:00 -05:00
Kconfig.kw41z drivers: ieee802154: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00
Kconfig.mcr20a ieee802154: mcr20a: Remove dead Kconfig symbols 2019-02-01 04:10:09 -06:00
Kconfig.nrf5 drivers: ieee802154: Kconfig: Remove redundant 'default n' properties 2018-07-03 17:11:31 -04:00