Stephanos Ioannidis
Stephanos Ioannidis
Also just noting that the GitHub Actions runner is now on Node 16, so it would be good to update the action to use it and take advantage of the...
Likely has to do with https://github.com/zephyrproject-rtos/sdk-ng/issues/520#issuecomment-1182605066
https://github.com/zephyrproject-rtos/hal_st/pull/11 has been merged. Ready for review and merging.
Also consider installing `clang-format` and `clang-tidy` packages (note that they are not currently installed; also note that `clang-tools` package does not include these utilities).
LLVM 15 was just released yesterday (Sep. 6), target LLVM 15.
To be implemented some time in 2023 because Ubuntu 22.04 is still fairly new and there are some packages that still do not support it well.
I would strongly suggest using Kconfig for this purpose: https://github.com/zephyrproject-rtos/zephyr/blob/main/modules/Kconfig.cmsis_dsp
Do this after beta release.
Postponing this to 0.16.0 since this is more of a CI issue.
We have added the `clang-format` to the Python package requirements list so that the required version can be installed through the `pip` package manager (see https://github.com/zephyrproject-rtos/zephyr/pull/46951). For now, I will...