Diego Barrios Romero

Results 166 comments of Diego Barrios Romero

You may have been in the wrong folder. Have you checked that the file exists in the path you provide to `arm-none-eabi-gdb`?

@sajattack In the mean time, if you can add additional hardware, you can use a [cheap I/O port expander](https://www.aliexpress.com/wholesale?SearchText=pcf8574), which allows you to set all 8/16 outputs at once. See...

@dsxmachina If you are not interested in the *contents* of the errors, however they look should not matter much in your case. IIUC, you should be able to do something...

Interesting project. I also have several I2S devices (including a CS4344 :) I could write a driver for but I always focused on other projects. To start the discussion I...

Hmm, I guess those are left overs not removed in #308. @winksaville is there any reason why those config files other than `./src/.cargo/config.toml` should stay?

Looks good to me. I can imagine `elapsed()` implementations returning an error if the timer was canceled in the mean time, for example. Maybe some more documentation about this could...

The original question seems solved. Thanks @Fomys! Closing.

Cool to hear! Regarding the versioning, I would like to propose something different: 1. Keep the versioning of this crate independent from that of the kernel API being used. This...

For the record, I have written a dummy implementation for the digital input/output pin traits as described here in the crate: [dummy-pin](https://crates.io/crates/dummy-pin).

Have you had a look at [`embedded-time`](https://github.com/FluenTech/embedded-time)? There is some discussion about it at https://github.com/rust-embedded/embedded-hal/issues/211