From 313328c09a52ba6f8f30105a3a9f98a76a5aef69 Mon Sep 17 00:00:00 2001 From: Sebastian Quilitz Date: Fri, 28 Mar 2025 22:54:13 +0100 Subject: embassy-rp: add multicore test for SpinlockRawMutex --- ci.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'ci.sh') diff --git a/ci.sh b/ci.sh index 5b63c507b..39dd76b74 100755 --- a/ci.sh +++ b/ci.sh @@ -338,6 +338,7 @@ rm out/tests/stm32u5a5zj/usart # As of 2025-02-17 these tests work when run from flash rm out/tests/pimoroni-pico-plus-2/multicore rm out/tests/pimoroni-pico-plus-2/gpio_multicore +rm out/tests/pimoroni-pico-plus-2/spinlock_mutex_multicore # Doesn't work when run from ram on the 2350 rm out/tests/pimoroni-pico-plus-2/flash # This test passes locally but fails on the HIL, no idea why -- cgit