| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove debug defines (DEBUG & DEBUG_NRF_USER) from the build. These debug ↵ | JF002 | 2021-06-01 | 1 | -20/+19 |
| | | | | | | | can be useful for debugging purposes but not in production (release). (#400) This reduces the size of the binary by about 6KB! This also removes filepath that were embedded into the binary (.bin) file. | ||||
| * | Fix IRQ management in FreeRTOS to avoid crash and deadlock in BLE stack. | Jean-François Milants | 2021-02-14 | 1 | -0/+20 |
| | | |||||
| * | Improve power consumption and SLEEP mode : | JF | 2020-01-05 | 1 | -0/+357 |
| - 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) | |||||
