mirror of
https://github.com/google/pebble.git
synced 2026-02-21 20:46:51 -05:00
Import of the watch repository from Pebble
This commit is contained in:
43
release/20121206_double_down.json
Normal file
43
release/20121206_double_down.json
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"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" : []
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user