Skip to content

Commit

Permalink
format codes
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterywolf committed Dec 20, 2021
1 parent 2e74967 commit 2c349cf
Show file tree
Hide file tree
Showing 270 changed files with 1,309 additions and 1,309 deletions.
2 changes: 1 addition & 1 deletion ai/TensorflowLiteMicro/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if PKG_USING_TENSORFLOWLITEMICRO
config PKG_USING_TENSORFLOWLITEMICRO_LATEST_VERSION
bool "latest"
endchoice

choice
prompt "Select Offical Example"
default PKG_USING_TENSORFLOWLITEMICRO_NO_EXAMPLE
Expand Down
22 changes: 11 additions & 11 deletions ai/nnom/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,32 +17,32 @@ if PKG_USING_NNOM

config PKG_USING_NNOM_V010
bool "v0.1.0"

config PKG_USING_NNOM_V020
bool "v0.2.0"

config PKG_USING_NNOM_V021
bool "v0.2.1"
config PKG_USING_NNOM_V030

config PKG_USING_NNOM_V030
bool "v0.3.0"

config PKG_USING_NNOM_V040
config PKG_USING_NNOM_V040
bool "v0.4.0"

config PKG_USING_NNOM_V041
config PKG_USING_NNOM_V041
bool "v0.4.1"
config PKG_USING_NNOM_V042

config PKG_USING_NNOM_V042
bool "v0.4.2"
config PKG_USING_NNOM_V043

config PKG_USING_NNOM_V043
bool "v0.4.3"

config PKG_USING_NNOM_LATEST_VERSION
bool "latest"
endchoice

config PKG_NNOM_VER
string
default "v0.1.0" if PKG_USING_NNOM_V010
Expand Down
2 changes: 1 addition & 1 deletion ai/quest/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if PKG_USING_QUEST
config PKG_USING_QUEST_LATEST_VERSION
bool "latest"
endchoice

config PKG_QUEST_VER
string
default "latest" if PKG_USING_QUEST_LATEST_VERSION
Expand Down
2 changes: 1 addition & 1 deletion iot/EmbeddedProto/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if PKG_USING_EMBEDDEDPROTO
config PKG_USING_EMBEDDEDPROTO_LATEST_VERSION
bool "latest"
endchoice

config PKG_EMBEDDEDPROTO_VER
string
default "latest" if PKG_USING_EMBEDDEDPROTO_LATEST_VERSION
Expand Down
36 changes: 18 additions & 18 deletions iot/NimBLE/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ menu "Host Stack Configuration"
default 8
help
Set Host Stack thread priority.

endif
endmenu

Expand All @@ -68,7 +68,7 @@ menu "Controller Configuration"
default y
help
Enable support for nordic controller implementations.

if PKG_NIMBLE_CTLR

config PKG_NIMBLE_CTLR_THREAD_STACK_SIZE
Expand All @@ -83,7 +83,7 @@ menu "Controller Configuration"
help
Set Controller thread priority.

choice
choice
prompt "Bluetooth device support"
default PKG_NIMBLE_BSP_NRF52
help
Expand All @@ -94,10 +94,10 @@ menu "Controller Configuration"

config PKG_NIMBLE_BSP_NRF52
bool "NRF52xxx"

config PKG_NIMBLE_BSP_NRF52840
bool "NRF52840"

endchoice

endif
Expand All @@ -115,7 +115,7 @@ menu "Bluetooth Mesh support"
that have been enabled in the stack, such as GATT support.

if PKG_NIMBLE_MESH

config PKG_NIMBLE_MESH_DEVICE_NAME
string "BLE Mesh device/node name"
default "nimble-node"
Expand All @@ -134,7 +134,7 @@ menu "Bluetooth Mesh support"
help
Set Mesh Advertising thread priority.

config PKG_NIMBLE_MESH_CFG_CLI
config PKG_NIMBLE_MESH_CFG_CLI
bool "Support for Configuration Client Model"
help
Enable support for the configuration client model.
Expand All @@ -156,24 +156,24 @@ choice
default NIMBLE_DEBUG_LEVEL_I
help
select the NIMBLE log level

config NIMBLE_DEBUG_LEVEL_O
bool "OFF"

config NIMBLE_DEBUG_LEVEL_E
bool "ERROR"

config NIMBLE_DEBUG_LEVEL_W
bool "WARING"

config NIMBLE_DEBUG_LEVEL_I
bool "INFO"

config NIMBLE_DEBUG_LEVEL_D
bool "DEBUG"

endchoice

config NIMBLE_DEBUG_LEVEL
# Virtual/hidden option
int
Expand All @@ -189,10 +189,10 @@ choice
default PKG_NIMBLE_SAMPLE_DISABLE
help
select the NimBLE samples

config PKG_NIMBLE_SAMPLE_DISABLE
bool "Not enable sample"

config PKG_NIMBLE_SAMPLE_PER_HR
bool "BLE peripheral heartrate sensor"
select NIMBT_ROLE_PERIPHERAL
Expand All @@ -216,10 +216,10 @@ choice
config PKG_NIMBLE_SAMPLE_BEACON
bool "BLE beacon sample"
select NIMBT_ROLE_BROADCASTER

config PKG_NIMBLE_SAMPLE_EXT_ADVERTISER
bool "BLE external advertiser sample"

config PKG_NIMBLE_SAMPLE_BLEMESH
bool "BLE Mesh sample"
select PKG_NIMBLE_MESH
Expand All @@ -245,7 +245,7 @@ config PKG_NIMBLE_MULTI_ADV_INSTANCES
default 0
depends on PKG_NIMBLE_ROLE_BROADCASTER
help
This is the number of multi-advertising instances. This is NOT
This is the number of multi-advertising instances. This is NOT
the total number of advertising instances. The total number of
advertising instances is this number plus 1.

Expand Down Expand Up @@ -277,7 +277,7 @@ config PKG_NIMBLE_EXT_ADV_MAX_SIZE
config PKG_USING_NIMBLE_LATEST_VERSION
bool "latest"
endchoice

config PKG_NIMBLE_VER
string
default "v1.0.0" if PKG_USING_NIMBLE_V100
Expand Down
10 changes: 5 additions & 5 deletions iot/WiFi/rw007/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if PKG_USING_RW007
prompt "version"
help
Select the wiced wifi version
default PKG_USING_RW007_V111
default PKG_USING_RW007_V111

config PKG_USING_RW007_V111
bool "v1.1.1"
Expand All @@ -28,13 +28,13 @@ if PKG_USING_RW007

config PKG_USING_RW007_V100
bool "v1.0.0"

config PKG_USING_RW007_V200
bool "v2.0.0"

config PKG_USING_RW007_V201
bool "v2.0.1"

config PKG_USING_RW007_LATEST_VERSION
bool "latest"
endchoice
Expand Down Expand Up @@ -90,7 +90,7 @@ if PKG_USING_RW007
config RW007_RST_PIN
int "RESET pin index"
default 187

endif


Expand Down
4 changes: 2 additions & 2 deletions iot/WiFi/wlan_wiced/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if PKG_USING_WLAN_WICED

config PKG_USING_WLAN_WICED_LATEST_VERSION
bool "latest"

config PKG_USING_WLAN_WICED_V101
bool "v1.0.1"

Expand All @@ -36,7 +36,7 @@ if PKG_USING_WLAN_WICED
string
default "v1.0.0"
endif

if PKG_USING_WLAN_WICED_V101
config PKG_WLAN_WICED_VER
string
Expand Down
6 changes: 3 additions & 3 deletions iot/abup_fota/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if PKG_USING_ABUP_FOTA
config ABUP_NETWORKING_MODE_HTTP
bool "HTTP"
endchoice

if ABUP_NETWORKING_MODE_COAP
config ABUP_DEFAULT_NETWORK_PROTOCOL
int
Expand All @@ -47,7 +47,7 @@ endif
config ABUP_ALGORITHM_LUSUN
bool "lusun"
endchoice

if ABUP_ALGORITHM_WOSUN
config ABUP_FOTA_ALGORITHM
int
Expand Down Expand Up @@ -160,7 +160,7 @@ endif
config PKG_USING_ABUP_FOTA_LATEST_VERSION
bool "latest"
endchoice

config PKG_ABUP_FOTA_VER
string
default "v1.0.0" if PKG_USING_ABUP_FOTA_V100
Expand Down
4 changes: 2 additions & 2 deletions iot/agile_ftp/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ if PKG_USING_AGILE_FTP
config PKG_USING_AGILE_FTP_LATEST_VERSION
bool "latest"
endchoice

config PKG_AGILE_FTP_VER
string
default "v1.0.0" if PKG_USING_AGILE_FTP_V100
default "latest" if PKG_USING_AGILE_FTP_LATEST_VERSION

config PKG_AGILE_FTP_VER_NUM
hex
default 0x10000 if PKG_USING_AGILE_FTP_V100
Expand Down
6 changes: 3 additions & 3 deletions iot/agile_modbus/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ if PKG_USING_AGILE_MODBUS

config PKG_USING_AGILE_MODBUS_V100
bool "v1.0.0"

config PKG_USING_AGILE_MODBUS_V101
bool "v1.0.1"

config PKG_USING_AGILE_MODBUS_LATEST_VERSION
bool "latest"
endchoice

config PKG_AGILE_MODBUS_VER
string
default "v1.0.0" if PKG_USING_AGILE_MODBUS_V100
default "v1.0.1" if PKG_USING_AGILE_MODBUS_V101
default "latest" if PKG_USING_AGILE_MODBUS_LATEST_VERSION

config PKG_AGILE_MODBUS_VER_NUM
hex
default 0x10000 if PKG_USING_AGILE_MODBUS_V100
Expand Down
Loading

0 comments on commit 2c349cf

Please sign in to comment.