Alexandre Abadie
Alexandre Abadie
### Contribution description As the title says. To fully match the Make dependency resolution, I had to modify the sx127x Kconfig file by removing the usage of choices. Maybe this...
### Contribution description The `cpu/cortexm_common` directory contains the Core CMSIS headers in a vendor subdirectory. The CMSIS-DSP and CMSIS-NN packages are both fetching code from the same `ARM-Software/CMSIS_5` repository. This...
This is a small PR that slightly changes the button behaviour: when the screen is on, pressing the button switches it off. This is a similar behaviour as for phones...
There's an ongoing work which goal is to add support for (all) [ST Nucleo boards](http://www.st.com/en/evaluation-tools/stm32-mcu-nucleo.html) to RIOT. The goal of this issue is to keep track of this work. For...
### Contribution description This PR slightly adapts the `makefiles/app_dirs.inc.mk` in order to declare lists of subdirectories that can contain applications. This change is applied to the `tests` directory where the...
### Contribution description This PR is probably not enough because the new trained model is stored using joblib 1.3 and is not compatible with the joblib version available in the...
Bump versions of emlearn, joblib and most important scikit-learn so that https://github.com/RIOT-OS/RIOT/pull/20347 should pass the CI
This PR fixes #593 but is still WIP. Note that this basic shelving can only be used with a script using a single python process because the futures returned by...
### Contribution description This PR proposes an API for the PDM peripheral available at least in nRF52 CPUs. An implementation is proposed for nRF and there's a configuration for the...