Skip to content

Commit ece3366

Browse files
committed
更新i2c_tools软件包为rtt组织下
1 parent 97dd9e7 commit ece3366

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

peripherals/i2c-tools/Kconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ menuconfig PKG_USING_I2C_TOOLS
66
select RT_USING_LIBC if RT_VER_NUM < 0x40100
77
select RT_USING_I2C
88
select RT_USING_I2C_BITOPS
9-
select RT_USING_CPLUSPLUS
109
default n
1110

1211
if PKG_USING_I2C_TOOLS
@@ -20,6 +19,7 @@ if PKG_USING_I2C_TOOLS
2019
help
2120
Use software i2c instead of hardware
2221
default n
22+
select RT_USING_CPLUSPLUS
2323

2424
if I2C_TOOLS_USE_SW_I2C
2525
config I2C_TOOLS_SW_ACK_TIMEOUT

peripherals/i2c-tools/package.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,17 @@
1313
"github": "wuhanstudio"
1414
},
1515
"license": "MIT",
16-
"repository": "https://github.com/wuhanstudio/rt-i2c-tools",
17-
"homepage": "https://github.com/wuhanstudio/rt-i2c-tools#readme",
16+
"repository": "https://github.com/RT-Thread-packages/rt-i2c-tools",
17+
"homepage": "https://github.com/RT-Thread-packages/rt-i2c-tools#readme",
1818
"site": [
1919
{
2020
"version": "v1.0.0",
21-
"URL": "https://github.com/wuhanstudio/rt-i2c-tools.git",
22-
"filename": "i2c-tools-1.0.0.zip",
23-
"VER_SHA": "5c02375e616f5a0b6685e8bc7fae3f93b8cbb0b4"
21+
"URL": "https://github.com/RT-Thread-packages/rt-i2c-tools/archive/refs/tags/v1.0.0.zip",
22+
"filename": "i2c-tools-1.0.0.zip"
2423
},
2524
{
2625
"version": "latest",
27-
"URL": "https://github.com/wuhanstudio/rt-i2c-tools.git",
26+
"URL": "https://github.com/RT-Thread-packages/rt-i2c-tools.git",
2827
"filename": "",
2928
"VER_SHA": "master"
3029
}

0 commit comments

Comments
 (0)