aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/thingplus-rp2040.json
blob: 6718b86d2ececb2fc1858e77babe1174bd457022 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "inherits": [
        "rp2040"
    ],
    "serial-port": ["1b4f:0026"],
    "build-tags": ["thingplus_rp2040"],
    "ldflags": [
        "--defsym=__flash_size=16M"
    ],
    "extra-files": [
        "targets/pico-boot-stage2.S"
    ]
}