-
**Describe the bug**
From the documentation at https://docs.zephyrproject.org/latest/boards/espressif/esp32c3_devkitm/doc/index.html#debugging , it should be possible to configure a Espressif-speci…
ajf58 updated
4 months ago
-
## Origin
JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into…
-
Parent Issue: #76
The list below are files that have been released in the past by BES. These files are largely similar to those previous releases but include changes that have not been explicitly …
-
**Describe the bug**
Building the sample **cpp**/hello_world fails for the Espressif board `esp32_devkitc_wroom/esp32/procpu`.
The failure is in the linkage stage - see build output below.
Most of…
-
I've been using NETMF with STM32F4 chips for some time now. Recently my employer started designing boards with STM32F7 chips. Naturally I need to be able to support them, or ditch NETMF.
Can some…
-
**Describe the bug**
When sending Bluetooth L2CAP messages over a dynamic channel (with `bt_l2cap_chan_send()`), the callback closure in the `net_buf` userdata is never initialized (unlike wi…
-
**Describe the bug**
samples/net/sockets/echo_server/ fails to build for stm32h747i_disco/stm32h747xx/m7
**To Reproduce**
Steps to reproduce the behavior:
1. twister -p stm32h747i_disco/stm32h7…
-
Continuing from investigation in #48:
>After reading a lot into FreeRTOS, we could actually port the existing bare SDK application to run on FreeRTOS and have the same functionality... i.e. still c…
-
**Describe the bug**
Currently, in Twister, there is a flag `--disable-unrecognized-section-test`. It supposed to work like this: if the flag is enabled, the test is disabled and tests with unrecogni…
-
**Describe the bug**
After investigating UDP over subg on beagleconnect freedom (https://github.com/zephyrproject-rtos/zephyr/issues/68674), I have moved to testing TCP. However, I cannot seem to get…