aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/attiny1616.json
blob: 38e645ae1b7aaabb7e9e30359d0e46608eac543d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "inherits": ["avrtiny"],
    "cpu": "attiny1616",
    "build-tags": ["attiny1616"],
    "gc": "none",
    "cflags": [
        "-D__AVR_ARCH__=103"
    ],
    "linkerscript": "src/device/avr/attiny1616.ld",
    "extra-files": [
        "src/device/avr/attiny1616.s"
    ],
    "flash-command": "pymcuprog write -f {hex} --erase --verify -d attiny1616 -t uart -u {port}"
}