Skip to content

Remove target restriction from component manifest#1

Merged
cleishm merged 1 commit into
mainfrom
fix/remove-target-restriction
Jun 11, 2026
Merged

Remove target restriction from component manifest#1
cleishm merged 1 commit into
mainfrom
fix/remove-target-restriction

Conversation

@cleishm

@cleishm cleishm commented Jun 11, 2026

Copy link
Copy Markdown
Owner

Summary

Removes the targets: list from idf_component.yml and bumps the version to 1.1.3. The list reflected hardware the component had been tested on, not a technical limitation — the library is pure C++ with no chip-specific code. Omitting it makes the component available on all current and future ESP-IDF targets (esp32c2/c5/c61/p4 and beyond).

Prompted by cleishm/idfxx#55, where the same restriction propagated into dependency resolution for idfxx components.

The targets list reflected hardware the component had been tested on,
not a technical limitation — the library is pure C++ with no
chip-specific code. Omitting the list makes the component available on
all current and future ESP-IDF targets.
@cleishm cleishm merged commit b1b8f32 into main Jun 11, 2026
6 checks passed
@cleishm cleishm deleted the fix/remove-target-restriction branch June 11, 2026 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant