Skip to content

Commit 0a0b529

Browse files
MiaojianyuYuanMingfu-star
authored andcommitted
fix: change i2c_bus version in idf_component
1 parent c17e51c commit 0a0b529

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

components/i2c_bus/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ChangeLog
22

3+
## v1.4.3 - 2025-9-26
4+
5+
### Bug Fix:
6+
7+
- Synchronize the version information for cmake_utilities
8+
39
## v1.4.2 - 2025-8-26
410

511
### Bug Fix:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.4.2"
1+
version: "1.5.0"
22
description: The I2C Bus Driver supports both hardware and software I2C.
33
url: https://github.com/espressif/esp-iot-solution/tree/master/components/i2c_bus
44
repository: https://github.com/espressif/esp-iot-solution.git
@@ -7,7 +7,7 @@ issues: https://github.com/espressif/esp-iot-solution/issues
77

88
dependencies:
99
idf: ">=4.0"
10-
cmake_utilities: "0.*"
10+
cmake_utilities: "*"
1111
sbom:
1212
supplier: 'Organization: Espressif Systems (Shanghai) CO LTD'
1313
originator: 'Organization: Espressif Systems (Shanghai) CO LTD'

components/sensors/power_measure/idf_component.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ issues: https://github.com/espressif/esp-iot-solution/issues
44
repository: https://github.com/espressif/esp-iot-solution.git
55
dependencies:
66
idf: ">=4.4.1"
7-
cmake_utilities: "0.*"
7+
cmake_utilities: "*"
88
i2c_bus:
99
version: "*"
1010
public: true
1111
override_path: "../../i2c_bus"
12-
public: true
13-
override_path: "../../i2c_bus"
1412
examples:
1513
- path: ../../../examples/sensors/power_measure
1614
sbom:

0 commit comments

Comments
 (0)