File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
adafruit_platformdetect/constants Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 117
117
LUBANCAT2 = "LUBANCAT2"
118
118
LUBANCAT4 = "LUBANCAT4"
119
119
120
- # Luckfox Pico boards
121
- LUCKFOX_PICO_MAX = "LUCKFOX_PICO_MAX"
122
-
123
120
# Various Raspberry Pi models
124
121
RASPBERRY_PI_B_REV1 = "RASPBERRY_PI_B_REV1"
125
122
RASPBERRY_PI_B_REV2 = "RASPBERRY_PI_B_REV2"
229
226
230
227
_KHADAS_40_PIN_IDS = (KHADAS_VIM3 ,)
231
228
229
+ # Luckfox Pico boards
230
+ LUCKFOX_PICO_MAX = "LUCKFOX_PICO_MAX"
231
+
232
232
# Asus Tinkerboard
233
233
_ASUS_TINKER_BOARD_IDS = (
234
234
ASUS_TINKER_BOARD ,
299
299
LUBANCAT4 ,
300
300
)
301
301
302
- # Luckfox
303
- _LUCKFOX_IDS = (
304
- LUCKFOX_PICO_MAX ,
305
- )
306
-
307
302
# Coral boards
308
303
_CORAL_IDS = (CORAL_EDGE_TPU_DEV , CORAL_EDGE_TPU_DEV_MINI )
309
304
588
583
)
589
584
590
585
_MILKV_IDS_ = (MILKV_DUO ,)
586
+
587
+ # Luckfox
588
+ _LUCKFOX_IDS = (LUCKFOX_PICO_MAX ,)
You can’t perform that action at this time.
0 commit comments