Daniel Egger

Results 49 issues of Daniel Egger

So after reading all of the README I understand what it is (it's a fancy Lua shell, right?) and what component it uses but what does it actually do? Are...

size/0.0
value/0.25
track/unreproducable
progress/1
model/review
component/error
focus/experience

Something seems to take out the `std::fmt::Display` derive (my bet is on `derive-more`, most probably by `use actix::prelude::*` because it's actually the only actix use line I have in the...

I have an interrupt handler which is called very frequently and due to the CPU running at high speed I have to use wait states which seems to slow down...

Turns out rustc has an unstable symbol order between Linux and macOS, but only if `-Clinker-plugin-lto` is not used, so let's only check those archives for binary changes for now....

S-waiting-on-review
T-cortex-m

As discussed in https://github.com/japaric/cortex-m-rt/issues/44, cortex-m should provide a clean and safe interface for user configurable exceptions, for CM0 those are `SVCall`, `PendSV` and `SysTick`; potentially there're others and/or more for...

As pointed out by @JohnDoneth, @kunerd crate [HD44780](http://github.com/kunerd/clerk) is doing custom bitbanging via sysfs instead of using the `embedded-hal` traits which means that this driver does not fulfil the criteria...

question

Even though the new `awesome-embedded-rust` project just started, it's already getting a bit unwieldy to read and edit so I'd like to split it up in more manageable chunks so...

The interface of `svd2rust-regress` is a bit iffy. On one hand internally every manufacturer and chip name is converted to a "nice" lower-case name with no special characters and this...

Signed-off-by: Daniel Egger

I noticed that `pb-rs` fails to compile a number of .proto schema files due to it only looking for message and enum definitions one level up. Other compilers do not...

bug