zephyr/submanifests
David Brown b33a1a8775 modules: optional: Bring in release fixes for Rust
This update fixes a few things that are breaking CI:

- Rust 1.85 changes the type of `core::ffi::c_char` to match the native
  platform. On some platforms, this causes a compile error in printk.  Fix
  this by using the `c_char` type directly instead of assuming it is either
  signed or unsigned

- Disable RiscV SMP targest in the samples and tests.  These haven't been
  a focus, an appear to have locking problems causing various deadlocks and
  test failures.

Signed-off-by: David Brown <david.brown@linaro.org>
2025-02-26 15:05:06 +01:00
..
example.yaml.sample
optional.yaml modules: optional: Bring in release fixes for Rust 2025-02-26 15:05:06 +01:00
README.txt

This directory can contain additional west manifest files. Any files
in this directory will be included in the main west.yml file sorted by
filename.

See example.yaml.sample for an example.

For more details about how this works, see this part of the west
documentation:

https://docs.zephyrproject.org/latest/guides/west/manifest.html#example-2-2-downstream-with-directory-of-manifest-files