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

Zephyr SDK (Toolchains, Development Tools)

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

The current Zephyr SDK Linux CI build environment is based on Ubuntu 18.04 in order to ensure that the Linux Zephyr SDK binaries remain compatible with Ubuntu 18.04 and other...

enhancement
area: CI

Zephyr SDK's Python scripting-enabled GDB currently links against libpython3.8. https://github.com/zephyrproject-rtos/sdk-ng/blob/2d488e6bef4bc258c0061f12d33ac083acd9ae1d/.github/workflows/ci.yml#L716-L718 Since [Zephyr is updating the minimum Python version requirement to 3.10](https://github.com/zephyrproject-rtos/zephyr/pull/72142), update the Zephyr SDK gdb-py to also link against...

enhancement
area: GDB