Go to file
Jean-François Milants 98d1de070a Linker script: Update gcc_nrf52.ld to reflect changes done in 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.
2023-01-29 12:38:05 +07:00
.devcontainer 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 +07:00
.github CI: disable BUILD_RESOURCES for InfiniSim as already done in firmware (#1366) 2022-10-11 22:30:51 +07:00
.idea/codeStyles Improved CLion configuration 2021-07-02 16:29:09 +07:00
.vscode Downgrade GNU Arm Toolchain to 10.3-2021.10 2022-07-08 17:18:21 +07:00
bootloader Fix markdown format with autoformatter (#1284) 2022-08-21 14:50:09 +07: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 +07:00
doc fixed filename 2022-10-10 12:43:11 +07:00
docker 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 +07:00
hooks Made the pre-commit hook fail explicitly when the executable doesn't exist 2021-07-24 15:55:52 +07:00
src #1463 Updated CMakeLists.txt for building images with expected alignment 2022-12-29 18:11:24 +07:00
tests Add clang-tidy check to display warnings on GitHub 2022-10-10 17:52:36 +07:00
tools Fix various typos 2022-06-05 09:31:23 +07:00
.clang-format Apply clang-format to all C++ files 2022-06-05 09:15:46 +07:00
.clang-tidy Remove some clang-tidy checks 2021-11-13 13:37:52 +07:00
.gitattributes Create .gitattributes 2021-01-30 18:52:14 +07:00
.gitconfig Create .gitconfig 2021-01-30 18:48:06 +07:00
.gitignore Update .gitignore 2021-12-30 20:57:26 +07:00
.gitmodules Use submodule for date lib 2022-08-02 22:43:22 +07:00
.gitpod.yml Custom Dockerfile for gitpod.io 2021-01-05 00:34:15 +07:00
CMakeLists.txt Set version to 1.11. 2022-10-16 14:18:14 +07:00
CONTRIBUTING.md Update contribute.md (#475) 2021-08-14 20:58:38 +07:00
LICENSE Add LICENSE file and information. 2020-08-02 17:38:51 +07:00
README.md Add doc about external resources. 2022-10-02 12:27:10 +07:00
gcc_nrf52-mcuboot.ld Update gcc_nrf52-mcuboot.ld 2022-12-27 09:58:51 +07: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 +07:00
nrf52.svd Fix various typos 2022-06-05 09:31:23 +07:00
nrf_common.ld Fix link error because of missing file "nrf_common.ld" 2020-01-12 16:26:20 +07:00

README.md

InfiniTime

Build PineTime Firmware

InfiniTime logo

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

New to InfiniTime?

Companion apps

Development

Contributing

Build, flash and debug

API

Architecture and technical topics

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 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 : 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!