Skip to content

Instantly share code, notes, and snippets.

View harrisonturton's full-sized avatar
🏠
Working from home

Harry Turton harrisonturton

🏠
Working from home
  • Canva
  • Sydney, Australia
View GitHub Profile
@harrisonturton
harrisonturton / BUILD.bazel
Last active January 13, 2026 23:51
Bazel cc toolchain based on the embedded Arm GNU Toolchain
load("//toolchains/arm_none_eabi:cc_toolchain_config.bzl", "cc_toolchain_config")
filegroup(
name = "empty",
srcs = [],
)
filegroup(
name = "compiler_files",
srcs = [