diff options
| author | Dario Nieuwenhuis <[email protected]> | 2025-02-19 14:48:01 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-02-19 14:48:01 +0100 |
| commit | fcee67a0d2e561a60a9b97df6d06fca02323efee (patch) | |
| tree | 7210f06e7451d814b10dd327b9a987031351f300 /tests/rp/src/bin/spi_async.rs | |
| parent | f3b98a8748ad5ef7761dccb2e935cecea9e1e707 (diff) | |
| parent | 28e2789aeb4576fefae7acbd20c82dcffb92cf01 (diff) | |
Merge pull request #3901 from CBJamo/rp23_testing
Inital rp23 ci tests
Diffstat (limited to 'tests/rp/src/bin/spi_async.rs')
| -rw-r--r-- | tests/rp/src/bin/spi_async.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/rp/src/bin/spi_async.rs b/tests/rp/src/bin/spi_async.rs index efdc80b53..e50667435 100644 --- a/tests/rp/src/bin/spi_async.rs +++ b/tests/rp/src/bin/spi_async.rs | |||
| @@ -3,7 +3,10 @@ | |||
| 3 | //! | 3 | //! |
| 4 | #![no_std] | 4 | #![no_std] |
| 5 | #![no_main] | 5 | #![no_main] |
| 6 | #[cfg(feature = "rp2040")] | ||
| 6 | teleprobe_meta::target!(b"rpi-pico"); | 7 | teleprobe_meta::target!(b"rpi-pico"); |
| 8 | #[cfg(feature = "rp235xb")] | ||
| 9 | teleprobe_meta::target!(b"pimoroni-pico-plus-2"); | ||
| 7 | 10 | ||
| 8 | use defmt::{assert_eq, *}; | 11 | use defmt::{assert_eq, *}; |
| 9 | use embassy_executor::Spawner; | 12 | use embassy_executor::Spawner; |
