Skip to content

Commit

Permalink
test/test_targets: Exclude qmtech_rp2040_daughterboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Oct 23, 2023
1 parent 41351a8 commit 16319f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
class TestTargets(unittest.TestCase):
excluded_platforms = [
"qmtech_daughterboard", # Reason: Not a real platform.
"qmtech_rp2040_daughterboard", # Reason: Not a real platform.
"enclustra_st1", # Readon: Not a real platform.
"quicklogic_quickfeather", # Reason: No default clock.
"efinix_titanium_ti60_f225_dev_kit", # Reason: Require Efinity toolchain.
Expand Down

0 comments on commit 16319f5

Please sign in to comment.