Robin Mueller

Results 138 comments of Robin Mueller

I was able to solve the issue for QEMU by adding the `v3` option to the `nfsroot` argument, so the QEMU commands looks like this: ```sh QEMU_AUDIO_DRV=none \ qemu-system-arm -m...

Alright, I was able to mount via NFS in the beagle bone black as well, but I used DHCP and other commands. Those are the commands I used, assuming the...

Some ideas 1. Maybe add a method called `split_returning_periph` which returns the USART in addition to the TX and RX parts. 2. I simply use `pac::Peripeherals::steal().USART?` in my code 3....

I was actually able to implement variable sized transfers in my RTIC application now and it seems to work well :-) All I needed was some more access to some...

Looking at this again as I am updating another application. This probably needs to be re-worked now that the `split` has been removed. Then again, using DMA requires TX and...

Does the new version allow to independently start RX and TX transfers? This is a use-case i have in my application where I am handling the reading of variable sized...

Hello, Whats the state of this issue? I am trying to generate a PAC for the VA108xx device by using their svd files and I think something like a line...

I have dug a little bit deeper and I can confirm that the error comes from the `syn` crate when calling `generate::device::render`. The precise error happens at `convert_svd_register` / `name_to_wrapped_ty`...

The output looks correct. The primary header fields are placed contiguously, with the first 3 bits (bit 0 to 2) being the version number, then bit 3 as packet type...