aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change Pine64 logo to grayscaleDiego Miguel2022-06-111-36/+36
|
* Fix aligment of time labelsDiego Miguel2022-06-112-3/+9
|
* Add whitespace char to Teko fontDiego Miguel2022-06-111-66/+74
|
* Fixes in side cover togglingDiego Miguel2022-06-113-40/+39
|
* Build on push to 'colors-rebase' branchDiego Miguel2022-06-112-0/+2943
|
* Update BLE controller in Infineat watchfaceDiego Miguel2022-06-113-1/+4
|
* Fix typoDiego Miguel2022-06-111-1/+1
|
* Add lowercase days of the weekDiego Miguel2022-06-112-0/+6
|
* Add 'Bebas Neue' and 'Teko' fontsDiego Miguel2022-06-118-1/+1295
|
* Add Infineat settings to settings controllerDiego Miguel2022-06-111-0/+24
|
* Add 'circle' symbol & Pine64 logoDiego Miguel2022-06-112-0/+57
|
* Add Infineat watchface to settingsDiego Miguel2022-06-113-1/+16
|
* Implement watchface InfineatDiego Miguel2022-06-112-0/+596
|
* 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 Jetbrains Mono Light font
* 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
| | | | | for better control of addresses used by img/fw + fix typo (RECOVERYY)
* CMakeLists.txt: add double quotes in STRIP commandIldar Mulyukov2022-06-061-1/+1
| | | | fixes cases when git is missing in the build system
* fix wrong linker scriptIldar Mulyukov2022-06-061-1/+1
| | | | introduced in https://github.com/JF002/InfiniTime/commit/58a2d000c4d49d96121894d6dd6bb861d7564bea
* Switch to freertos timers (#1095)Michele Bini2022-06-069-43/+32
| | | | | | | | | | | * Use FreeRTOS timer for AlarmController * Use FreeRTOS timer for MotorController * Remove app_timer component from compilation as we now solely use FreeROTS timer * Simplify variable and text names for AlarmController and MotorController timers * Call ScheduleAlarm directly from StopAlerting, for recurring timers Co-authored-by: Riku Isokoski <riksu9000@gmail.com> Co-authored-by: NeroBurner <pyro4hell@gmail.com>
* 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
| | | | | | This should ensure better readability of the pin setup procedure, as well as allow the configuration of the hardware button enable pin and the accelerometer interrupt pin via the pin mapping header.
* SystemTask: Use "&&" instead of "and" for operatorsChristoph Honal2022-06-051-5/+6
| | | | As per the coding style, only primary spelling should be used for operators.
* 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
| | | | Found via `codespell -q 3 -S ./src/libs -L ans,doubleclick,trough`
* 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
| | | 0 is not valid for xTimerPeriodInTicks, changing it to 1 to pass the assertion
* 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 ↵Jean-François Milants2022-05-261-16/+17
| | | | obsolete paragraph, remove redundant 'image' parameter in the command to build the docker image, use ${PWD} instead of $(pwd).
* Docker container documentation : Adapt the `--user` documentation according ↵Jean-François Milants2022-05-261-24/+13
| | | | to the new behavior.