Skip to content

Commit

Permalink
format json
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterywolf committed Mar 2, 2022
1 parent a1ebe1c commit ae61686
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions iot/iot_cloud/ez_iot_os/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ez_iot_os",
"description": "Ezviz cloud SDK for RT-Thread",
"description_zh": "连接萤石云 IoT 平台的软件包",
"description_zh": "连接萤石云 IoT 平台的软件包",
"enable": "PKG_USING_EZ_IOT_OS",
"keywords": [
"ez_iot_os",
Expand Down Expand Up @@ -36,4 +36,4 @@
"VER_SHA": "master"
}
]
}
}
4 changes: 2 additions & 2 deletions iot/llsync_sdk_adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "llsync_sdk_adapter",
"description": "Please add description of llsync_sdk_adapter in English.",
"description_zh": "腾讯llsync sdk ble sdk sample",
"enable": "PKG_USING_LLSYNC_SDK_ADAPTER",
"description_zh": "腾讯llsync sdk ble sdk sample",
"enable": "PKG_USING_LLSYNC_SDK_ADAPTER",
"keywords": [
"llsync_sdk_adapter",
"bluetooth"
Expand Down
4 changes: 2 additions & 2 deletions misc/MFBD/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "MFBD",
"description": "Multi-Function Button Detection for MCU",
"description_zh": "多功能按键扫描程序,支持无限按键、多次连击",
"enable": "PKG_USING_MFBD",
"description_zh": "多功能按键扫描程序,支持无限按键、多次连击",
"enable": "PKG_USING_MFBD",
"keywords": [
"MFBD",
"button"
Expand Down
4 changes: 2 additions & 2 deletions peripherals/cw2015/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "cw2015",
"description": "fuel gauging system IC for Lithium-ion(Li+) Battery",
"description_zh": "锂电池电量计驱动",
"enable": "PKG_USING_CW2015",
"description_zh": "锂电池电量计驱动",
"enable": "PKG_USING_CW2015",
"keywords": [
"cw2015"
],
Expand Down
4 changes: 2 additions & 2 deletions peripherals/multi_infrared/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "multi_infrared",
"description": "multi infrared channels based on rt thread pin and hwtimer.",
"description_zh": "基于rt-thread的复数红外通道同时接收并解码的驱动框架。",
"enable": "PKG_USING_MULTI_INFRARED",
"description_zh": "基于rt-thread的复数红外通道同时接收并解码的驱动框架。",
"enable": "PKG_USING_MULTI_INFRARED",
"keywords": [
"multi_infrared",
"多通道红外接收"
Expand Down
8 changes: 4 additions & 4 deletions peripherals/rs232/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "rs232",
"description": "rs232 driver package.",
"description_zh": "rs232驱动包。",
"enable": "PKG_USING_RS232",
"description_zh": "rs232驱动包。",
"enable": "PKG_USING_RS232",
"keywords": [
"rs232",
"driver",
"rt-thread"
"driver",
"rt-thread"
],
"category": "peripherals",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion peripherals/sensors/mmc3680kj/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
}
]
}

4 changes: 2 additions & 2 deletions peripherals/touch/xpt2046/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "xpt2046",
"description": "xpt2046 touch driver package",
"description_zh": "xpt2046 電阻觸摸屏驅動软件包",
"enable": "PKG_USING_XPT2046_TOUCH",
"description_zh": "xpt2046 電阻觸摸屏驅動软件包",
"enable": "PKG_USING_XPT2046_TOUCH",
"keywords": [
"xpt2046_touch",
"xpt2046",
Expand Down
4 changes: 2 additions & 2 deletions system/POSIX/itoa/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "itoa",
"description": "itoa family for RT-Thread POSIX (not standard)",
"description_zh": "itoa家族函数(非POSIX标准)",
"enable": "PKG_USING_POSIX_ITOA",
"description_zh": "itoa家族函数(非POSIX标准)",
"enable": "PKG_USING_POSIX_ITOA",
"keywords": [
"itoa",
"lltoa",
Expand Down
2 changes: 1 addition & 1 deletion system/POSIX/strings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "strings",
"description": "Extension string functions <strings.h>",
"description_zh": "<string.h> 扩展 POSIX.1 函数",
"enable": "PKG_USING_POSIX_STRINGS",
"enable": "PKG_USING_POSIX_STRINGS",
"keywords": [
"strings",
"bzero",
Expand Down

0 comments on commit ae61686

Please sign in to comment.