Ayke van Laethem
|
112f6dc01a
|
all: implement tinygo flash command
This will now just work:
tinygo flash -target=arduino examples/blinky1
|
2018-09-14 20:59:28 +02:00 |
|
Ayke van Laethem
|
c763e9f1a6
|
compiler: produce .hex files directly
|
2018-09-14 20:27:04 +02:00 |
|
Ayke van Laethem
|
914cd56ca5
|
all: support Arduino in the compiler driver
This makes sure the compiler itself can build/link an ELF file that
works on an Arduino.
|
2018-09-12 20:55:50 +02:00 |
|
Ayke van Laethem
|
9bec479041
|
all: make targets configurable with a JSON file
This is intentionally similar to the target specifications in Rust:
https://doc.rust-lang.org/nightly/nightly-rustc/rustc_target/spec/struct.TargetOptions.html
|
2018-09-12 18:28:39 +02:00 |
|