aboutsummaryrefslogtreecommitdiff
path: root/pw_emu/qemu-lm3s6965evb.json
blob: c1724e44cc1e6d5901e355d8c1fb83a24223fead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "targets": {
    "qemu-lm3s6965evb": {
      "gdb": [
        "arm-none-eabi-gdb"
      ],
      "qemu": {
        "executable": "qemu-system-arm",
        "machine": "lm3s6965evb",
        "channels": {
          "chardevs": {
            "serial0": {
              "id": "serial0"
            }
          }
        }
      }
    }
  }
}