Skip to content

Commit e43cc0b

Browse files
authored
Merge pull request #632 from erhankur/gcov_update
change(esp_gcov): enable idf 6.0 support
2 parents 7a06152 + 320f4de commit e43cc0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

esp_gcov/idf_component.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
version: 1.0.3
1+
version: 1.0.4
22
description: Gcov (Source Code Coverage) component for ESP-IDF
33
url: https://github.com/espressif/idf-extra-components/tree/master/esp_gcov
44
issues: https://github.com/espressif/idf-extra-components/issues
55
repository: https://github.com/espressif/idf-extra-components.git
66
dependencies:
7-
idf: ">=6.1"
7+
idf: ">=6.0"

0 commit comments

Comments
 (0)