mark9064
4c274421d9
Remove GFX (and unused GFX dependencies)
2024-02-11 13:28:01 +01:00
Jean-François Milants
c9747462f7
Power optimization - Improve SPI sleep mode
...
Fix RecoveryLoader.
2023-06-04 17:22:27 +02:00
Jean-François Milants
8abfd25a6c
Fix code formatting
2023-05-18 19:58:09 +02:00
Jean-François Milants
611e0ff768
Enable malloc error and stack overflow error detection in FreeRTOS. Count them and display them in the SystemInfo app.
2023-05-18 19:58:09 +02:00
Riku Isokoski
a3e14c012d
src: Enable unused parameter warning
...
Fix warnings.
Some clang-formatting was necessary.
DebugPins is unused and was removed.
2023-01-24 10:43:17 +02:00
Finlay Davidson
eda96ffadc
Update clang-{format,tidy} to 14
...
Also add configuration options only available in 13 and 14.
Fixes warning about -fstack-usage in clang-tidy check.
2023-01-04 17:15:33 +01:00
Finlay Davidson
7f45538eb5
Apply clang-format to all C++ files
2022-06-05 09:15:46 +03:00
hubmartin
b7aa04e1f5
PinMap with namespace and constexpr
2021-08-03 20:32:23 +02:00
Avamander
40d45d923b
Reformatted all the files according to clang-format style
2021-04-24 11:39:53 +03:00
petter
3b51b4367d
fix display driver issues in recovery
2021-03-21 12:29:57 +01:00
Jean-François Milants
25f35c7d0e
Generate pinetime-recovery : a light version of InfiniTime design to be used as a recovery firmware : it only provides basic UI and BLE connectivity for OTA.
...
This new FW is build on the same codebasse than the actual InfiniTime. Only the display task is different (this allows to remove lvgl from the recovery fw, which is very heavy).
CMake builds and docker have been modified accordingly.
Note than the fw is converted into an image and then into a DFU in the cmake build (previously, it was only done in the
2021-01-26 20:31:45 +01:00