Stephanos Ioannidis

Results 42 issues of 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

DNM
manifest
west
manifest-hal_st

### 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...

Enhancement
area: Toolchains
Meta

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.

enhancement

Re-base the Docker image onto the `ubuntu:22.04` image.

enhancement

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...

area: CI

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...

area: GDB
area: Toolchain

### 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...

enhancement
area: CI
area: Distribution Bundle

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...

enhancement
platform: macOS
area: Distribution Bundle

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....

enhancement