b-parasite-esp32/code/nrf-connect/samples
rbaron 509350457f [ZigBee sample] Introduce debug counters
In the effort to increse reliability of the Zigbee sample, #126 and #130
introduced handling for possibly rare, hard-to-debug events that may be
occurring. While these changes seem to help in practive, we don't know
exactly how often, if ever, they are triggered.

This PR introduces debug_counters in hope to add some visilibty in these
hard-to-debug, rare conditions.

Calling `prst_debug_counters_increment("some_counter")` will increment a
value stored in flash. These values are then dumped via logging when the
device boots. Moving forward we can also consider exposing these values
via a ZigBee cluster.
2023-06-07 08:08:34 +02:00
..
ble [ble] Make advertising non-connectable 2023-04-16 12:28:23 +02:00
blinky <zephyr/zephyr.h> -> <zephyr/kernel.h> everywhere 2022-12-04 10:16:00 +01:00
input Remove debug info 2023-03-29 21:46:41 +02:00
soil_read_loop Cleanups 2023-03-29 21:42:41 +02:00
zigbee [ZigBee sample] Introduce debug counters 2023-06-07 08:08:34 +02:00