Results 53 comments of eddyp

I think what you're requesting would be to have resource lock/unlock as build steps. Would that allow you to implement your jobs in the desired fashion? Please note I am...

> Looks like problem is that there are multiple different enums with the same name under one register. I may suggest one of following ideas: > > 1. we generate...

> My only objection is the overloaded use of the `NOT_A_PIN` constant as noted above. I agree, while also understand @BarryPSmith's position on this. The point here is that the...

What is the status of this? It would be really interesting to be able to publish Arduino libraries written in Rust

Is this supposed to support both v7r and v8r profiles? I.e. are r52 and later v8 cores the only one targeted?

@japaric I understand. I don't have experience with older r-s, but I have access at work to an r52 implementation, and was thinking about experimenting with rust, that's why I...

> > > There exists a [`cargo-update` crate](https://crates.io/crates/cargo-update). Does it fit this use case? Looking at the crate page look like the functionality is the desired one: ```cmd C:\>cargo install-update...

Does the already merged code support build variants to any degree? For projects building for several compilers and platforms this would be really necessary.

I've looked over the manual, but I find the variants support very limited. I work with a project where there are usually between 500 to 2000 variants of the project...

This is exactly where I need this to work :-( . I hope I'll have the time to try to make it work somehow on one of the projects that...