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 ac8cacb commit 7a389e1Copy full SHA for 7a389e1
.github/scripts/validate_device_packages.sh
@@ -43,7 +43,8 @@ VALIDATION_TARGETS=(
43
"device/gba:gameboy-advance"
44
45
# kendryte
46
- # "device/kendryte:maixbit"
+ # riscv64 current not support at llgo
47
+ # "device/kendryte"
48
49
# nrf
50
"device/nrf:nrf52840,nrf51"
@@ -64,13 +65,14 @@ VALIDATION_TARGETS=(
64
65
"device/sam:arduino-zero,atsamd51j19a"
66
67
# sifive
- # "device/sifive:hifive1b"
68
+ # riscv32 current not support at llgo
69
+ # "device/sifive"
70
71
# stm32 - STM32 series microcontrollers
72
"device/stm32:stm32f4disco,nucleo-f103rb"
73
- # tkey
- # "device/tkey:"
74
75
+ # "device/tkey"
76
)
77
78
# Colors for output
0 commit comments