Pieter De Gendt

Results 27 issues of Pieter De Gendt

Updating the python package `protobuf` to v4.21.0 results in a build error for the simple example: ``` /home/pdgendt/dev/nanopb/examples/simple$ make ../../generator/protoc --nanopb_out=. simple.proto Traceback (most recent call last): File "/home/pdgendt/dev/nanopb/generator/nanopb_generator.py", line...

**Describe the bug** Building with `BUILD_SHARED_LIBS=ON` does not install libraries to the target. **To Reproduce** Build [openthread/ot-br-posix](https://github.com/openthread/ot-br-posix) with `-DBUILD_SHARED_LIBS=ON` **Expected behavior** All required shared library (.so) files should be installed...

question
comp: build

Introduce a backend for the Shell subsystem using a RPMsg endpoint. This is useful for tooling & testing a remote processor from linux. To test enable the following options: ```c...

**Is your feature request related to a problem? Please describe.** When using out-of-tree applications, I would like to add optional projects from the application's manifest file. For example, I use...

Partial imports

### Did you check the docs? - [X] I have read all the docs. ### Is your feature request related to a problem? Please describe. Opening a `Neotree git_status` when...

enhancement

Adding a new git tag does not force a re-configure if cmake variables with `git_get_exact_tag` ``` cmake git_get_exact_tag(GIT_TAG) if(NOT GIT_TAG) set(GIT_TAG "") endif() configure_file(${CMAKE_CURRENT_SOURCE_DIR}/gitinfo.cpp.in ${CMAKE_CURRENT_BINARY_DIR}/gitinfo.cpp) ``` Some files: `gitinfo.h` ```...

bug
help-wanted

Demonstrate `DEVICE_API` usage for `sensor_driver_api` and `blink_driver_api`. Upstream PR https://github.com/zephyrproject-rtos/zephyr/pull/71773

DNM

Hi, is it possible to send a `cancel` response from the target device that stops the uploading process? Currently if a reject is done (with any error code), the uploader...

The following has a comment after a variable assignment: ```make var := sometext # comment ``` `InspectTree`:

Add a new compliance check that reports any clang-format issues on the git diff. See [the test PR](https://github.com/zephyrproject-rtos/zephyr/pull/75117/files) on how these are reported.

area: Coding Guidelines
area: Continuous Integration