| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use PRIMASK instead of BASEPRI for critical sections in FreeRTOS. This is ↵ | JF | 2020-06-19 | 1 | -2/+2 |
| | | | | | needed by NimBLE to be able to mask radio interrupt (which has priority 0). | ||||
| * | Apply fix for errata 87 (FPU issue). | JF | 2020-06-19 | 1 | -0/+8 |
| | | |||||
| * | Improve power consumption and SLEEP mode : | JF | 2020-01-05 | 5 | -0/+1032 |
| - 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) | |||||
