Robin Mueller
Robin Mueller
Following the steps for rel-v2023.2 fails, it tries to clone from a Xilinx internal repository. Content of `.gitmodules` of [meta-xilinx](https://github.com/Xilinx/meta-xilinx) rel-v2023.2. I am not familiar with the repo tool. What...
Hello, I have some components in my application which I'd like to unit-test. However, I am not sure how to do this, especially in the presence of shared resources. Normally,...
This is a first attempt to make the RAM boot work for the VA416XX device as requested in issue #2658 . Unfortunately, I will not have access to test hardware...
As mentioned in https://github.com/probe-rs/probe-rs/issues/2567 , this device has 2 TAP devices, and they could in principle be selected by a config key in the YAML file?
This discussion was started [here](https://github.com/probe-rs/probe-rs/issues/2606). Basically, I think flashing and debugging in RAM directly might be a really useful feature. For a lot of the embedded targets I have worked...
The previous auto-implementation automatically added `Debug` bounds on all pin instances. However, not every HAL might have a debug implementation on the pin structures. I think it would be better...
I don't know if this can be problematic I actually received this warning in clippy on the most recent stable compiler in my embedded project: ``` warning: creating a mutable...
I think some references in the docs itself to the examples would be extremely useful. This is a first attempt for embassy-stm32. There are a lot of examples, so I...
I have a memory.x file like this: ```txt MEMORY { FLASH : ORIGIN = 0x00000000, LENGTH = 256K /* RAM is a mandatory region. This RAM refers to the SRAM_0...