Unofficial mirror of InfiniTime
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Finlay Davidson 616aa91b4c
dirtyvalue: Move to src/utility
3 days ago
.devcontainer branches: Update files to refer to main instead of develop 4 weeks ago
.github pr-comment: Comment instructions instead of failing 3 days ago
.idea/codeStyles Improved CLion configuration 2 years ago
.vscode Downgrade GNU Arm Toolchain to 10.3-2021.10 9 months ago
bootloader Fix markdown format with autoformatter (#1284) 7 months ago
cmake-nRF5x Remove CMake targets and corresponding CLI arguments that are specific to the debugging environment (USE_JLINK, USE_OPENOCD and USE_GDB_CLIENT). 6 months ago
doc branches: Update files to refer to main instead of develop 4 weeks ago
docker docker: Make build.sh more portable 3 months ago
hooks Made the pre-commit hook fail explicitly when the executable doesn't exist 2 years ago
src dirtyvalue: Move to src/utility 3 days ago
tests Update clang-{format,tidy} to 14 3 months ago
tools Fix various typos 10 months ago
.clang-format clang-format: Always break template declarations 1 month ago
.clang-tidy Update clang-tidy configuration and fix some warnings (#1474) 3 months ago
.gitattributes Create .gitattributes 2 years ago
.gitconfig Create .gitconfig 2 years ago
.gitignore Update .gitignore 1 year ago
.gitmodules date: Remove date lib 1 month ago
.gitpod.yml Custom Dockerfile for gitpod.io 2 years ago
CMakeLists.txt src: Enable unused parameter warning 2 months ago
CONTRIBUTING.md branches: Update files to refer to main instead of develop 4 weeks ago
LICENSE Add LICENSE file and information. 3 years ago
README.md README: Remove status badge 1 month ago
gcc_nrf52-mcuboot.ld Update gcc_nrf52-mcuboot.ld 3 months ago
gcc_nrf52.ld Linker script: Update gcc_nrf52.ld to reflect changes done in gcc_nrf52-mcuboot.ld. 2 months ago
nrf52.svd Fix various typos 10 months ago
nrf_common.ld Fix link error because of missing file "nrf_common.ld" 3 years ago

README.md

InfiniTime

InfiniTime logo

Fast open-source firmware for the PineTime smartwatch with many features, written in modern C++.

New to InfiniTime?

Companion apps

Note : We removed mentions to NRFConnect as this app is closed source and recent versions do not work anymore with InfiniTime (the last version known to work is 4.24.3). If you used NRFConnect in the past, we recommend you switch to Gadgetbridge.

Development

Contributing

Build, flash and debug

API

Architecture and technical topics

Project management

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:

Credits

Im not working alone on this project. First, many people create PR for this project. 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 : Hes 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!