Open
Description
It'd be nice if the Arduino compile had Bazel (http://bazel.build) integration.
Something like:
arduino_cc_binary(
name = "example",
srcs = ["example.ino"],
board = "@io_github_arduino_arduino//boards:esp8266",
libraries = ["rs232"],
)
This would download the board definition, arduino compiler, and required libraries and build them to bazel-bin/example.bin