Results 152 comments of 9names

> Not yet tested on hardware. Might just be me, but some proof (even anecdotal) that it works on the hardware it's supposed to target would be nice before merging...

Did you do the riscv build with the extra extensions enabled? Kinda curious if they have an effect. [Edit: I can't get build-std working on compiler explorer, might need to...

Resolves #20

> Apparently the project is not migrated: [bouffalolab/bl-pac@eb62bbb](https://github.com/bouffalolab/bl-pac/commit/eb62bbb0c102fa0d8bf18d1c667d479ab6332868) Yes. It appears that after telling us to move, @luojia65 went and started another PAC/HAL instead (https://github.com/rustsbi/bouffalo-hal), and never updated any of...

as per https://github.com/ra-rs/ra/issues/6 n8tlarsen isn't active with ra-rs any more. cc @elrafoon

I just tested tried this on my hsprobe. Build the current git version with stable 1.70 and it will not enumerate. Updating to latest cortex-m-rt and stm32ral fixes it. Smells...

The versions of cortex-m-rt with the alignment issue got yanked from crates.io, the version hs-probe is using is older than that.

When we took on BSPs in `rp-rs` (following in `atsamd-rs` footsteps), the original stance wrt examples was that anything that didn't require external hardware went in the HAL, anything board...

Could you fix the typo in the issue name? (I2C -> I2S)

@niekiran Could you please add the defmt.x linker script to your rustflags as described in the docs for defmt? https://defmt.ferrous-systems.com/setup#linker-script