Henrik Böving

Results 61 issues of Henrik Böving

I'm currently preparing a PR to migrate the Embedded Rust Book from OpenOCD / semihosting to probe-rs / RTT. Would it be okay to replace the openocd config and semihosting...

I was wondering, considering that the embedded discovery book is targeted at people that have never done embedded things in their life before, is it reasonable to show the how...

microbit-rewrite

Implementing the crypto and the hash peripheral would be cool and according to Tony's talk at Oxidize the traits at https://github.com/rustcrypto could very much be used for a hardware abstraction...

enhancement

It has finally happened! As per https://github.com/rust-lang/rust/pull/72437/ the following things are now allowed in const functions: * if, if let, and match * while, while let, and loop * the...

enhancement

So I was just reading through our UART/USART implementation in serial.rs and there we define the trait `pub trait PinCk {}` in line 155. It's only ever used again in...

As discussed previously in the Zulip it would be beneficial if Lake could output a graph representation of the dependencies it has discovered. In order to replace the Lake dependency...

enhancement

## Objectives: Rewriting the AeroRust NMEA 0183 parser as specified/discussed in https://github.com/AeroRust/nmea/issues/9. ## Motivation: There are a few Rust NMEA parsers out there, all with their nice little advantages and...

roadmap-2022

As per #11 we wanna ensure max test coverage, as of now sentences/utils.rs is not at all tested but shared across all sentence parsers and thus a source for very...

enhancement
help wanted
good first issue

We should never panic, instead always return Result's and try not to unwrap unless we can be absolutely sure it is safe.

enhancement
help wanted

It would be nice if we could expose a C API and compile into a static lib so the crate could be linked into already exisitng C programs in order...

enhancement
low