• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "targets": {
3    "qemu-stm32vldiscovery": {
4      "gdb": [
5        "arm-none-eabi-gdb"
6      ],
7      "qemu": {
8        "executable": "qemu-system-arm",
9        "machine": "stm32vldiscovery",
10        "channels": {
11          "chardevs": {
12            "serial0": {
13              "id": "serial0"
14            }
15          }
16        }
17      }
18    }
19  }
20}
21