Robin Mueller

Results 66 issues of Robin Mueller

Includes #26 . Ferris now has customizable eyes as well. Unfortunately, this also changes some API for the library because the eyes information needs to be passed somehow and there...

This adds the function think to the library (idea from #7) , which can be used to make Ferris think something. In the binary module, Ferris thinks by supplying the...

**Describe the bug** When using FetchContent to install Catch2 like this: ```cmake message(STATUS "Catch2 installation not found. Downloading Catch2 library with FetchContent") include(FetchContent) FetchContent_Declare( Catch2 GIT_REPOSITORY https://github.com/catchorg/Catch2.git GIT_TAG v3.0.0-preview5 )...

I have this issue for QEMU (Chapter Testing with QEMU) and BBB (Testing with the BeagleBone Black) . I am able to start the kernel but I don't get access...

I currently have problems getting the Beagle Bone Black booted with the root pointing to a `rootfs` on the SD card. I initially tried to simply copy the `ext4` rootfs...

Hello, Thanks for writing this amazing book. I have a improvement suggestion for the chapter where the `arm-cortex_a8-linux-gnueabihf` cross compiler is built. (if this was not already added in the...

Hello, The feature of nesting multiple sections into each other is really useful. Sometimes, I'd prefer something like functions though, where I can share the same code (which might include...

Hello, I think this has been an issue for many other people as well, and I think it would be nice if this is added in the code for all...

internal bug tracker
hal

1. Additional example for HAL usage with the H7 family using two cores 2. HTML ID achors for headings added 3. Some minor formatting improvements and line breaks 4. Additional...

This feature allows using the LwIP source code and OS abstraction layer provided by STM to build networking applications for STM MCUs with stm32-cmake. It uses the CMakeLists.txt already contained...