Dániel Buga

Results 578 comments of Dániel Buga

It depends on embedded-text, and I don't know if it breaks up `:)` and such into multiple tokens. If it does, you'll need a plugin to re-merge the emojis before...

I managed to get my pico working yesterday, here's the bits: First, try https://github.com/bugadani/rp2040-embedded-test with `cargo rp2040 --test example_test`, and if that works for you, figure out what differences I...

Sorry, CI was broken because my setup fell apart. I guess we can now update to serialport 4.6?

I agree `Mode` can go away - but also peripheral implementations might be simpler with a `M: BlockingMode`. > I don't think I'll be able to provide a interrupt_controller() ->...

I don't particularly trust cmsis-packs, so I'd appreciate if @felipebalbi (as the OG author) could take a look.

I would just like to do a bit of bikeshedding on the name. As with the [RtcCntl](https://github.com/esp-rs/esp-hal/issues/872), do we want to give the driver a somewhat less confusing name?

The whole "RTC" naming is confusing for the low power peripherals.

> Would you be open to a PR implementing one of these solutions? Yes! Eventually I'd like to move the default probe implementations out of the library, so this would...

A lot of these have been caused by probe-rs inappropriately halting the CPU when it shouldn't have. Since we no longer poll RTT by default (https://github.com/esp-rs/esp-hal/pull/1960), can we close this?