Stephanos Ioannidis
Stephanos Ioannidis
### Problem statement The `softprops/action-gh-release` action may fail silently or complete with the exit code 137 (when debug logging is enabled) when there are numerous large release assets: ``` ##[debug]Node...
This commit updates the ST HAL (hal_st) to pull in the fixes for the warnings observed when building with the GCC 12. Signed-off-by: Stephanos Ioannidis
### Milestone completion https://github.com/zephyrproject-rtos/sdk-ng/milestone/12 ### After RC1 (two weeks before release) - [x] Release CI Docker image containing RC1 - [x] Announce RC1 open beta - [x] Announce pending minimum...
The Docker image currently builds with LLVM 12: https://github.com/zephyrproject-rtos/docker-image/blob/e4c2d3d93c9f71dd687e375aab4fc42c3d5ca157/Dockerfile#L7 Consider upgrading to the LLVM 14 release.
Implement a CI workflow to track the differences in the binary output produced using Zephyr SDK. The workflow shall track/diff the following: * binary size (sizes of individual sections in...
Zephyr SDK bundles various libraries as part of the toolchains included in it: * libgcc * newlib * newlib-nano * picolibc (to be included; PR #287) * libstdc++ The Zephyr...
### Problem Currently, the toolchain list is hard-coded in the distribution bundle setup script. The distribution bundle script assumes that, if not all toolchain directories are locally available, the current...
macOS allows single executable to contain the images for multiple architectures (i.e. x86_64 and AArch64) -- this is known as a "universal binary." Evaluate the feasibility of creating a Zephyr...
Include `clang-format` and `clang-tidy` linter in the Zephyr SDK because: 1. The distro-provided clang version may be outdated and not contain all the features required by the Zephyr linter configurations....