Update boards.py

This commit is contained in:
lugamodder 2024-05-08 23:51:54 +03:00 committed by GitHub
parent 12e70d7036
commit 16bf0c47d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -117,9 +117,6 @@ LUBANCAT1 = "LUBANCAT1"
LUBANCAT2 = "LUBANCAT2"
LUBANCAT4 = "LUBANCAT4"
# Luckfox Pico boards
LUCKFOX_PICO_MAX = "LUCKFOX_PICO_MAX"
# Various Raspberry Pi models
RASPBERRY_PI_B_REV1 = "RASPBERRY_PI_B_REV1"
RASPBERRY_PI_B_REV2 = "RASPBERRY_PI_B_REV2"
@ -229,6 +226,9 @@ KHADAS_VIM3 = "KHADAS_VIM3"
_KHADAS_40_PIN_IDS = (KHADAS_VIM3,)
# Luckfox Pico boards
LUCKFOX_PICO_MAX = "LUCKFOX_PICO_MAX"
# Asus Tinkerboard
_ASUS_TINKER_BOARD_IDS = (
ASUS_TINKER_BOARD,
@ -299,11 +299,6 @@ _LUBANCAT_IDS = (
LUBANCAT4,
)
# Luckfox
_LUCKFOX_IDS = (
LUCKFOX_PICO_MAX,
)
# Coral boards
_CORAL_IDS = (CORAL_EDGE_TPU_DEV, CORAL_EDGE_TPU_DEV_MINI)
@ -588,3 +583,6 @@ _REPKA_PI_IDS = (
)
_MILKV_IDS_ = (MILKV_DUO,)
# Luckfox
_LUCKFOX_IDS = (LUCKFOX_PICO_MAX,)