aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* contribute.md: Add commit format sectionRiku Isokoski2023-02-121-0/+14
| | | | | Inspired by: https://www.klipper3d.org/CONTRIBUTING.html#format-of-commit-messages
* contribute.md: Improve contributing instructionsRiku Isokoski2023-02-121-7/+26
| | | | | | | Denser instructions for absolute beginners. Links to GitHub docs. Add PR checklist and commit conventions sections based on the maintainer's guide.
* Add WatchMate to the list of companion appsAndrii Zymohliad2023-02-121-0/+1
|
* Steps: Update UIRiku Isokoski2023-02-011-5/+7
|
* stopwatch: Update UIRiku Isokoski2023-02-013-52/+91
| | | | | | The time used to be yellow while paused. Changing it to white made the paused state less distinct. Blinking the time while paused makes the state distinct again.
* workflow: Buildsize comment when simulator failsRiku Isokoski2023-01-311-0/+1
| | | | | | | | The workflow checks that the buildsize comparison succeeds. The download artifact step also checks that all of the main workflow succeeds. This isn't necessary, and causes the comment not to be created when the simulator build fails. This change disabled the success conclusion requirement.
* workflow: Updated workflow comment for allRiku Isokoski2023-01-312-24/+65
| | | | | | | | | | | | | | | | | The previous version failed, because it looked for the check from the branch in the fork, but looked for it in the main repo. Now uses the sha to get the commit on which checks were run. Previous description This works by uploading the data from the main workflow with low permissions as an artifact, then downloading the data in a workflow with higher permissions to post the comment. Third party actions are fixed at a commit, in case they get compromised. Also set the build-firmware VM to ubuntu-22.04, which was missed when updating workflow deps earlier.
* Revert "workflow: Comment build size on all PRs"Riku Isokoski2023-01-312-65/+24
| | | | This reverts commit 012c3d25f313148734b4720e376ec24ff6089453.
* workflow: Comment build size on all PRsRiku Isokoski2023-01-312-24/+65
| | | | | | | | | | | This works by uploading the data from the main workflow with low permissions as an artifact, then downloading the data in a workflow with higher permissions to post the comment. Third party actions are fixed at a commit, in case they get compromised. Also set the build-firmware VM to ubuntu-22.04, which was missed when updating workflow deps earlier.
* Merge branch 'aleexxzeero-proper-mcuboot-app-size' into developJean-François Milants2023-01-293-8/+73
|\
| * Linker script: Update gcc_nrf52.ld to reflect changes done in ↵Jean-François Milants2023-01-291-2/+37
| | | | | | | | | | | | gcc_nrf52-mcuboot.ld. The only change between the 2 linker scripts is the ORIGIN address of the flash memory allocated to InfiniTime. The MCUBoot one starts at 0x8000, which is the address that will be loaded by MCUBoot after the boot process. This linker script allow to run the application without MCUBoot by setting the origin address to 0x00. The APP_SIZE is the same for both linker scripts, but it could be set to a higher value in this one for development purposes.
| * #1463 Updated CMakeLists.txt for building images with expected alignmentAlex Dolzhenkov2022-12-291-4/+4
| |
| * Update gcc_nrf52-mcuboot.ldAlex Dolzhenkov2022-12-271-1/+2
| | | | | | Co-authored-by: JF <JF002@users.noreply.github.com>
| * Update gcc_nrf52-mcuboot.ldAlex Dolzhenkov2022-12-271-0/+1
| | | | | | Co-authored-by: JF <JF002@users.noreply.github.com>
| * #1463 Replaced decimal numbers with hexAlex Dolzhenkov2022-12-051-2/+2
| |
| * #1463 Fixed linker script syntaxAlex Dolzhenkov2022-12-041-2/+2
| |
| * #1463 Update mcuboot-app linker file to be more consistentAlex Dolzhenkov2022-12-031-4/+4
| |
| * Fix linker script to prevent using not available flash memoryAlex Dolzhenkov2022-12-031-2/+30
| |
* | SettingChimes: Use CheckboxListRiku Isokoski2023-01-292-66/+48
| |
* | SettingBluetooth: Use CheckboxListRiku Isokoski2023-01-292-79/+42
| |
* | LittleVgl: Small cleanupRiku Isokoski2023-01-292-10/+6
| |
* | theme: Replace LV_DPX with a constexpr variantRiku Isokoski2023-01-291-0/+13
| |
* | theme: Cleanup unused stylesRiku Isokoski2023-01-291-40/+6
| | | | | | | | | | Condensed paddings with pad_all No visual changes
* | theme: Remove unused parametersRiku Isokoski2023-01-293-28/+10
| |
* | build-size-workflow: Fix when base gets updatedRiku Isokoski2023-01-281-10/+16
| | | | | | | | | | | | | | | | The github.event.pull_request.base.sha in the workflow doesn't get updated when there are new commits in the base branch. Instead always checkout the branch to check the sha manually and cache only the build. The ownership fix seems to still be necessary
* | infineat: Fix 12-hour timeRiku Isokoski2023-01-261-1/+1
| | | | | | | | Missing characters
* | infineat: Remove use with builtin fontsRiku Isokoski2023-01-261-35/+8
| | | | | | | | The watchface cannot be enabled without the correct font anyway.
* | infineat: Battery display simplificationRiku Isokoski2023-01-261-6/+2
| |
* | infineat: Use set_text_static where applicableRiku Isokoski2023-01-261-8/+8
| |
* | infineat: Remove batterystyleRiku Isokoski2023-01-262-13/+7
| | | | | | | | Setting local style is more efficient
* | infineat: Remove unnecessary background colorizationRiku Isokoski2023-01-262-8/+0
| |
* | infineat: Optimize lv_linesRiku Isokoski2023-01-262-186/+33
| | | | | | | | Reduce code duplication massively
* | src: Enable unused parameter warningRiku Isokoski2023-01-2442-168/+110
| | | | | | | | | | | | Fix warnings. Some clang-formatting was necessary. DebugPins is unused and was removed.
* | batt: Improve discharge curve valuesFinlay Davidson2023-01-231-9/+4
| | | | | | | | Values calculated using multiple tests on 3 PineTimes
* | Fix Apps documentation DisplayApp method nameTailyFair2023-01-221-1/+1
| |
* | contribute.md: UpdateRiku Isokoski2023-01-221-6/+15
| | | | | | | | | | Cleaned up the list of things you can help with. Added a few points
* | readme: Add Project management sectionRiku Isokoski2023-01-221-4/+7
| | | | | | | | | | The list of development docs was getting long, so move docs more intended for maintainers to a separate section.
* | doc: Add maintainer guideRiku Isokoski2023-01-222-0/+46
| |
* | minor grammar editsJohn Paul Wohlscheid2023-01-221-4/+4
| |
* | minor grammar editJohn Paul Wohlscheid2023-01-211-1/+1
| |
* | Combine Date and Time Settings (#1465)John Quigley2023-01-1412-35/+170
| | | | | | | | | | | | Replace separate SettingSetDate and SettingSetTime with a combined screenlist. Add DotIndicators. Similar to PageIndicator, but for use when separating screens instead of pages of a list. Co-authored-by: Riku Isokoski <riksu9000@gmail.com>
* | Add a link to the "Ideas" (feature requests) Discussions board in the Github ↵Jean-François Milants2023-01-121-0/+3
| | | | | | | | contact links.
* | Tweaked issue forms (#1267)Riku Isokoski2023-01-123-47/+33
| | | | | | When people suggest a solution to a generic issue they encounter, they have to open a feature request, which is not optimal. Submitting an issue through this new form will require writing about the issue that led to the idea, which will make it easier to discuss different solutions.
* | List: Update list style and make it grayRiku Isokoski2023-01-121-23/+27
| |
* | Update workflow dependencies (#1504)Riku Isokoski2023-01-122-6/+7
| | | | | | | | | | | | | | | | | | * Update workflow dependencies ubuntu-latest vm has been updated from 20.04 to 22.04. To avoid sudden issues, use 22.04 explicitly. CMake doesn't need to be updated on 22.04, but ninja must be installed separately in the simulator workflow. actions/checkout@v2 uses deprecated Node.js 12. Update to v3 which uses 16
* | SetingTimeFormat use CheckboxList, reduce duplicationRiku Isokoski2023-01-123-70/+48
| |
* | Format header filesFinlay Davidson2023-01-0955-0/+144
| | | | | | | | In my PR updating clang-format, I forgot to also format the headers.
* | workflow: echo build diffs for viewing without the commentRiku Isokoski2023-01-071-0/+8
| |
* | workflows: Disable build size comment in fork PRsRiku Isokoski2023-01-071-1/+5
| | | | | | | | | | | | | | | | Due to a security concern, comments can only be created in the context of branches in the repo. PRs from forks can't get the comment. https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#restrictions-on-repository-forks https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
* | workflows: Add build size comparison workflowRiku Isokoski2023-01-072-3/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add .github/workflows/getSize.sh to extract sizes of sections from the objfile build-firmware uses getSize.sh to output the section sizes. get-base-ref-size job added, which builds the base branch of the PR and outputs the section sizes. Caches are used to avoid unnecessary builds when the base branch hasn't been updated. leave-build-size-comment job added, which creates or updates a comment on the PR with the build size information from other jobs.