Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 15:22
· 45 commits to main since this release

Using Bzlmod with Bazel 7 or greater

Add to your MODULE.bazel file:

bazel_dep(name = "rules_devicetree", version = "0.1.0")

What's Changed

  • Set up initial project by @jacky8hyf in #4
  • Update issue templates by @jacky8hyf in #6
  • Fix CI by @jacky8hyf in #11
  • chore(deps): update bazel-contrib/publish-to-bcr action to v0.2.2 by @renovate[bot] in #8
  • chore(deps): update pre-commit hook commitizen-tools/commitizen to v4.8.3 by @renovate[bot] in #14
  • chore(deps): update dependency bazel_skylib to v1.8.0 by @renovate[bot] in #13
  • chore(deps): update dependency bazel to v7.6.1 by @renovate[bot] in #9
  • chore(deps): update pre-commit hook keith/pre-commit-buildifier to v8 by @renovate[bot] in #18
  • chore(deps): update pre-commit hook crate-ci/typos to v1.34.0 by @renovate[bot] in #16
  • Give names to pre-commit jobs. by @jacky8hyf in #15
  • Clarify naming conventions for the word devicetree. by @jacky8hyf in #21
  • chore(deps): update dependency bazel_skylib to v1.8.1 by @renovate[bot] in #22
  • Support a basic devicetree toolchain by @jacky8hyf in #20
  • Move toolchain.bzl to private by @jacky8hyf in #25
  • Format yaml files to prepare for google/yamlfmt upgrade. by @jacky8hyf in #23
  • chore(deps): update dependency bazel_skylib to v1.8.1 by @renovate[bot] in #24
  • chore(deps): update pre-commit hook google/yamlfmt to v0.17.2 by @renovate[bot] in #17
  • Add a test on load visibility for //private bzl. by @jacky8hyf in #26
  • Fix underscore in CONTRIBUTING.md. by @jacky8hyf in #27
  • Delete docs/rules.md. by @jacky8hyf in #30
  • Add documentation about configuring the toolchain. by @jacky8hyf in #31
  • Update aspect_bazel_lib & update docs. by @jacky8hyf in #33
  • Add rules to build dtb(), dtbo(), and dtb_composite() by @jacky8hyf in #28
  • Support preprocessing #define by @jacky8hyf in #29
  • Add some checks at analysis phase by @jacky8hyf in #34
  • Support devicetree_library by @jacky8hyf in #35
  • Update BCR fork name. by @jacky8hyf in #37
  • Update buildifier_prebuilt to 8.2.0.2. by @jacky8hyf in #38
  • Fix up some docs by @jacky8hyf in #36
  • docs: Clarify .dtsi/.h in dtb.srcs. by @jacky8hyf in #40
  • fix(rules): Re-run gazelle to update all bzl_library() targets. by @jacky8hyf in #41
  • chore(deps): update bazel-contrib/.github action to v7.2.3 by @renovate[bot] in #42
  • fix(github-actions): Fix release process by @jacky8hyf in #39
  • fix(docs): fix documentation. by @jacky8hyf in #43

New Contributors

Full Changelog: https://github.com/bazel-contrib/rules_devicetree/commits/v0.1.0