richlink

mbed_app.json

Committer:
wright0418
Date:
2021-06-16
Revision:
33:e09fff6b149f
Parent:
31:fa146660b113

File content as of revision 33:e09fff6b149f:

{
    "target_overrides": {
        "*": {
            "platform.stdio-baud-rate"              : 115200,
            "platform.stdio-convert-newlines"       : true,
            "platform.heap-stats-enabled"           : 1
        },
        "NUMAKER_IOT_M487": {
            "target.components_add"             : ["SPIF"],
            "spif-driver.SPI_MOSI"              : "PC_0",
            "spif-driver.SPI_MISO"              : "PC_1",
            "spif-driver.SPI_CLK"               : "PC_2",
            "spif-driver.SPI_CS"                : "PC_3"
        },
        "NUMAKER_PFM_M487": {
            "target.components_add"             : ["SPIF"],
            "spif-driver.SPI_MOSI"              : "PC_0",
            "spif-driver.SPI_MISO"              : "PC_1",
            "spif-driver.SPI_CLK"               : "PC_2",
            "spif-driver.SPI_CS"                : "PC_3"
        }

    }
}