Skip to content

Commit

Permalink
【同步】Kconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernest committed Nov 12, 2019
1 parent 6fd4002 commit c546c46
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion iot/airkissOpen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "airkissOpen",
"description": "Tencent Airkiss Protocol parse library",
"description_zh": "腾讯airkiss协议解析库",
"enable": "PKG_USING_AIRKISSOPEN",
"enable": "PKG_USING_AIRKISS_OPEN",
"keywords": [
"airkiss"
],
Expand Down
2 changes: 1 addition & 1 deletion iot/iot_cloud/jiot-c-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jiot-c-sdk",
"description": "JIGUANG IoT cloud client sdk for RT-Thread",
"description_zh": "连接极光IoT云的客户端软件包",
"enable": "PKG_USING_JIOT_C_SDK",
"enable": "PKG_USING_JIOT-C-SDK",
"keywords": [
"jiot-c-sdk"
],
Expand Down
2 changes: 1 addition & 1 deletion misc/FlexibleButton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "FlexibleButton",
"description": "Small and flexible button driver",
"description_zh": "小巧灵活的按键驱动程序(事件驱动、无限按键数量、可用中断模式)",
"enable": "PKG_USING_FLEXIBLEBUTTON",
"enable": "PKG_USING_FLEXIBLE_BUTTON",
"keywords": [
"FlexibleButton",
"button driver"
Expand Down
2 changes: 1 addition & 1 deletion misc/armv7m_dwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "armv7m_dwt",
"description": "armv7m_dwt High precision timing and delay",
"description_zh": "armv7m_dwt 高精度计时与延时",
"enable": "PKG_USING_ARMV7M_DWT",
"enable": "PKG_USING_ARMv7M_DWT",
"keywords": [
"armv7m_dwt"
],
Expand Down
2 changes: 1 addition & 1 deletion multimedia/TJpgDec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "TJpgDec",
"description": "Tiny JPEG Decompressor.",
"description_zh": "JPEG 解码库",
"enable": "PKG_USING_TJPGDEC",
"enable": "PKG_USING_TJPGD",
"keywords": [
"TJpgDec"
],
Expand Down
2 changes: 1 addition & 1 deletion peripherals/SignalLed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "SignalLed",
"description": "a signal led package for rt-thread",
"description_zh": "信号灯软件包,支持自定义闪烁方式、周期,支持随时开启、关闭",
"enable": "PKG_USING_SIGNALLED",
"enable": "PKG_USING_SIGNAL_LED",
"keywords": [
"SignalLed"
],
Expand Down
2 changes: 1 addition & 1 deletion security/libsodium/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "libsodium",
"description": "A modern and easy-to-use crypto library",
"description_zh": "一个现代的、易用的加密库",
"enable": "PKG_USING_LIBSODIUM",
"enable": "PKG_USING_libsodium",
"keywords": [
"libsodium",
"crypto"
Expand Down
2 changes: 1 addition & 1 deletion system/gui_engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gui_engine",
"description": "GUI Engine by RT-Thread",
"description_zh": "来自 RT-Thread 官方的 GUI 引擎",
"enable": "PKG_USING_GUI_ENGINE",
"enable": "PKG_USING_GUIENGINE",
"keywords": [
"gui engine"
],
Expand Down
2 changes: 1 addition & 1 deletion system/rt_robot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rt-robot",
"description": "RT-Thread Robots platform",
"description_zh": "RT-Thread 机器人平台",
"enable": "PKG_USING_RT_ROBOT",
"enable": "PKG_USING_ROBOTS",
"keywords": [
"robot"
],
Expand Down
2 changes: 1 addition & 1 deletion system/yaffs2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "yaffs2",
"description": "yaffs2 port to rtthread",
"description_zh": "yaffs2 移植到RT-Thread",
"enable": "PKG_USING_YAFFS2",
"enable": "PKG_USING_DFS_YAFFS",
"keywords": [
"filesystem",
"nandflash fs",
Expand Down

0 comments on commit c546c46

Please sign in to comment.