zephyr/drivers/ieee802154
Robert Lubos 82d956fdf8 drivers: ieee802154: nrf5: Prevent driver from spamming logs
ieee802154_nrf5 uses net_analyze_stack function in a loop, which
prints logs at inf level. As net_core's log level is used in
this function which by default is set to inf, it kept spamming stack
usage logs.

Prevent this behavior by adding additional log level check in the driver
itself, so that this log will only be printed if
IEEE802154_DRIVER_LOG_LEVEL is set to debug.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2018-12-19 08:20:55 -06:00
..
CMakeLists.txt
Kconfig ieee802154: Allow to set debug for RAW_CHANNEL 2018-11-15 08:42:52 -05:00
Kconfig.cc1200 dts: ieee802154: cc1200: Add DTS support 2018-12-05 10:13:23 -06:00
Kconfig.cc2520 ieee802154: cc2520: Move to DT only config support 2018-11-16 14:02:00 -05:00
Kconfig.kw41z
Kconfig.mcr20a ieee802154: mcr20a: Cleanup Kconfig and DT support 2018-11-16 14:02:00 -05:00
Kconfig.nrf5
ieee802154_cc1200.c net/pkt: Remove parameters to "reserve" some headroom 2018-12-14 14:16:37 +01:00
ieee802154_cc1200.h drivers: ieee802154_cc2520: move to new logger 2018-10-16 17:30:09 -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 net/pkt: Remove parameters to "reserve" some headroom 2018-12-14 14:16:37 +01:00
ieee802154_cc2520.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
ieee802154_cc2520_regs.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
ieee802154_kw41z.c net/pkt: Remove parameters to "reserve" some headroom 2018-12-14 14:16:37 +01:00
ieee802154_mcr20a.c net/pkt: Remove parameters to "reserve" some headroom 2018-12-14 14:16:37 +01:00
ieee802154_mcr20a.h headers: Fix headers across the project 2018-09-17 15:49:26 -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: Prevent driver from spamming logs 2018-12-19 08:20:55 -06:00
ieee802154_nrf5.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
ieee802154_uart_pipe.c net/pkt: Remove parameters to "reserve" some headroom 2018-12-14 14:16:37 +01:00
ieee802154_uart_pipe.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00