tests/ports/rp2: Add rp2-specific tests with a test for rp2.DMA.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2024-01-18 16:36:22 +11:00
parent 7bbcee3cf0
commit 50b809c8e8
3 changed files with 107 additions and 1 deletions

View File

@@ -1040,7 +1040,7 @@ the last matching regex is used:
elif args.target in ("renesas-ra"):
test_dirs += ("float", "inlineasm", "ports/renesas-ra")
elif args.target == "rp2":
test_dirs += ("float", "stress", "inlineasm", "thread")
test_dirs += ("float", "stress", "inlineasm", "thread", "ports/rp2")
elif args.target in ("esp8266", "esp32", "minimal", "nrf"):
test_dirs += ("float",)
elif args.target == "wipy":