Go to file
Gerard Marull-Paretas c54a6b16c6 fw/comm/ble/kernel_le_client/ppogatt: reduce max unackd resets to 5
Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2026-01-19 19:36:21 +08:00
applib-targets
bin
checkers
devsite Import the pebble dev site into devsite/ 2025-02-24 18:58:29 -08:00
docs
platform fw: drivers: add AS7000 HRM driver code/demo app 2025-02-25 18:57:03 +00:00
python_libs
release
release-notes
resources
sdk
src fw/comm/ble/kernel_le_client/ppogatt: reduce max unackd resets to 5 2026-01-19 19:36:21 +08:00
stored_apps
tests fw: drivers: add AS7000 HRM driver code/demo app 2025-02-25 18:57:03 +00:00
third_party third_party: Fixup destinations for devsite assets 2025-02-24 22:48:45 -08:00
tools fw: drivers: add da1468x bluetooth code 2025-02-25 19:02:51 +00:00
waftools
.clang-format
.gdbinit
.gitattributes
.gitignore
CONTRIBUTING
Doxyfile
Doxyfile-all-graphs
DoxygenLayout.xml
LICENSE
README.md
analyze.sh
ftdi.patch
ftdi_fix.sh
ftdi_reload.sh
ftdi_unload.sh
gdb.cmd
hard_flash.sh
pblogger
prompt.sh
qemu_run.sh
requirements-brew.txt
requirements-linux.txt
requirements-osx.txt
requirements.txt
wscript

README.md

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.