Skip to content

Bazel Support #6860

Open
Open
@jeremyje

Description

@jeremyje

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestA request to make an enhancement (not a bug fix)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions