Skip to content

Commit

Permalink
Import of the watch repository from Pebble
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieuje authored and Katharine committed Jan 27, 2025
0 parents commit 3b92768
Show file tree
Hide file tree
Showing 10,334 changed files with 2,564,465 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
7 changes: 7 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
BasedOnStyle: Google
IndentWidth: 2
UseTab: Never
PointerAlignment: Right
ColumnLimit: 100
---
8 changes: 8 additions & 0 deletions .gdbinit
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# PBL-17248 set the charset to get around a libiconv bug
set charset US-ASCII
# fix up our python path first since GDB is likely linked with system (not brewed) python
source tools/gdb_scripts/gdb_python_path_fix.py
# source all tools
source tools/gdb_scripts/gdb_tintin.py
source tools/gdb_scripts/gdb_printers.py
source tools/gdb_scripts/gdb_tintin_bluetooth.py
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.hex binary
57 changes: 57 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
build
xcode

.ycm*

.*project
*.*project
*.*workspace
.settings

*.bin
!bin/**/*.bin
*.bin.orig
*.map
build/*.elf
*.o

cscope.*
TAGS

*.swp
*.swo
*.swn

.waf*
.lock*

*.pyc
*.gch

qemu_serial.txt
uart*.log

serial_dump.txt

a.out
tools/font/ttf
roundrect.h
log.txt
openocd.cfg
.DS_Store
tools/bitmaps/*.h
tools/bitmaps/*.pbi

mfg_release/

dist
compile_commands.json
*.auto
loghash_dict.pickle
analyze_mcu_flash_usage_treemap.jsonp
**/.idea
**/CMakeLists.txt

.env

.vscode
33 changes: 33 additions & 0 deletions CONTRIBUTING
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# How to contribute

We'd love to accept your patches and contributions to this project.

## Before you begin

### Sign our Contributor License Agreement

Contributions to this project must be accompanied by a
[Contributor License Agreement](https://cla.developers.google.com/about) (CLA).
You (or your employer) retain the copyright to your contribution; this simply
gives us permission to use and redistribute your contributions as part of the
project.

If you or your current employer have already signed the Google CLA (even if it
was for a different project), you probably don't need to do it again.

Visit <https://cla.developers.google.com/> to see your current agreements or to
sign a new one.

### Review our community guidelines

This project follows
[Google's Open Source Community Guidelines](https://opensource.google/conduct/).

## Contribution process

### Code reviews

All submissions, including submissions by project members, require review. We
use GitHub pull requests for this purpose. Consult
[GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
information on using pull requests.
Loading

2 comments on commit 3b92768

@alii
Copy link

@alii alii commented on 3b92768 Jan 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing!

@KevinNitroG
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing!

Cool

Please sign in to comment.