sdk-ng icon indicating copy to clipboard operation
sdk-ng copied to clipboard

Zephyr SDK (Toolchains, Development Tools)

Results 65 sdk-ng issues
Sort by recently updated
recently updated
newest added

Support loading of host tools as part of Zephyr-sdk. This allows users of Zephyr SDK to do: `find_package(Zephyr-sdk COMPONENTS HostTools)` instead of having to do something like: `find_package(Zephyr-sdk COMPONENTS HostTools)`...

DNM

Warn users if HOST_TOOLS_HOME is missing in a Zephyr SDK installation as this indicates an incomplete installation. Signed-off-by: Torsten Rasmussen

DNM

This takes advantage of a PR I posted to the zephyr crosstool-ng project which changes picolibc into a companion library, allowing it to be added to any existing build without...

area: GCC
area: crosstool-ng

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

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

enhancement
area: GDB
area: Toolchain

NOTE: this PR for test only - we use local fork of zephyrproject-rtos/gcc with changes which haven't picked yet to zephyrproject-rtos repos.

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

macOS, by default, sets the quarantine attribute (`com.apple.quarantine`) to the files downloaded from the web, and the Gatekeeper displays an annoying warning message whenever the SDK executables are launched: ![image](https://user-images.githubusercontent.com/11345418/172881774-dbe3f7ce-65ae-4453-85c0-31bbaf073270.png)...

enhancement
platform: macOS
area: Distribution Bundle