.devcontainer | ||
.github | ||
.idea/codeStyles | ||
.vscode | ||
bootloader | ||
cmake-nRF5x | ||
doc | ||
docker | ||
hooks | ||
images | ||
src | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
.gitattributes | ||
.gitconfig | ||
.gitignore | ||
.gitmodules | ||
.gitpod.yml | ||
CMakeLists.txt | ||
CONTRIBUTING.md | ||
gcc_nrf52-mcuboot.ld | ||
gcc_nrf52.ld | ||
LICENSE | ||
nrf_common.ld | ||
nrf52.svd | ||
README.md |
InfiniTime
InfiniTime is an open-source firmware for the Pinetime smartwatch
New to InfiniTime?
- Getting started with InfiniTime
- About the software and updating
- Companion apps:
Documentation
Develop
- Coding conventions
- Rough structure of the code
- How to implement an application
- Generate the fonts and symbols
- Creating a stopwatch in Pinetime(article)
- Tips on designing an app UI
Build, flash and debug
- Project branches
- Versioning
- Files included in the release notes
- Build the project
- Flash the firmware using OpenOCD and STLinkV2
- Flash the firmware using SWD interface
- Build the project with Docker
- Build the project with VSCode
- Bootloader, OTA and DFU
- Stub using NRF52-DK
API
Architecture and technical topics
Contributing
This project is far from being finished, and there are still a lot of things to do for this project to become a firmware usable by the general public.
Do not hesitate to fork the code, hack it and create pull-requests! Make sure to read the coding conventions
You don't need to be a programmer to contribute. Read this page for more information on how you can help: How to contribute?
Licenses
This project is released under the GNU General Public License version 3 or, at your option, any later version.
It integrates the following projects:
- RTOS : FreeRTOS under the MIT license
- UI : LittleVGL/LVGL under the MIT license
- BLE stack : NimBLE under the Apache 2.0 license
- Font : Jetbrains Mono under the Apache 2.0 license
Credits
I’m not working alone on this project. First, many people create PR for this projects. Then, there is the whole #pinetime community : a lot of people all around the world who are hacking, searching, experimenting and programming the Pinetime. We exchange our ideas, experiments and code in the chat rooms and forums.
Here are some people I would like to highlight:
- Atc1441 : He works on an Arduino based firmware for the Pinetime and many other smartwatches based on similar hardware. He was of great help when I was implementing support for the BMA421 motion sensor and I²C driver.
- Koen : He’s working on a firmware based on RiotOS. He integrated similar libs as me : NimBLE, LittleVGL,… His help was invaluable too!
- Lup Yuen Lee : He is everywhere: he works on a Rust firmware, builds a MCUBoot based bootloader for the Pinetime, designs a Flutter based companion app for smartphones and writes a lot of articles about the Pinetime!
If you feel like you should appear on this list, just get in touch with me or submit a PR :)