david-vankampen

Results 10 issues of david-vankampen

https://github.com/RIOT-OS/RIOT/blob/bafb7d53c5b387d79f391b26be947233887361d8/sys/log/log_color/log_module.h#L80 per[ ISO/IEC 9899, Section 7.1.3](https://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf), ![image](https://user-images.githubusercontent.com/50915440/179765285-502723f2-51d5-4189-846a-c90b88065482.png) variables that begin with a single underscore and a lower case letter are reserved by the language for file scope use.

#### Description The command `make compile-commands` does not integrate source code from external repositories pulled in via the `pkg` mechanism. #### Steps to reproduce the issue ```bash cd tests/pkg_u8g2/ make...

### Contribution description added optional RS485 module to uart periph, to leverage DE pin capabilities ### Testing procedure Updated a board that has a UART with the optional extra data,...

Platform: ARM
Area: tests
Area: drivers
CI: ready for build
Area: boards
Area: cpu
State: stale
Area: Kconfig

### Contribution description Adding 3rd party lib reference of light_ws2812, and example that leverages it ### Testing procedure if you hook up a ws2811 or ws2812 LED array to the...

Area: doc
Area: build system
Area: pkg
Area: drivers
Area: examples

`current_sense/hardware_specific/esp32/esp32_mcu.cpp` line 71 defines `uint32_t raw_adc;` local to the method but it is never referenced, resulting in a build failure for an undefined variable. Commenting that line allows the build...

bug

#### Description Cannot build using the `compile-commands` directive within docker. #### Steps to reproduce the issue ``` cd examples/hello-world/ make compile-commands BUILD_IN_DOCKER=1 ``` #### Expected results i would expect it...

Its already noted in test_lazy.py's `test_invalid_endpoint`, but having an incorrect number of tests reported by pytest's `--collect-only` argument, and an incorrect progress percentage being reported, makes it very difficult to...

Priority: Medium
Difficulty: Hard
UX: Reporting
Python: Pytest

Currently the options are only available on the command line (and thus must be provided every time). If support were added to read these settings from a pytest.ini file, the...

This will allow the explicit omission of the --filter argument in the case of git servers that do not support filtering (reduces warnings on output) ### Contribution description If you...

Area: build system
Area: pkg

### Contribution description Following the patterns set by `EXTERNAL_BOARD_DIRS`, establish an optional `EXTERNAL_CPU_DIRS` parameter. This allows CPU definitions to reside outside the RIOT code tree. This change also commonizes the...

Platform: ARM
Area: doc
Area: build system
Type: new feature
Area: drivers
CI: ready for build
Area: tools
Area: boards
Platform: ESP
Platform: RISC-V
Area: cpu
Area: Kconfig
State: needs rebase