towen
towen
I am running into a similar issue. Msgpack-c seems to leak memory on stm32. @miaovictor did you ever find a solution?
There is a long-standing issue over on the Digilent forums regarding the Analog Discovery 2 not working correctly on raspberry pi 3. As another high-bandwidth USB2 device, I wonder if...
Apparently the PCIe card is a [60GHz WiGig card from Intel](https://www.intel.co.uk/content/www/uk/en/products/docs/wireless-products/wigig-overview.html), so probably it is Intel who need to provide a kernel module for Linux for it to work, so...
+1 waiting on this - I am using the native_posix SocketCAN driver and would like to test zephyr-to-zephyr CAN comms in CI - however, the kernel in the existing image...
I managed to build for the `esp32s3_devkitm` board. The main thing I needed to do, was to move `app.overlay` to `boards/disco_l475_iot1.overlay` (it contains stuff for enabling USB console on ST...
Unfortunately though, `rclc_support_init` causes a fatal exception. I have added a printk at the beginning of main to check the code is running, and unless I return out of main...
Interesting. I have occasionally had "multiple definition of 'random()'" errors, but been unable to pin them down. Is `CONFIG_TEST_RANDOM_GENERATOR` set? Also of note, if CONFIG_MICROROS=y then NET_L2_WIFI_SHELL crashes on any...
This seems like a Zephyr bug (if I try to use rand/srand in `samples/hello_world` it still crashes) - perhaps it is to do with recent work on the random subsystem...