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.
1 parent c08f180 commit f1ed775Copy full SHA for f1ed775
adafruit_platformdetect/constants/boards.py
@@ -39,6 +39,9 @@
39
ORANGE_PI_PLUS_2E = "ORANGE_PI_PLUS_2E"
40
ORANGE_PI_2 = "ORANGE_PI_2"
41
42
+# Banana Pi boards
43
+BANANA_PI_M2_ZERO = "BANANA_PI_M2_ZERO"
44
+
45
# NVIDIA Jetson boards
46
JETSON_TX1 = "JETSON_TX1"
47
JETSON_TX2 = "JETSON_TX2"
@@ -125,6 +128,9 @@
125
128
ORANGE_PI_2,
126
129
)
127
130
131
+# BananaPI
132
+_BANANA_PI_IDS = (BANANA_PI_M2_ZERO,)
133
134
_CORAL_IDS = (CORAL_EDGE_TPU_DEV,)
135
136
_PYNQ_IDS = (PYNQ_Z1, PYNQ_Z2)
0 commit comments