Stephen Street

Results 9 issues of Stephen Street

This PR Fixes #1642 Runtime for C11 atomics missing. The file pico_atomic.c implements the required functions for the read/modify/write function of atomic variables with sizes of 1, 2, 4 and...

clib-interface

The Pico-SDK does not provide an implementation of standard C11 atomic functions, this makes implementing multi-core algorithms more complicated and error prone while decreasing software potability from Cotrex-M3/4/7 code bases....

I'm trying to chroot into a ARM64 tree setup on AMD64 system, the command: ``` fakeroot fakechroot -d /usr/aarch64-linux-gnu chroot $PWD/arm64 /usr/sbin/chroot.fakechroot: 1: /usr/bin/seq: Permission denied /usr/sbin/chroot.fakechroot: 1: /usr/bin/seq: Permission...

This PR tries to resurrect PR #988 for Rolling to enable OpenEmbedded SDK cross-compilation. These changes allow [demos](https://github.com/ros2/demos), [examples](https://github.com/ros2/examples) and [examples_interfaces](https://github.com/ros2/example_interfaces) packages to be built using the resulting SDK. To...

This PR add various Raspberry Pi5 configurations.

Changes are mostly Yocto build paths errors.

This PR adds the following environment variable when the SDK is setup: PYTHON_SOABI required to avoid setup failures with python packages PYTHON3_NUMPY_INCLUDE_DIR required to using python opencv binding PYTHONWARNINGS to...

**{common} Add native sdk class extentions** This looks like the correct, simple solution for now. In the longer term, we may want to replace this with a variable in ros-distro.inc...