We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b8c8cd + 71f4397 commit 5fe73c7Copy full SHA for 5fe73c7
adafruit_platformdetect/constants/boards.py
@@ -79,6 +79,7 @@
79
RASPBERRY_PI_CM3_PLUS = "RASPBERRY_PI_CM3_PLUS"
80
RASPBERRY_PI_4B = "RASPBERRY_PI_4B"
81
RASPBERRY_PI_AVNET_IIOT_GW = "RASPBERY_PI_AVNET_IIOT_GW"
82
+RASPBERRY_PI_400 = "RASPBERRY_PI_400"
83
84
ODROID_C1 = "ODROID_C1"
85
ODROID_C1_PLUS = "ODROID_C1_PLUS"
@@ -197,6 +198,7 @@
197
198
RASPBERRY_PI_3A_PLUS,
199
RASPBERRY_PI_4B,
200
RASPBERRY_PI_AVNET_IIOT_GW,
201
+ RASPBERRY_PI_400,
202
)
203
204
_RASPBERRY_PI_CM_IDS = (RASPBERRY_PI_CM1, RASPBERRY_PI_CM3, RASPBERRY_PI_CM3_PLUS)
@@ -393,6 +395,7 @@
393
395
"1c03112",
394
396
"2c03112",
397
),
398
+ RASPBERRY_PI_400: ("c03130",),
399
}
400
401
# Onion omega boards
0 commit comments