1
0
Fork
You've already forked InfiniTime
0
No description
  • C 87.5%
  • C++ 9.3%
  • Python 1.7%
  • CMake 0.9%
  • Ruby 0.3%
  • Other 0.3%
Find a file
Max Jakobitsch 6a6981c912 Revert "docs: add git config items to docs"
This reverts commit 4066cc03004c89a7ac4d5a7a327729184ecac7b6.
2025年03月21日 17:36:47 +01:00
.github Add "Run on InfiniEmu" link to pull requests ( #2150 ) 2025年01月28日 19:57:07 +00:00
.idea/codeStyles Improved CLion configuration 2021年07月02日 16:29:09 +02:00
.vscode Unify docker devcontainer with dockerfile used for CI ( #1587 ) 2024年03月23日 10:45:45 +01:00
bootloader README: Fix broken URLs 2024年02月25日 13:17:19 +01:00
cmake-nRF5x Remove CMake targets and corresponding CLI arguments that are specific to the debugging environment (USE_JLINK, USE_OPENOCD and USE_GDB_CLIENT). 2022年09月17日 21:25:54 +02:00
doc Revert "docs: add git config items to docs" 2025年03月21日 17:36:47 +01:00
docker Fix git hash calculation with Docker build 2024年11月17日 15:22:22 +01:00
hooks hook: Find correct clang-format version better 2024年01月12日 14:42:53 +01:00
src work around g++ version 12, 13 and 14 spurious warning ( #2158 ) 2025年03月14日 13:10:41 +01:00
tests Update clang-{format,tidy} to 14 2023年01月04日 17:15:33 +01:00
tools Allow mcuboot tool to use cbor2 additional to cbor 2023年06月04日 19:46:37 +02:00
.clang-format clang-format: Always break template declarations 2023年02月16日 09:13:58 +02:00
.clang-tidy Update clang-tidy configuration and fix some warnings ( #1474 ) 2022年12月18日 18:14:36 +01:00
.devcontainer.json Unify docker devcontainer with dockerfile used for CI ( #1587 ) 2024年03月23日 10:45:45 +01:00
.gitattributes Fix EOL related build issues on Windows ( #2077 ) 2025年02月11日 23:43:10 +00:00
.gitignore clangd: Add clangd cache directory to gitignore ( #1763 ) 2023年05月27日 20:24:17 +02:00
.gitmodules Remove unused submodule QCBOR ( #2138 ) 2024年10月09日 20:26:08 +02:00
.gitpod.yml Custom Dockerfile for gitpod.io 2021年01月05日 00:34:15 +00:00
CMakeLists.txt Set version to 1.15.0 2024年12月03日 20:11:08 +01:00
CONTRIBUTING.md branches: Update files to refer to main instead of develop 2023年03月02日 09:45:47 +02:00
gcc_nrf52-mcuboot.ld Update gcc_nrf52-mcuboot.ld 2022年12月27日 09:58:51 +13:00
gcc_nrf52.ld Linker script: Update gcc_nrf52.ld to reflect changes done in gcc_nrf52-mcuboot.ld. 2023年01月29日 12:38:05 +01:00
LICENSE Add LICENSE file and information. 2020年08月02日 17:38:51 +02:00
nrf52.svd Fix various typos 2022年06月05日 09:31:23 +03:00
nrf_common.ld Fix link error because of missing file "nrf_common.ld" 2020年01月12日 16:26:20 +01:00
README.md Update Amazfish details in README.md 2024年11月17日 00:10:20 +00:00

New to InfiniTime?

Companion apps


InfiniTimeExplorer is only compatible with web browsers that support Web BLE. Current fully supported browsers include Chrome and Microsoft Edge.

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

I’m not working alone on this project. First, many people create pull requests 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 I2C 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!