pebble/release/20121206_double_down.json
2025-01-27 11:38:16 -08:00

43 lines
1,011 B
JSON

{
"name" : "Pebble Firmware (Double Down)",
"firmware" : {
"boards" : ["bigboard", "ev2_4"],
"release" : true,
"cflags" : []
},
"files" : [
{
"src" : "release-notes/double-down.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" : []
}