david-vankampen
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),  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,...
light_ws2812
### 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...
`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...
#### 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...
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...
### 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...