This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from d1fababfc5 arch/xtensa: esp32(s3)_async_op() using nxsem_wait(),
threads may return early due to signal interruption (EINTR). This makes the
main thread think the async operation is done, but the background worker thread
is still running—risking access to freed memory, race conditions, crashes or
undefined behavior.
new 983c832572 ci/platforms/linux.sh: bump Xtensa ESP32|S2|S3 toolchain
new 26c36f243a ci/platforms/ubuntu.sh: bump Xtensa ESP32|S2|S3 toolchain
new 47c6ed0b23 ci/platforms/msys2.sh: bump Xtensa ESP32|S2|S3 toolchain
new 5b3c5ac667 ci/platforms/darwin.sh: bump Xtensa ESP32|S2|S3 toolchain
new be0057c928 ci/platforms/darwin_arm64.sh: bump Xtensa ESP32|S2|S3
toolchain
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
tools/ci/platforms/darwin.sh | 48 ++++++--------------------------------
tools/ci/platforms/darwin_arm64.sh | 48 ++++++--------------------------------
tools/ci/platforms/linux.sh | 48 ++++++--------------------------------
tools/ci/platforms/msys2.sh | 44 +++++-----------------------------
tools/ci/platforms/ubuntu.sh | 48 ++++++--------------------------------
5 files changed, 34 insertions(+), 202 deletions(-)