From a1ebe1c5aece6d05510915845354b40f7f1b5ecb Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Wed, 2 Mar 2022 16:34:33 -0500 Subject: [PATCH] format Kconfig --- .../ez_iot_os/components/FlashDB/Kconfig | 2 +- .../ez_iot_os/components/cJSON/Kconfig | 2 +- .../ez_iot_os/components/ezconn/Kconfig | 2 +- .../ez_iot_os/components/ezlist/Kconfig | 2 +- .../ez_iot_os/components/ezlog/Kconfig | 2 +- .../ez_iot_os/components/eztimer/Kconfig | 2 +- .../ez_iot_os/components/ezutil/Kconfig | 2 +- .../ez_iot_os/components/ezutil/misc/Kconfig | 2 +- .../ez_iot_os/components/ezutil/s2j/Kconfig | 2 +- .../ez_iot_os/components/ezutil/uuid/Kconfig | 2 +- .../ez_iot_os/components/ezxml/Kconfig | 2 +- .../ez_iot_os/components/http_server/Kconfig | 2 +- .../ez_iot_os/components/mbedtls/Kconfig | 2 +- .../ez_iot_os/components/mqtt/Kconfig | 2 +- .../ez_iot_os/components/utest/Kconfig | 2 +- .../ez_iot_os/components/webclient/Kconfig | 2 +- iot/iot_cloud/ez_iot_os/examples/Kconfig | 2 +- .../ez_iot_os/eziot/ez_iot_bm/Kconfig | 2 +- .../ez_iot_os/eziot/ez_iot_bm/model/Kconfig | 2 +- .../ez_iot_os/eziot/ez_iot_bm/ota/Kconfig | 4 ++-- .../ez_iot_os/eziot/ez_iot_bm/shadow/Kconfig | 4 ++-- .../ez_iot_os/eziot/ez_iot_bm/tsl/Kconfig | 2 +- .../ez_iot_os/eziot/ez_iot_core/Kconfig | 2 +- .../ez_iot_os/platform/bsp/rt-thread/Kconfig | 2 +- iot/iot_cloud/ez_iot_os/unit_test/Kconfig | 2 +- iot/llsync_sdk_adapter/Kconfig | 2 +- misc/MFBD/Kconfig | 4 ++-- peripherals/cw2015/Kconfig | 2 +- peripherals/multi_infrared/Kconfig | 4 ++-- peripherals/rs232/Kconfig | 4 ++-- peripherals/touch/xpt2046/Kconfig | 10 +++++----- system/POSIX/itoa/Kconfig | 2 +- system/POSIX/strings/Kconfig | 2 +- system/TinyUSB/Kconfig | 18 +++++++++--------- tools/SEGGER_RTT/Kconfig | 6 +++--- 35 files changed, 54 insertions(+), 54 deletions(-) diff --git a/iot/iot_cloud/ez_iot_os/components/FlashDB/Kconfig b/iot/iot_cloud/ez_iot_os/components/FlashDB/Kconfig index 489ab70280..b51921c833 100644 --- a/iot/iot_cloud/ez_iot_os/components/FlashDB/Kconfig +++ b/iot/iot_cloud/ez_iot_os/components/FlashDB/Kconfig @@ -51,4 +51,4 @@ config EZIOT_COMPONENT_FLASHDB_BIG_ENDIAN config EZIOT_COMPONENT_FLASHDB_DEBUG_ENABLE bool "print debug information" default n - depends on EZIOT_COMPONENT_FLASHDB_ENABLE \ No newline at end of file + depends on EZIOT_COMPONENT_FLASHDB_ENABLE diff --git a/iot/iot_cloud/ez_iot_os/components/cJSON/Kconfig b/iot/iot_cloud/ez_iot_os/components/cJSON/Kconfig index f7e922d4e3..d9ca875cbc 100644 --- a/iot/iot_cloud/ez_iot_os/components/cJSON/Kconfig +++ b/iot/iot_cloud/ez_iot_os/components/cJSON/Kconfig @@ -1,3 +1,3 @@ menuconfig EZIOT_COMPONENT_CJSON_ENABLE bool "Enable cJSON" - default y \ No newline at end of file + default y diff --git a/iot/iot_cloud/ez_iot_os/components/ezconn/Kconfig b/iot/iot_cloud/ez_iot_os/components/ezconn/Kconfig index 8271dd6601..ea7dbc2abb 100644 --- a/iot/iot_cloud/ez_iot_os/components/ezconn/Kconfig +++ b/iot/iot_cloud/ez_iot_os/components/ezconn/Kconfig @@ -5,4 +5,4 @@ menuconfig EZIOT_COMPONENT_EZCONN_ENABLE config EZIOT_COMPONENT_EZCONN_HTTPD_STACK_SIZE int "Stack size of httpd server used by distribute" default 8192 - depends on EZIOT_COMPONENT_EZCONN_ENABLE \ No newline at end of file + depends on EZIOT_COMPONENT_EZCONN_ENABLE diff --git a/iot/iot_cloud/ez_iot_os/components/ezlist/Kconfig b/iot/iot_cloud/ez_iot_os/components/ezlist/Kconfig index f997f83258..e4df624713 100644 --- a/iot/iot_cloud/ez_iot_os/components/ezlist/Kconfig +++ b/iot/iot_cloud/ez_iot_os/components/ezlist/Kconfig @@ -1,3 +1,3 @@ menuconfig EZIOT_COMPONENT_EZLIST_ENABLE bool "Enable ezlist" - default y \ No newline at end of file + default y diff --git a/iot/iot_cloud/ez_iot_os/components/ezlog/Kconfig b/iot/iot_cloud/ez_iot_os/components/ezlog/Kconfig index f5fb450311..ea5dd197ae 100644 --- a/iot/iot_cloud/ez_iot_os/components/ezlog/Kconfig +++ b/iot/iot_cloud/ez_iot_os/components/ezlog/Kconfig @@ -86,4 +86,4 @@ config EZIOT_COMPONENT_EZLOG_ASYNC_OUTPUT_USING_PTHREAD config EZIOT_COMPONENT_EZLOG_BUF_OUTPUT_ENABLE bool "Enable buffered output mode" default n - depends on EZIOT_COMPONENT_EZLOG_ENABLE \ No newline at end of file + depends on EZIOT_COMPONENT_EZLOG_ENABLE diff --git a/iot/iot_cloud/ez_iot_os/components/eztimer/Kconfig b/iot/iot_cloud/ez_iot_os/components/eztimer/Kconfig index a2b3b69f9b..ceef9bc4fb 100644 --- a/iot/iot_cloud/ez_iot_os/components/eztimer/Kconfig +++ b/iot/iot_cloud/ez_iot_os/components/eztimer/Kconfig @@ -5,4 +5,4 @@ menuconfig EZIOT_COMPONENT_EZTIMER_ENABLE config EZIOT_CONPONENT_TIMER_TASK_STACK_SIZE int "Stack size of timer task" default 4096 - depends on EZIOT_COMPONENT_EZTIMER_ENABLE \ No newline at end of file + depends on EZIOT_COMPONENT_EZTIMER_ENABLE diff --git a/iot/iot_cloud/ez_iot_os/components/ezutil/Kconfig b/iot/iot_cloud/ez_iot_os/components/ezutil/Kconfig index 731824eb79..82a598724c 100644 --- a/iot/iot_cloud/ez_iot_os/components/ezutil/Kconfig +++ b/iot/iot_cloud/ez_iot_os/components/ezutil/Kconfig @@ -1 +1 @@ -source "${EZOS_PATH}/components/ezutil/*/Kconfig" \ No newline at end of file +source "${EZOS_PATH}/components/ezutil/*/Kconfig" diff --git a/iot/iot_cloud/ez_iot_os/components/ezutil/misc/Kconfig b/iot/iot_cloud/ez_iot_os/components/ezutil/misc/Kconfig index 5a1a61cfbe..cdd79212d1 100644 --- a/iot/iot_cloud/ez_iot_os/components/ezutil/misc/Kconfig +++ b/iot/iot_cloud/ez_iot_os/components/ezutil/misc/Kconfig @@ -1,3 +1,3 @@ menuconfig EZIOT_COMPONENT_EZUTIL_MISC_ENABLE bool "Enable ezutil misc" - default y \ No newline at end of file + default y diff --git a/iot/iot_cloud/ez_iot_os/components/ezutil/s2j/Kconfig b/iot/iot_cloud/ez_iot_os/components/ezutil/s2j/Kconfig index 210b48a06e..622b954bcc 100644 --- a/iot/iot_cloud/ez_iot_os/components/ezutil/s2j/Kconfig +++ b/iot/iot_cloud/ez_iot_os/components/ezutil/s2j/Kconfig @@ -1,4 +1,4 @@ menuconfig EZIOT_COMPONENT_EZUTIL_S2J_ENABLE bool "Enable ezutil s2j" - default y \ No newline at end of file + default y diff --git a/iot/iot_cloud/ez_iot_os/components/ezutil/uuid/Kconfig b/iot/iot_cloud/ez_iot_os/components/ezutil/uuid/Kconfig index d560ecb048..f23e802492 100644 --- a/iot/iot_cloud/ez_iot_os/components/ezutil/uuid/Kconfig +++ b/iot/iot_cloud/ez_iot_os/components/ezutil/uuid/Kconfig @@ -1,3 +1,3 @@ menuconfig EZIOT_COMPONENT_EZUTIL_UUID_ENABLE bool "Enable ezutil uuid" - default y \ No newline at end of file + default y diff --git a/iot/iot_cloud/ez_iot_os/components/ezxml/Kconfig b/iot/iot_cloud/ez_iot_os/components/ezxml/Kconfig index fdf3e45700..577897bd36 100644 --- a/iot/iot_cloud/ez_iot_os/components/ezxml/Kconfig +++ b/iot/iot_cloud/ez_iot_os/components/ezxml/Kconfig @@ -1,3 +1,3 @@ menuconfig EZIOT_COMPONENT_EZXML_ENABLE bool "Enable ezxml" - default y \ No newline at end of file + default y diff --git a/iot/iot_cloud/ez_iot_os/components/http_server/Kconfig b/iot/iot_cloud/ez_iot_os/components/http_server/Kconfig index 241d069599..3797ef805b 100644 --- a/iot/iot_cloud/ez_iot_os/components/http_server/Kconfig +++ b/iot/iot_cloud/ez_iot_os/components/http_server/Kconfig @@ -1,4 +1,4 @@ menuconfig EZIOT_COMPONENT_EZHTTPD_ENABLE bool "Enable http_server" - default y \ No newline at end of file + default y diff --git a/iot/iot_cloud/ez_iot_os/components/mbedtls/Kconfig b/iot/iot_cloud/ez_iot_os/components/mbedtls/Kconfig index 1fd022efad..154c8aca05 100644 --- a/iot/iot_cloud/ez_iot_os/components/mbedtls/Kconfig +++ b/iot/iot_cloud/ez_iot_os/components/mbedtls/Kconfig @@ -1,4 +1,4 @@ menuconfig EZIOT_COMPONENT_MBEDTLS_ENABLE bool "Enable mbedtls" - default y \ No newline at end of file + default y diff --git a/iot/iot_cloud/ez_iot_os/components/mqtt/Kconfig b/iot/iot_cloud/ez_iot_os/components/mqtt/Kconfig index 0d4992231c..2283a31a66 100644 --- a/iot/iot_cloud/ez_iot_os/components/mqtt/Kconfig +++ b/iot/iot_cloud/ez_iot_os/components/mqtt/Kconfig @@ -1,3 +1,3 @@ menuconfig EZIOT_COMPONENT_MQTT_ENABLE bool "Enable mqtt client" - default y \ No newline at end of file + default y diff --git a/iot/iot_cloud/ez_iot_os/components/utest/Kconfig b/iot/iot_cloud/ez_iot_os/components/utest/Kconfig index 44f26cf535..3248721f00 100644 --- a/iot/iot_cloud/ez_iot_os/components/utest/Kconfig +++ b/iot/iot_cloud/ez_iot_os/components/utest/Kconfig @@ -1,3 +1,3 @@ menuconfig EZIOT_COMPONENT_UTEST_ENABLE bool "Enable utest" - default y \ No newline at end of file + default y diff --git a/iot/iot_cloud/ez_iot_os/components/webclient/Kconfig b/iot/iot_cloud/ez_iot_os/components/webclient/Kconfig index c424406220..29dfcfc109 100644 --- a/iot/iot_cloud/ez_iot_os/components/webclient/Kconfig +++ b/iot/iot_cloud/ez_iot_os/components/webclient/Kconfig @@ -1,3 +1,3 @@ menuconfig EZIOT_COMPONENT_WEBCLIENT_ENABLE bool "Enable webclient" - default y \ No newline at end of file + default y diff --git a/iot/iot_cloud/ez_iot_os/examples/Kconfig b/iot/iot_cloud/ez_iot_os/examples/Kconfig index 6a57a3b2e5..39884995e8 100644 --- a/iot/iot_cloud/ez_iot_os/examples/Kconfig +++ b/iot/iot_cloud/ez_iot_os/examples/Kconfig @@ -79,4 +79,4 @@ config EZIOT_EXAMPLES_DEV_FIRMWARE_VERSION # bool "33333" # config EZIOT_EXAMPLES_KV_USING_KVDB # bool "22222" -#endchoice \ No newline at end of file +#endchoice diff --git a/iot/iot_cloud/ez_iot_os/eziot/ez_iot_bm/Kconfig b/iot/iot_cloud/ez_iot_os/eziot/ez_iot_bm/Kconfig index 97e6ff284b..b9fbaa82a7 100644 --- a/iot/iot_cloud/ez_iot_os/eziot/ez_iot_bm/Kconfig +++ b/iot/iot_cloud/ez_iot_os/eziot/ez_iot_bm/Kconfig @@ -1 +1 @@ -source "${EZOS_PATH}/eziot/ez_iot_bm/*/Kconfig" \ No newline at end of file +source "${EZOS_PATH}/eziot/ez_iot_bm/*/Kconfig" diff --git a/iot/iot_cloud/ez_iot_os/eziot/ez_iot_bm/model/Kconfig b/iot/iot_cloud/ez_iot_os/eziot/ez_iot_bm/model/Kconfig index e74ea2b2b1..96a972b635 100644 --- a/iot/iot_cloud/ez_iot_os/eziot/ez_iot_bm/model/Kconfig +++ b/iot/iot_cloud/ez_iot_os/eziot/ez_iot_bm/model/Kconfig @@ -1,3 +1,3 @@ menuconfig EZIOT_MODEL_ENABLE bool "Enable ez-iot model" - default y \ No newline at end of file + default y diff --git a/iot/iot_cloud/ez_iot_os/eziot/ez_iot_bm/ota/Kconfig b/iot/iot_cloud/ez_iot_os/eziot/ez_iot_bm/ota/Kconfig index b04dcf4b87..6855fb8c86 100644 --- a/iot/iot_cloud/ez_iot_os/eziot/ez_iot_bm/ota/Kconfig +++ b/iot/iot_cloud/ez_iot_os/eziot/ez_iot_bm/ota/Kconfig @@ -7,10 +7,10 @@ config EZIOT_OTA_TASK_STACK_SIZE default 16384 depends on EZIOT_OTA_ENABLE help - Stack size for ota task, the task is used for download ota file + Stack size for ota task, the task is used for download ota file config EZIOT_OTA_TASK_PRIORITY int "priority of ota task" range 0 255 default 10 - depends on EZIOT_OTA_ENABLE \ No newline at end of file + depends on EZIOT_OTA_ENABLE diff --git a/iot/iot_cloud/ez_iot_os/eziot/ez_iot_bm/shadow/Kconfig b/iot/iot_cloud/ez_iot_os/eziot/ez_iot_bm/shadow/Kconfig index 6b3f32d9da..ee949f1770 100644 --- a/iot/iot_cloud/ez_iot_os/eziot/ez_iot_bm/shadow/Kconfig +++ b/iot/iot_cloud/ez_iot_os/eziot/ez_iot_bm/shadow/Kconfig @@ -31,5 +31,5 @@ config EZIOT_SHADOW_FORCE_FULL_SYNC_INTERVAL depends on EZIOT_SHADOW_ENABLE help - If the device state does not change for a long time, shadoww will perform a - full synchronization to maintain state consistency. \ No newline at end of file + If the device state does not change for a long time, shadoww will perform a + full synchronization to maintain state consistency. diff --git a/iot/iot_cloud/ez_iot_os/eziot/ez_iot_bm/tsl/Kconfig b/iot/iot_cloud/ez_iot_os/eziot/ez_iot_bm/tsl/Kconfig index 81a392e499..99e0518266 100644 --- a/iot/iot_cloud/ez_iot_os/eziot/ez_iot_bm/tsl/Kconfig +++ b/iot/iot_cloud/ez_iot_os/eziot/ez_iot_bm/tsl/Kconfig @@ -40,4 +40,4 @@ config EZIOT_TSL_PROFILE_MAP_SIZE config EZIOT_TSL_PROFILE_SIZE int "Profile size limit" default 8192 - depends on EZIOT_TSL_LEGALITY_CHECK_WEAK || EZIOT_TSL_LEGALITY_CHECK_STRONG && EZIOT_TSL_ENABLE \ No newline at end of file + depends on EZIOT_TSL_LEGALITY_CHECK_WEAK || EZIOT_TSL_LEGALITY_CHECK_STRONG && EZIOT_TSL_ENABLE diff --git a/iot/iot_cloud/ez_iot_os/eziot/ez_iot_core/Kconfig b/iot/iot_cloud/ez_iot_os/eziot/ez_iot_core/Kconfig index 107b4ac150..dab6fe716a 100644 --- a/iot/iot_cloud/ez_iot_os/eziot/ez_iot_core/Kconfig +++ b/iot/iot_cloud/ez_iot_os/eziot/ez_iot_core/Kconfig @@ -12,7 +12,7 @@ config EZIOT_CORE_ACEESS_TASK_STACK_SIZE default 16384 depends on EZIOT_CORE_ENABLE help - Stack size for access task, the task is used for device authentication and device access + Stack size for access task, the task is used for device authentication and device access config EZIOT_CORE_ACEESS_TASK_PRIORITY int "priority of access task" diff --git a/iot/iot_cloud/ez_iot_os/platform/bsp/rt-thread/Kconfig b/iot/iot_cloud/ez_iot_os/platform/bsp/rt-thread/Kconfig index 7fa7309ade..a6d821a690 100644 --- a/iot/iot_cloud/ez_iot_os/platform/bsp/rt-thread/Kconfig +++ b/iot/iot_cloud/ez_iot_os/platform/bsp/rt-thread/Kconfig @@ -24,4 +24,4 @@ config EZIOT_OS_THREAD_ENABLE config EZIOT_OS_TIME_ENABLE bool "Enable ez-os interface time" - default y \ No newline at end of file + default y diff --git a/iot/iot_cloud/ez_iot_os/unit_test/Kconfig b/iot/iot_cloud/ez_iot_os/unit_test/Kconfig index 9ff97e08cd..0d76dde6d8 100644 --- a/iot/iot_cloud/ez_iot_os/unit_test/Kconfig +++ b/iot/iot_cloud/ez_iot_os/unit_test/Kconfig @@ -89,4 +89,4 @@ config EZIOT_UNIT_TEST_WIFI_SSID config EZIOT_UNIT_TEST_WIFI_PASSWORD string "config Wifi password (for wifi module)" default "12345678" - depends on EZIOT_UNIT_TEST_ENABLE \ No newline at end of file + depends on EZIOT_UNIT_TEST_ENABLE diff --git a/iot/llsync_sdk_adapter/Kconfig b/iot/llsync_sdk_adapter/Kconfig index 6e23e229ee..1dcc716226 100644 --- a/iot/llsync_sdk_adapter/Kconfig +++ b/iot/llsync_sdk_adapter/Kconfig @@ -22,7 +22,7 @@ if PKG_USING_LLSYNC_SDK_ADAPTER config PKG_USING_LLSYNC_SDK_ADAPTER_LATEST_VERSION bool "latest" endchoice - + config PKG_LLSYNC_SDK_ADAPTER_VER string default "v1.0.0" if PKG_USING_LLSYNC_SDK_ADAPTER_V100 diff --git a/misc/MFBD/Kconfig b/misc/MFBD/Kconfig index 5ffb5e1a08..95a26b51fa 100644 --- a/misc/MFBD/Kconfig +++ b/misc/MFBD/Kconfig @@ -9,7 +9,7 @@ if PKG_USING_MFBD config PKG_MFBD_PATH string default "/packages/misc/MFBD" - + config PKG_USING_MFBD_DEMO_RTT bool "Enable Multi-Function Button Detection demo" default n @@ -26,7 +26,7 @@ if PKG_USING_MFBD config PKG_USING_MFBD_LATEST_VERSION bool "latest" endchoice - + config PKG_MFBD_VER string default "v1.0.0" if PKG_USING_MFBD_V100 diff --git a/peripherals/cw2015/Kconfig b/peripherals/cw2015/Kconfig index bdf6f79f40..47c5ebc0d4 100644 --- a/peripherals/cw2015/Kconfig +++ b/peripherals/cw2015/Kconfig @@ -32,7 +32,7 @@ if PKG_USING_CW2015 config PKG_USING_CW2015_LATEST_VERSION bool "latest" endchoice - + config PKG_CW2015_VER string default "v1.0.0" if PKG_USING_CW2015_V100 diff --git a/peripherals/multi_infrared/Kconfig b/peripherals/multi_infrared/Kconfig index 3619e1a9a9..1e5a87c4c5 100644 --- a/peripherals/multi_infrared/Kconfig +++ b/peripherals/multi_infrared/Kconfig @@ -27,7 +27,7 @@ config PKG_USING_DRV_MULTI_INFRARED config MULTI_INFRARED_RECEIVE_HWTIMER string "multi infrared receive hwtimer dev name" default "timer5" - + config MULTI_INFRARED_RECEIVE_CHANNEL_NUM int "multi infrared receive channel nums" default 4 @@ -46,7 +46,7 @@ config PKG_USING_DRV_MULTI_INFRARED config PKG_USING_MULTI_INFRARED_LATEST_VERSION bool "latest" endchoice - + config PKG_MULTI_INFRARED_VER string default "v0.1.0" if PKG_USING_MULTI_INFRARED_V010 diff --git a/peripherals/rs232/Kconfig b/peripherals/rs232/Kconfig index ad54bc6d3a..32f7fd82a6 100644 --- a/peripherals/rs232/Kconfig +++ b/peripherals/rs232/Kconfig @@ -32,7 +32,7 @@ if PKG_USING_RS232 default 0 endif - + choice prompt "Version" default PKG_USING_RS232_LATEST_VERSION @@ -45,7 +45,7 @@ if PKG_USING_RS232 config PKG_USING_RS232_LATEST_VERSION bool "latest" endchoice - + config PKG_RS232_VER string default "v1.0.0" if PKG_USING_RS232_V100 diff --git a/peripherals/touch/xpt2046/Kconfig b/peripherals/touch/xpt2046/Kconfig index f35525e315..4daf119ce4 100644 --- a/peripherals/touch/xpt2046/Kconfig +++ b/peripherals/touch/xpt2046/Kconfig @@ -24,7 +24,7 @@ if PKG_USING_XPT2046_TOUCH config PKG_USING_XPT2046_TOUCH_LATEST_VERSION bool "latest" endchoice - + config PKG_XPT2046_TOUCH_VER string default "v1.0.0" if PKG_USING_XPT2046_TOUCH_V100 @@ -33,12 +33,12 @@ if PKG_USING_XPT2046_TOUCH config PKG_XPT2046_USING_KCONFIG bool "Setup xpt2046 touch in menuconfig" default n - + if PKG_XPT2046_USING_KCONFIG config PKG_XPT2046_SPI_BUS string "SPI bus connected to the xpt2046" default "spi0" - + config PKG_XPT2046_CS_GPIO int "GPIO port number for the chip select pin" help @@ -56,11 +56,11 @@ if PKG_USING_XPT2046_TOUCH int "GPIO pin number for the pen pin" help The pen pin is (pin number) of pin in the (port number) of GPIO port\ - + config PKG_XPT2046_RANGE_X int "Width of the touch lcd" default 128 - + config PKG_XPT2046_RANGE_Y int "Height of the touch lcd" default 160 diff --git a/system/POSIX/itoa/Kconfig b/system/POSIX/itoa/Kconfig index 0aab6192c0..e88497ebff 100644 --- a/system/POSIX/itoa/Kconfig +++ b/system/POSIX/itoa/Kconfig @@ -9,7 +9,7 @@ if PKG_USING_POSIX_ITOA config PKG_POSIX_ITOA_PATH string default "/packages/system/POSIX/itoa" - + config PKG_POSIX_ITOA_VER string default "latest" diff --git a/system/POSIX/strings/Kconfig b/system/POSIX/strings/Kconfig index e0822ab6ef..01879aceea 100644 --- a/system/POSIX/strings/Kconfig +++ b/system/POSIX/strings/Kconfig @@ -9,7 +9,7 @@ if PKG_USING_POSIX_STRINGS config PKG_POSIX_STRINGS_PATH string default "/packages/system/POSIX/strings" - + config PKG_POSIX_STRINGS_VER string default "latest" diff --git a/system/TinyUSB/Kconfig b/system/TinyUSB/Kconfig index 00abb25294..dead888eb2 100644 --- a/system/TinyUSB/Kconfig +++ b/system/TinyUSB/Kconfig @@ -24,7 +24,7 @@ if PKG_USING_TINYUSB config PKG_TINYUSB_DEVICE_VID hex "USB Vendor ID" default 0xCAFE - + config PKG_TINYUSB_DEVICE_PID hex "USB Product ID" default 0x4000 @@ -48,15 +48,15 @@ if PKG_USING_TINYUSB config PKG_TINYUSB_DEVICE_MSC_NAME string "The name of the block device used by MSC" - + config PKG_TINYUSB_DEVICE_MSC_VID string "MSC device vendor ID" default "TinyUSB" - + config PKG_TINYUSB_DEVICE_MSC_PID string "MSC device product ID" default "Mass Storage" - + config PKG_TINYUSB_DEVICE_MSC_REV string "MSC device revision" default "1.0" @@ -65,20 +65,20 @@ if PKG_USING_TINYUSB config PKG_TINYUSB_DEVICE_HID bool "Using Human Interface Device (HID)" default n - + if PKG_TINYUSB_DEVICE_HID config CFG_TUD_HID int default 1 - + config PKG_TINYUSB_DEVICE_HID_KEYBOARD bool "Keyboard report" default n - + config PKG_TINYUSB_DEVICE_HID_MOUSE bool "Mouse report" default n - + config PKG_TINYUSB_DEVICE_HID_GAMEPAD bool "Gamepad report" default n @@ -100,7 +100,7 @@ if PKG_USING_TINYUSB choice prompt "TinyUSB debug level" default PKG_TINYUSB_DEBUG_NO - + config PKG_TINYUSB_DEBUG_NO bool "No debug" config PKG_TINYUSB_DEBUG_ERROR diff --git a/tools/SEGGER_RTT/Kconfig b/tools/SEGGER_RTT/Kconfig index 1a8cbd29d0..e80dd0881c 100644 --- a/tools/SEGGER_RTT/Kconfig +++ b/tools/SEGGER_RTT/Kconfig @@ -49,14 +49,14 @@ config SEGGER_RTT_PRINTF_BUFFER_SIZE int "SEGGER_RTT_PRINTF_BUFFER_SIZE" depends on SEGGER_RTT_ENABLE help - Size of buffer for RTT printf to bulk-send chars via RTT + Size of buffer for RTT printf to bulk-send chars via RTT default 64 - + config RTT_DEFAULT_BUFFER_INDEX int "RTT_DEFAULT_BUFFER_INDEX" depends on SEGGER_RTT_ENABLE default 0 - + config RTT_DEFAULT_TERMINAL_INDEX int "RTT_DEFAULT_TERMINAL_INDEX" depends on SEGGER_RTT_ENABLE