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 784a29d commit 656a443Copy full SHA for 656a443
1 file changed
peripherals/tm1668/Kconfig
@@ -17,14 +17,18 @@ if PKG_USING_TM1668
17
help
18
Select the package version
19
20
- config PKG_USING_TM1668_LATEST_VERSION
21
- bool "latest"
22
- endchoice
+ config PKG_USING_TM1668_V100
+ bool "v1.0.0"
+
23
+ config PKG_USING_TM1668_LATEST_VERSION
24
+ bool "latest"
25
+endchoice
26
27
config PKG_TM1668_VER
28
string
29
+ default "v1.0.0" if PKG_USING_TM1668_V100
30
default "latest" if PKG_USING_TM1668_LATEST_VERSION
-
31
32
config TM1668_STB_PIN_NAME
33
string "TM1668 STB pin name"
34
default "PB.12"
0 commit comments