Import of the watch repository from Pebble

This commit is contained in:
Matthieu Jeanson
2024-12-12 16:43:03 -08:00
committed by Katharine Berry
commit 3b92768480
10334 changed files with 2564465 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
{
"name" : "Pebble Firmware (Chicken Nugget)",
"firmware" : {
"boards" : ["bigboard", "ev2_4"],
"release" : true,
"factory" : true,
"cflags" : []
},
"files" : [
{
"src" : "release-notes/chicken-nugget.txt",
"dst" : "release_notes.txt"
},
{
"src" : "build/src/boot/tintin_boot.elf",
"dst" : "pebble_boot_{tag}.elf"
},
{
"src" : "build/src/fw/tintin_fw.elf",
"dst" : "pebble_fw_{tag}.elf"
},
{
"src" : "build/safe/src/fw/tintin_fw.elf",
"dst" : "pebble_recovery_{tag}.elf"
},
{
"src" : "build/system_resources.pbpack",
"dst" : "system_resources_{tag}.pbpack"
},
{
"src" : "tools/elf2hex.sh",
"dst" : "scripts/elf2hex.sh"
},
{
"src" : "tools/elf2bin.sh",
"dst" : "scripts/elf2bin.sh"
}
],
"bundles" : []
}