File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ menuconfig PKG_USING_I2C_TOOLS
6
6
select RT_USING_LIBC if RT_VER_NUM < 0x40100
7
7
select RT_USING_I2C
8
8
select RT_USING_I2C_BITOPS
9
- select RT_USING_CPLUSPLUS
10
9
default n
11
10
12
11
if PKG_USING_I2C_TOOLS
@@ -20,6 +19,7 @@ if PKG_USING_I2C_TOOLS
20
19
help
21
20
Use software i2c instead of hardware
22
21
default n
22
+ select RT_USING_CPLUSPLUS
23
23
24
24
if I2C_TOOLS_USE_SW_I2C
25
25
config I2C_TOOLS_SW_ACK_TIMEOUT
Original file line number Diff line number Diff line change 13
13
"github" : " wuhanstudio"
14
14
},
15
15
"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" ,
18
18
"site" : [
19
19
{
20
20
"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"
24
23
},
25
24
{
26
25
"version" : " latest" ,
27
- "URL" : " https://github.com/wuhanstudio /rt-i2c-tools.git" ,
26
+ "URL" : " https://github.com/RT-Thread-packages /rt-i2c-tools.git" ,
28
27
"filename" : " " ,
29
28
"VER_SHA" : " master"
30
29
}
You can’t perform that action at this time.
0 commit comments