Nathaniel Brough
Nathaniel Brough
I've had a bit of a look into what this would involve. I'm not sure that I'm going to have the time to attempt this. I thought I'd post some...
**TODO:** - [x] Implement 1.0.0-alpha.8 traits - [ ] Add compatibility layer for previous stable (i.e. "0.2.7") traits. Tracking issue: ryankurte/embedded-hal-compat#9 - [ ] Create configurable selection feature for compatibility...
The BUILD file that you have mentioned if I am not mistaken is for building the runtime, or supporting libraries that the generated code will use. Note that the BUILD...
@kalbasit At the moment there is some significant restructuring going on to provide a starlark API for c++ rules in bazel (see [here](https://github.com/bazelbuild/bazel/issues/4570)). There are a couple of potential ways...
@kalbasit @ArjunNarayan2066, I have a basic proof of concept working for this at the moment, and have just opened a pull request. Feel free to use my fork in the...
If anyone is working on this, you might find the linker scripts and tooling in the [google/pigweed/pw_tokeniser](https://github.com/google/pigweed/tree/main/pw_tokenizer) directory useful. It's all written in c++ but works for host/embedded-arm but uses...
I haven't tried using dura watch. I was just running 'dura serve &' from the git checkout. I'll give that a go and report back. I was definitely changing files,...
Apologies for the delay here. I mostly work on a linux based system so the effort to boot into a windows machine is the main blocker for me here. The...
> Trying to take a shot at this. > > It looks like the rules_docker skylib is a bit different thatn the skylib repo, specifically: > > https://github.com/bazelbuild/rules_docker/blob/8c3a8110a0c519929a7e79c39ac345a0f8c74d04/skylib/path.bzl#L88 > >...
I've got a bit more time to play with this. Just wondering where you got to with all this? It's looking like you've removed the Batch script in the latest...