Scott Mabin
Scott Mabin
Let's close this as no fault found.
Hmm, this is indeed a bit tricky. I've been playing around with it locally, and made some progress (or rather gained some familiarity with how the derives actually work). >...
> The moment you have flattened args, someone will combine them with other args. And forcing specific order for user will be very misleading. Suppose you have following command: Hmm,...
@SergioGasquez @georgik are these docker images still maintained?
Fleshing out my ideas from https://github.com/esp-rs/esp-hal/pull/1047#issuecomment-1864602855. I believe that we might want to remove the `async` feature from the hal, we can keep it if we like of course, but...
> Basically, had a similar thing in mind (minus the type-state). FYI the reason I added the type-state is so we only implement certain traits in specific modes, for example,...
After some discussion, I think we're all on board with trying to explore the proposal above. We found four areas we'll need to investigate before we can commit to this...
Thanks to @bjoernQ for investigating much of this! With the exploratory PR in #112, we can check off three of the four items in the list. The last side to...
The next steps are as follows: @bjoernQ will be taking care of DMA, which is another special case like GPIO. The next stage for the rest of the drivers needs...
The temporary solution ended up being okay as we now check that the HIL tests build in before merging, so I think we can close this?