all: add emulation support for Cortex-M3 with QEMU

This commit is contained in:
Ayke van Laethem
2018-10-08 17:07:19 +02:00
parent 8982b8df83
commit a63af97e86
8 changed files with 243 additions and 16 deletions
+1
View File
@@ -21,6 +21,7 @@ type TargetSpec struct {
CompilerRT bool `json:"compiler-rt"`
PreLinkArgs []string `json:"pre-link-args"`
Objcopy string `json:"objcopy"`
Emulator []string `json:"emulator"`
Flasher string `json:"flash"`
OCDDaemon []string `json:"ocd-daemon"`
GDB string `json:"gdb"`