mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 10:43:29 +00:00
all: add emulation support for Cortex-M3 with QEMU
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user