diff --git a/supported_parts.md b/supported_parts.md index 313da888c..b99b05617 100644 --- a/supported_parts.md +++ b/supported_parts.md @@ -103,6 +103,7 @@ - AD9162 - AD9166 - AD9172 +- AD9213 - AD9250 - AD9265 - AD936X (Pluto, FMComms2/3/4/5, ADRV936X) diff --git a/tasks.py b/tasks.py index fe5f1cf87..d4291aa00 100644 --- a/tasks.py +++ b/tasks.py @@ -181,6 +181,7 @@ def checkparts(c): "ad777x", "ad579x", "adaq42xx", + "ad9213", ] for c in dir(mod): if ( @@ -244,6 +245,7 @@ def checkemulation(c): "ad9152", "ad9162", "ad9166", + "ad9213", "ad9250", "ad936x", "ad937x",