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/uart.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/uart.rs')
| -rw-r--r-- | tests/rp/src/bin/uart.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/rp/src/bin/uart.rs b/tests/rp/src/bin/uart.rs index 6e6e5517b..67cfa6bc8 100644 --- a/tests/rp/src/bin/uart.rs +++ b/tests/rp/src/bin/uart.rs | |||
| @@ -1,6 +1,9 @@ | |||
| 1 | #![no_std] | 1 | #![no_std] |
| 2 | #![no_main] | 2 | #![no_main] |
| 3 | #[cfg(feature = "rp2040")] | ||
| 3 | teleprobe_meta::target!(b"rpi-pico"); | 4 | teleprobe_meta::target!(b"rpi-pico"); |
| 5 | #[cfg(feature = "rp235xb")] | ||
| 6 | teleprobe_meta::target!(b"pimoroni-pico-plus-2"); | ||
| 4 | 7 | ||
| 5 | use defmt::{assert_eq, *}; | 8 | use defmt::{assert_eq, *}; |
| 6 | use embassy_executor::Spawner; | 9 | use embassy_executor::Spawner; |
