This is the latest version of the internal repository from Pebble Technology providing the software to run on Pebble watches. Proprietary source code has been removed from this repository and it will not compile as-is. This is for information only.
Find a file
Josh Soref 5f8d2a47aa spelling: constraint
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2025-01-28 21:32:34 -05:00
applib-targets Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
bin Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
checkers Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
docs Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
platform spelling: conjunction 2025-01-28 21:32:34 -05:00
python_libs spelling: conjunction 2025-01-28 21:32:34 -05:00
release Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
release-notes Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
resources Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
sdk spelling: and restarted 2025-01-28 15:04:32 -05:00
src spelling: connection 2025-01-28 21:32:34 -05:00
stored_apps Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
tests spelling: confirm 2025-01-28 21:32:34 -05:00
third_party Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
tools spelling: constraint 2025-01-28 21:32:34 -05:00
waftools spelling: commands 2025-01-28 21:32:34 -05:00
.clang-format Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
.gdbinit Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
.gitattributes Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
.gitignore Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
analyze.sh Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
CONTRIBUTING Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
Doxyfile Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
Doxyfile-all-graphs Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
DoxygenLayout.xml Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
ftdi.patch Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
ftdi_fix.sh Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
ftdi_reload.sh Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
ftdi_unload.sh Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
gdb.cmd Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
hard_flash.sh Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
LICENSE Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
pblogger Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
prompt.sh Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
qemu_run.sh Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
README.md Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
requirements-brew.txt Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
requirements-linux.txt Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
requirements-osx.txt Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
requirements.txt Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00
wscript Import of the watch repository from Pebble 2025-01-27 11:38:16 -08:00

PebbleOS

This is the latest version of the internal repository from Pebble Technology providing the software to run on Pebble watches. Proprietary source code has been removed from this repository and it will not compile as-is. This is for information only.

This is not an officially supported Google product. This project is not eligible for the Google Open Source Software Vulnerability Rewards Program.

Restoring the Directory Structure

To clarify the licensing of third party code, all non-Pebble code has been moved into the third_party/ directory. A python script is provided to restore the expected structure. It may be helpful to run this script first:

./third_party/restore_tree.py

Missing Components

Some parts of the firmware have been removed for licensing reasons, including:

  • All of the system fonts
  • The Bluetooth stack, except for a stub that will function in an emulator
  • The STM peripheral library
  • The voice codec
  • ARM CMSIS
  • For the Pebble 2 HR, the heart rate monitor driver

Replacements will be needed for these components if you wish to use the corresponding functionality.