aboutsummaryrefslogtreecommitdiffstats
path: root/src/Logging/NrfLogger.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Improve power consumption and SLEEP mode :JF2020-01-051-1/+1
| | | | | | | - Disable IDLE hook (it would wake the device up as soon as possible). - Logger task sleep for 100ms (disable logging for better battery life) - Logging is disabled by default - Apply fix for ERRATA 87 (clear FPU interrupt before going to sleep). Ports files from FreeRTOS are now in the sources (they where in the SDK before)
* Initial commitJF2019-11-171-0/+32