Browse Source
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>pull/86378/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue