{
    "name" : "EV2-4 Pebble Firmware (Birkenstock)",

    "firmware" : {
        "board" : "ev2",
        "release" : true,
        "cflags" : []
    },

    "files" : [
        {
            "src" : "release-notes/ev2-4.txt",
            "dst" : "README.txt"
        },
        {
            "src" : "build/src/boot/tintin_boot.hex",
            "dst" : "pebble_boot_{tag}.hex"
        },
        {
            "src" : "build/safe/src/fw/tintin_fw.hex",
            "dst" : "pebble_fw_{tag}.hex"
        },
        {
            "src" : "build/safe/src/fw/tintin_fw.bin",
            "dst" : "pebble_recovery_{tag}.bin"
        },
        {
            "src" : "build/system_resources.pbpack",
            "dst" : "system_resources_{tag}.pbpack"
        },
        {
            "src" : "docs/spi_flash_imaging.txt",
            "dst" : "docs/spi_flash_imaging.txt"
        },
        {
            "src" : "tools/insert_firmware_descr.py",
            "dst" : "scripts/insert_firmware_descr.py"
        },
        {
            "src" : "tools/serial_flash_imaging.py",
            "dst" : "scripts/serial_flash_imaging.py"
        },
        {
            "src" : "tools/stm32_crc.py",
            "dst" : "scripts/stm32_crc.py"
        }
    ],

    "bundles" : []

}