Skip to content

Changes required for SDK 0.18 for testing using SDK 0.17 #93042

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

keith-packard
Copy link
Collaborator

This is the collab-sdk-dev series rebased to a recent main revision and then adapted so that it "should" build using SDK 0.17.

keith-packard and others added 3 commits July 10, 2025 10:49
Disable the default startup file with -nostartfiles.

Signed-off-by: Keith Packard <keithp@keithp.com>
Zephyr replaces the toolchain version of stdint.h to define uint32_t and
int32_t as int rather than long. This breaks the ARM MVE intrinics which
require uint32_t to be defined as unsigned long.

Define 'ZEPHYR_USE_TOOLCHAIN_STDINT_H_' as that causes zephyr_stdint.h to
be skipped, ensuring that the normal stdint.h types are used instead.

Signed-off-by: Keith Packard <keithp@keithp.com>
Many tests failing for RX, exclude those until the arch stablizes.

See zephyrproject-rtos#89839

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Copy link

github-actions bot commented Jul 11, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff

All manifest checks OK

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@keith-packard keith-packard force-pushed the collab-sdk-dev branch 2 times, most recently from 763b2da to d64055d Compare July 12, 2025 02:57
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: C Library C Standard Library area: C++ area: CMSIS-DSP area: X86 x86 Architecture (32-bit)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants