msrd0

Results 197 comments of msrd0

:+1: This change is also necessary to compile it with clang.

I barely use C++ anymore as I prefer Rust for basically all projects. Almost all Rust libraries depend on you making sure everything is UTF-8 (actually, reading non-UTF-8 files is...

Hm that filter works but is very system specific and prone to errors. E.g. if I remove those mount points under my user home of my internal hdd but leave...

Just FYI, `OnceCell` has been included in the Rust std lib a few month ago: https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html#oncecell-and-oncelock

Oh I see it's part of the datasheet and not the reference manual :sweat_smile:

Reading (or writing) that bit seems a bit harder as it is part of `SYSCFG_UR18` ![image](https://github.com/embassy-rs/embassy/assets/7853372/7de0aaf5-b7b7-4691-8e0e-17feedf0d3ac) ... which is not currently a part of the pac crate: https://docs.embassy.dev/stm32-metapac/git/stm32h723zg/syscfg/struct.Syscfg.html

I just ran into this issue as well trying to execute `cargo fetch` on an alpine aarch64 guest system running on an x86_64 archlinux host. It never made it past...

> I think unknown tags should be ignored I disagree. Displaying the unknown tag, especially in this case, adds valuable information for me that would otherwise be lost.

Is this even a problem with this repository? It works with kernel `5.15.74-1-lts` and breaks with `6.0.2` on the exact same computer. Iirc, any changes in the kernel that break...