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 0e614eb87c Make timer go up in increments of 5 5 months ago
.devcontainer Remove CMake targets and corresponding CLI arguments that are specific to the debugging environment (USE_JLINK, USE_OPENOCD and USE_GDB_CLIENT). 9 months ago
.github CI: disable BUILD_RESOURCES for InfiniSim as already done in firmware (#1366) 8 months ago
.idea/codeStyles Improved CLion configuration 2 years ago
.vscode Downgrade GNU Arm Toolchain to 10.3-2021.10 11 months ago
Dependencies Added first prototype of drink counter app 7 months ago
bootloader Fix markdown format with autoformatter (#1284) 10 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). 9 months ago
doc fixed filename 8 months ago
docker Remove CMake targets and corresponding CLI arguments that are specific to the debugging environment (USE_JLINK, USE_OPENOCD and USE_GDB_CLIENT). 9 months ago
hooks Made the pre-commit hook fail explicitly when the executable doesn't exist 2 years ago
src Make timer go up in increments of 5 5 months ago
tests Add clang-tidy check to display warnings on GitHub 8 months ago
tools Fix various typos 1 year ago
.clang-format Apply clang-format to all C++ files 1 year ago
.clang-tidy Remove some clang-tidy checks 2 years ago
.gitattributes Create .gitattributes 2 years ago
.gitconfig Create .gitconfig 2 years ago
.gitignore Added first prototype of drink counter app 7 months ago
.gitmodules Added first prototype of drink counter app 7 months ago
.gitpod.yml Custom Dockerfile for gitpod.io 2 years ago
CMakeLists.txt Set version to 1.11. 8 months ago
CONTRIBUTING.md Update contribute.md (#475) 2 years ago
COPYING_DRINKCOUNTER Added first prototype of drink counter app 7 months ago
LICENSE Add LICENSE file and information. 3 years ago
MacoyBuild.sh Add settings for drink counter 7 months ago
README.md Remove github image 7 months ago
gcc_nrf52-mcuboot.ld Move noinit to after BSS segment, 2 years ago
gcc_nrf52.ld Move noinit to after BSS segment, 2 years ago
nrf52.svd Fix various typos 1 year ago
nrf_common.ld Fix link error because of missing file "nrf_common.ld" 3 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

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