My fork of InfiniTime for my PineTime smart watch.
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.
 
 
 
 
 
 
Macoy Madson 55fbe71d78 Merge branch 'main' of https://github.com/InfiniTimeOrg/InfiniTime into new-drink 5 months ago
.devcontainer branches: Update files to refer to main instead of develop 9 months ago
.github pr-comment: Comment instructions instead of failing 9 months ago
.idea/codeStyles Improved CLion configuration 2 years ago
.vscode Downgrade GNU Arm Toolchain to 10.3-2021.10 1 year ago
Dependencies Merge branch 'main' of https://github.com/InfiniTimeOrg/InfiniTime into new-drink 5 months ago
bootloader Fix markdown format with autoformatter (#1284) 1 year 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). 1 year ago
doc branches: Update files to refer to main instead of develop 9 months ago
docker docker: Make build.sh more portable 11 months ago
hooks Made the pre-commit hook fail explicitly when the executable doesn't exist 2 years ago
src Merge branch 'main' of https://github.com/InfiniTimeOrg/InfiniTime into new-drink 5 months ago
tests Update clang-{format,tidy} to 14 11 months ago
tools Allow mcuboot tool to use cbor2 additional to cbor 6 months ago
.clang-format clang-format: Always break template declarations 10 months ago
.clang-tidy Update clang-tidy configuration and fix some warnings (#1474) 12 months ago
.gitattributes Create .gitattributes 3 years ago
.gitconfig Create .gitconfig 3 years ago
.gitignore Merge branch 'main' of https://github.com/InfiniTimeOrg/InfiniTime into new-drink 5 months ago
.gitmodules Merge branch 'main' of https://github.com/InfiniTimeOrg/InfiniTime into new-drink 5 months ago
.gitpod.yml Custom Dockerfile for gitpod.io 3 years ago
CMakeLists.txt Set version to 1.12.0 8 months ago
CONTRIBUTING.md branches: Update files to refer to main instead of develop 9 months ago
COPYING_DRINKCOUNTER Added first prototype of drink counter app 1 year ago
LICENSE Add LICENSE file and information. 3 years ago
MacoyBuild.sh Merge branch 'main' of https://github.com/InfiniTimeOrg/InfiniTime into new-drink 5 months ago
README.md Merge branch 'main' of https://github.com/InfiniTimeOrg/InfiniTime into new-drink 5 months ago
gcc_nrf52-mcuboot.ld Update gcc_nrf52-mcuboot.ld 12 months ago
gcc_nrf52.ld Linker script: Update gcc_nrf52.ld to reflect changes done in gcc_nrf52-mcuboot.ld. 10 months ago
nrf52.svd Fix various typos 2 years ago
nrf_common.ld Fix link error because of missing file "nrf_common.ld" 4 years ago

README.md

Macoy's InfiniTime fork

My fork adds an application, Drink Counter. This prototype application is intended to help me monitor my alcohol consumption to minimize negative effects both in the short term and the long term.

I based the application's parameters off of the NIH's drinking guidelines. My BAC estimator uses Widmark's equation.

I retain copyright over my modifications (those in the drink-counter fork marked with my name). I use the same license as InfiniTime, GPL v3 (or greater, for me at least).

The regular InfiniTime readme follows.

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

I’m 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 : 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!