Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion peripherals/i2c-tools/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ menuconfig PKG_USING_I2C_TOOLS
select RT_USING_LIBC if RT_VER_NUM < 0x40100
select RT_USING_I2C
select RT_USING_I2C_BITOPS
select RT_USING_CPLUSPLUS
default n

if PKG_USING_I2C_TOOLS
Expand All @@ -20,6 +19,7 @@ if PKG_USING_I2C_TOOLS
help
Use software i2c instead of hardware
default n
select RT_USING_CPLUSPLUS

if I2C_TOOLS_USE_SW_I2C
config I2C_TOOLS_SW_ACK_TIMEOUT
Expand Down
11 changes: 5 additions & 6 deletions peripherals/i2c-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,17 @@
"github": "wuhanstudio"
},
"license": "MIT",
"repository": "https://github.com/wuhanstudio/rt-i2c-tools",
"homepage": "https://github.com/wuhanstudio/rt-i2c-tools#readme",
"repository": "https://github.com/RT-Thread-packages/rt-i2c-tools",
"homepage": "https://github.com/RT-Thread-packages/rt-i2c-tools#readme",
"site": [
{
"version": "v1.0.0",
"URL": "https://github.com/wuhanstudio/rt-i2c-tools.git",
"filename": "i2c-tools-1.0.0.zip",
"VER_SHA": "5c02375e616f5a0b6685e8bc7fae3f93b8cbb0b4"
"URL": "https://github.com/RT-Thread-packages/rt-i2c-tools/archive/refs/tags/v1.0.0.zip",
"filename": "i2c-tools-1.0.0.zip"
},
{
"version": "latest",
"URL": "https://github.com/wuhanstudio/rt-i2c-tools.git",
"URL": "https://github.com/RT-Thread-packages/rt-i2c-tools.git",
"filename": "",
"VER_SHA": "master"
}
Expand Down
Loading