Robin Mueller

Results 82 comments of Robin Mueller

Thanks @eldruin for providing this crate. Are there any plans to make this built-in in the `embedded-hal` ? This seems like a very useful feature commonly needed. I'm writing a...

I think its a general problem that these examples are board specific in many cases. Also, its tricky to get started without any of the additional helper files like `openocd`...

See #272 for an improvement suggestion for the README

One could argue it's just C++, but it is usually possible to do work in C++ without lambdas entirely, especially when coming from a C background. In the context of...

I tried to compile and test a project similar to the SPI projects provided by you here: https://github.com/spacefisch/stm32h743-cmake-minimal/tree/main/test/l3gd20h . Unfortunately, I was not able to reproduce the issue with this...

Maybe this can be added to a milestone for v2.2.0?

Just bumping this a bit. Do you want to look over it or test it?

I double checked the F0 and F1 repositories again. It seems there are two example applications with a TCP/IP demonstration available, but they are not available inside the Cube repositories:...

I added the following checks ```cmake if(NOT EXISTS "${LwIP_SOURCE_PATH}/Filelists.cmake") message(WARNING "${MSG_PREFIX} ${LwIP_SOURCE_PATH}/Filelists.cmake file not found.") message(FATAL_ERROR "${MSG_PREFIX} Please ensure that the LwIP version is at least 2.1.0") endif() ```

I also checked the LwIP releases: https://git.savannah.nongnu.org/cgit/lwip.git/refs/tags 2.1.0 is 4 years old now. It might make more sense to ask STM whether they have plans to update the lwIP dependency...