mirror of
https://github.com/google/pebble.git
synced 2025-03-15 08:41:21 +00:00
44 lines
997 B
JSON
44 lines
997 B
JSON
|
{
|
||
|
"name" : "Pebble Firmware (Grand Slam)",
|
||
|
|
||
|
"firmware" : {
|
||
|
"boards" : ["ev2_4"],
|
||
|
"release" : false,
|
||
|
"cflags" : []
|
||
|
},
|
||
|
|
||
|
"files" : [
|
||
|
{
|
||
|
"src" : "release-notes/happy-meal.md",
|
||
|
"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" : []
|
||
|
|
||
|
}
|