Wilfried Chauveau

Results 84 comments of Wilfried Chauveau

Shall we keep this issue open or can we consider it solved? Note, the implemented workaround does not check for the chip's version.

This PR should be moved to https://github.com/rp-rs/rp-hal-boards. I am closing it here but be assured these changes would be welcome over there :) .

From the feedback and questions I've seen here and on our matrix channel, it seems like in addition to the fully typestate'd pin and the completely dyn-typed pins, we'd need:...

This PR should be moved to https://github.com/rp-rs/rp-hal-boards. I am closing it here but be assured these changes would be welcome over there :) .

I started it a long time ago and hit some short commings around PIO, so I started working on it too but stalled to cover part of async.await support in...

Hi, If my understanding is correct, this CMake function enables the use of a usb CDC as the std in/out (`printf`). When this is enabled, a side effect [by default](https://github.com/raspberrypi/pico-sdk/blob/master/src/rp2_common/pico_stdio_usb/include/pico/stdio_usb.h#L80-L83)...

> except for pico which is using the unpublished embassy-traits package. We'll need to remove that. Is it preventing publication? It's behind a feature flag so I hoped it wouldn't...

The resolution of that offset isn't trivial as on some program it may be the start of the program (so be the offset of the program in the memory) or...

Seems like @jannic feedbacks have been applied already. Merging.

For reference the rp2040-hal currently implements it via the [`atomic_register_access`](https://github.com/rp-rs/rp-hal/blob/main/rp2040-hal/src/atomic_register_access.rs) module