Skip to content

Commit 3636f97

Browse files
committed
Added SDK support to MCU query for Build All
1 parent cfd2bfc commit 3636f97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/recursive_build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,7 @@ def query_database(changes_dict):
520520
FROM SDKToDevice
521521
INNER JOIN Devices ON SDKToDevice.device_uid = Devices.uid
522522
WHERE SDKToDevice.sdk_uid = 'mikrosdk_v{sdk_version}'
523+
AND Devices.sdk_support = '1'
523524
AND SDKToDevice.device_uid NOT LIKE '%\\_%' ESCAPE '\\';
524525
""")
525526
rows = cursor.fetchall()

0 commit comments

Comments
 (0)