Robin Mueller
Robin Mueller
I have not seen this directive anywhere as part of the toolchain file. Documentation can be found [here](https://cmake.org/cmake/help/latest/variable/CMAKE_SYSROOT.html) . I still want to check/test some more things, so marked WIP
If no configuration is provided via environment/argument/upper CMakeList.txt, default paths will be set. However, it is not checked whether these paths/directories actually exist. It would be a good idea to...
lwIP is supplied as part of some Cube repositories, e.g. for the H7. I think it would be a nice feature if one could use the lwIP contained inside that...
Hello, Hugo version: hugo v0.91.2+extended linux/amd64 BuildDate=2021-12-23T20:50:11Z OS: Ubuntu 21.04 Pygments and Python3 are installed. I have issue with problematic syntax highlighting right now. My `config.toml` looks like this: ```toml...
Hi, Just a small improvement suggestion: What do you think about changing the default color for strings:  The dark blue is hard to read in dark modes and I...
Some preparation to allow variable sized DMA transfers as specified in https://github.com/stm32-rs/stm32f3xx-hal/issues/325 . I did not have to change anything in the `serial_dma` example, but this is unfortunately still a...
Hello, I think this question might also be suited in a forum post. I am using a STM32F3-Disco in my current project so I thought that I can also ask...
Hi! I am looking for a generic file system abstraction which can possible be re-used with something like https://github.com/littlefs-project/littlefs / https://docs.rs/littlefs/latest/littlefs/ . My goal was to write components which depend...
See the issue I posted in [neotest-rust](https://github.com/rouge8/neotest-rust/issues/73) . I am not fully sure whether this is a neotest-rust problem or a general neotest problem, but others have had this issue...