.

mbed_app.json

Committer:
mbed_official
Date:
2019-11-20
Revision:
71:f65271241611
Parent:
65:5a093ea5bec5

File content as of revision 71:f65271241611:

{
    "config": {
        "update_file": {
            "help": "Path to the application update binary on the SD card",
            "value": "\"mbed-os-example-blinky_application.bin\""
        },
        "sd_card_mosi": {
            "help": "MCU pin connected to the SD card's SPI MOSI pin",
            "value": "D11"
        },
        "sd_card_miso": {
            "help": "MCU pin connected to the SD card's SPI MISO pin",
            "value": "D12"
        },
        "sd_card_sck": {
            "help": "MCU pin connected to the SD card's SPI SCK pin",
            "value": "D13"
        },
        "sd_card_cs": {
            "help": "MCU pin connected to the SD card's SPI CS pin",
            "value": "D10"
        }
    },
    "target_overrides": {
        "K64F": {
            "target.restrict_size": "0x40000",
            "sd_card_mosi": "PTE3",
            "sd_card_miso": "PTE1",
            "sd_card_sck": "PTE2",
            "sd_card_cs": "PTE4"
        },
        "NUCLEO_F429ZI": {
            "target.components_add": ["SD"],
            "target.restrict_size": "0x40000"
        },
        "UBLOX_EVK_ODIN_W2": {
            "target.components_add": ["SD"],
            "target.restrict_size": "0x40000",
            "sd_card_cs": "D9"
        }
    }
}