aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/tufty2040.json
blob: c5123157ccb9940fd88301471e51f6f1525b7506 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "inherits": [
        "rp2040"
    ],
    "serial-port": ["acm:2e8a:0003"],
    "build-tags": ["tufty2040"],
    "linkerscript": "targets/tufty2040.ld",
    "extra-files": [
        "targets/pico-boot-stage2.S"
    ]
}