Daniel Egger

Results 547 comments of Daniel Egger

> I've experienced multiple errors per byte when trying to communicate with a device before it was ready, so it does happen in practice. In that case the HAL would...

Same issue with `starship 1.19.0` on macOS.

Funny enough all references BSPs were written by me and yet I don't think they're even good examples for what a BSP should look like because they offer very little...

@BigPapa314 You can find us live on Matrix/Element.io https://matrix.to/#/#rust-embedded:matrix.org. More information about the working group can be found on https://github.com/rust-embedded/wg

@Nemo157 I haven't tried but maybe it's possible to set `uart.events_txdrdy` to 1 in the code. In that case it should be possible to have the `write` method like this:...

@Nemo157 The documentation is not quite clear about that. But another person in the interwebs attempted the same and also failed. ;) I'll try a few more variants later, maybe...

I'm not quite sure why bound checks seem to be deemed the largest cause of undesirable panic causes since they're rather easy to avoid: You can use explicit length check...

@azasypkin Wow, this is awesome! On a first glance this might be a nice project for the [showcase](https://github.com/rust-embedded/showcase), would you like to submit it?

> So this is a good backstop, but honestly I'd much rather Arm was listed as the maintainer, as they are for `aarch64-unknown-linux-gnu`. I understand that they will already help...

PIC32 is a based on MIPS architecture for which there should be mature support already since it is supported under Linux. Someone build an SDK for the Playstation 2 which...