es-ude / EmbeddedSystemsBuildScripts

Bazel build scripts used for all projects of the embedded systems department
MIT License
4 stars 5 forks source link

Add arm support #15

Closed glencoe closed 4 years ago

glencoe commented 5 years ago

This adds first support for cortex-m0 CPUs. Still needs testing on a real device. Also slightly changes the directory structure. You will have to adjust the load statement in WORKSPACE files.

load("//AvrToolchain:avr.bzl", "avr_toolchain")

changes to

load("//Toolchains/Avr:avr.bzl", "avr_toolchain")