aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/tufty2040.json
blob: 11c4e334ee08e68d7c901dfb5867c06d0a6b94a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "inherits": [
        "rp2040"
    ],
    "serial-port": ["2e8a:0003"],
    "build-tags": ["tufty2040"],
    "ldflags": [
        "--defsym=__flash_size=1020K"
    ],
    "extra-files": [
        "targets/pico-boot-stage2.S"
    ]
}