Skip to content

Commit 7a389e1

Browse files
committed
update package validate
1 parent ac8cacb commit 7a389e1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/scripts/validate_device_packages.sh

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ VALIDATION_TARGETS=(
4343
"device/gba:gameboy-advance"
4444

4545
# kendryte
46-
# "device/kendryte:maixbit"
46+
# riscv64 current not support at llgo
47+
# "device/kendryte"
4748

4849
# nrf
4950
"device/nrf:nrf52840,nrf51"
@@ -64,13 +65,14 @@ VALIDATION_TARGETS=(
6465
"device/sam:arduino-zero,atsamd51j19a"
6566

6667
# sifive
67-
# "device/sifive:hifive1b"
68+
# riscv32 current not support at llgo
69+
# "device/sifive"
6870

6971
# stm32 - STM32 series microcontrollers
7072
"device/stm32:stm32f4disco,nucleo-f103rb"
7173

72-
# tkey
73-
# "device/tkey:"
74+
# riscv32 current not support at llgo
75+
# "device/tkey"
7476
)
7577

7678
# Colors for output

0 commit comments

Comments
 (0)