InfiniTime/src/FreeRTOS
JF bbe4e500c3 Improve power consumption and SLEEP mode :
- 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)
2020-01-05 11:09:07 +01:00
..
port.c Improve power consumption and SLEEP mode : 2020-01-05 11:09:07 +01:00
port_cmsis.c Improve power consumption and SLEEP mode : 2020-01-05 11:09:07 +01:00
port_cmsis_systick.c Improve power consumption and SLEEP mode : 2020-01-05 11:09:07 +01:00
portmacro.h Improve power consumption and SLEEP mode : 2020-01-05 11:09:07 +01:00
portmacro_cmsis.h Improve power consumption and SLEEP mode : 2020-01-05 11:09:07 +01:00