aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update arm gcc toolchain to 11.2-2022.02Finlay Davidson2022-06-112-8/+9
* SettingChimes: private Option struct, use std::array for cbOptionReinhold Gschweicher2022-06-111-6/+5
* Simplify SettingChimes codeRiku Isokoski2022-06-112-42/+27
* Minor changes to clang-format workflow (#1177)FintasticMan2022-06-112-9/+7
* Remove duplicated value in fonts.json (#1179)Diego Miguel Lozano2022-06-111-1/+1
* Fix typo in gettingStarted guide (#1178)kieranc2022-06-071-1/+1
* Use lambda to reduce code duplicationRiku Isokoski2022-06-061-10/+11
* Move event handlers to unnamed namespaceRiku Isokoski2022-06-062-13/+13
* Use static constexpr to force compile time initializationRiku Isokoski2022-06-061-2/+2
* Timer: Replace time label with Counter control hiding functionalityRiku Isokoski2022-06-062-12/+11
* Counter: add show and hide controls functionsRiku Isokoski2022-06-062-2/+21
* Move linePoints to a member variableRiku Isokoski2022-06-062-3/+5
* Move bg color to a constexpr variableRiku Isokoski2022-06-061-3/+5
* Use Counter widget in TimerRiku Isokoski2022-06-062-112/+41
* Lighten the large font for a more balanced lookRiku Isokoski2022-06-062-1/+1
* Add initial counter widgetRiku Isokoski2022-06-064-1/+147
* doc: Fix imageFile.png path in SWD.mdSeth Itow2022-06-061-1/+1
* Move basic apps to the top of the app listRiku Isokoski2022-06-061-4/+4
* src/CMakeLists.txt: use iHEX format for mcuboot image creationIldar Mulyukov2022-06-061-9/+11
* CMakeLists.txt: add double quotes in STRIP commandIldar Mulyukov2022-06-061-1/+1
* fix wrong linker scriptIldar Mulyukov2022-06-061-1/+1
* Switch to freertos timers (#1095)Michele Bini2022-06-069-43/+32
* remove unused symbols, free a little bit of space (#1167)mabuch2022-06-052-8/+1
* remove unused Meter.cpp and Meter.h (#1171)mabuch2022-06-054-68/+0
* remove unused Brightness App (#1170)mabuch2022-06-054-139/+0
* remove old unused bluetooth icons (#1172)mabuch2022-06-057-118/+0
* System: Refactor pin and interrupt setupChristoph Honal2022-06-052-19/+11
* SystemTask: Use "&&" instead of "and" for operatorsChristoph Honal2022-06-051-5/+6
* Bootloader: Ignore __pycache__ in GitChristoph Honal2022-06-051-0/+1
* revert portion of previous commitluz paz2022-06-051-1/+1
* Fix various typosluz paz2022-06-0521-45/+45
* Apply clang-format to all C++ filesFinlay Davidson2022-06-0568-381/+477
* Replace C-style casts with static_castFinlay Davidson2022-06-053-20/+30
* Rename lvgl image files to .cFinlay Davidson2022-06-054-3/+3
* Fix assertion failure in TimerControllerLudovic J2022-05-271-1/+1
* Remove extra linebreaksRiku Isokoski2022-05-271-4/+2
* Unzip DFU, so the artifact doesn't need to be unzipped by the user.Riku Isokoski2022-05-271-2/+4
* Rename uploaded files with source branch in workflowsRiku Isokoski2022-05-272-6/+6
* Cleanup workflowsRiku Isokoski2022-05-272-19/+0
* Docker container documentation : Fix typos, 1 line per sentence, remove obsol...Jean-François Milants2022-05-261-16/+17
* Docker container documentation : Adapt the `--user` documentation according t...Jean-François Milants2022-05-261-24/+13
* Edit workflow to use the new docker image : infinitime/infinitime-build.Jean-François Milants2022-05-261-1/+1
* Update links to the docker image with the new account : infinitime/infinitime...Jean-François Milants2022-05-261-4/+4
* Small modernization with --platform parameter in docker readmeJean-François Milants2022-05-261-2/+2
* Add comment about the workaround that was needed in the github workflow.Jean-François Milants2022-05-261-0/+4
* The main build workflow for GitHub Actions now uses the infinitime-build dock...Jean-François Milants2022-05-265-167/+32
* comment about common error "glyphs.map" in old nodejs (#1142)Yehoshua Pesach Wallach2022-05-181-1/+1
* Only test format when it is wantedRiku Isokoski2022-05-162-0/+5
* Don't allow test-format.sh to be run locallyRiku Isokoski2022-05-162-5/+7
* fonts: gen.py: clearify missing exe messageReinhold Gschweicher2022-05-161-1/+1