UncleRus / esp-idf-lib

Component library for ESP32-xx and ESP8266
https://esp-idf-lib.readthedocs.io/en/latest/
1.39k stars 437 forks source link

ci: add more targets to `.eil.yml` #484

Open trombik opened 1 year ago

trombik commented 1 year ago

The issue

the CI includes other targets (see 4be76b0). these new targets are not tested by CI because .eil.yml does not include the targets.

The context

the components in the repository are mostly target-independent. there are few differences we depend on, such as macros definitions like SPI name, number of available channels. as such, the components should be marked as "supported" by default.

if a component does not work because of differences in a target (and cannot be fixed by the component), the target will be removed from .eil.yml.

Possible solution

update .eil.yml with the new targets.

Confirmation

trombik commented 1 year ago

the fix should include:

trombik commented 1 year ago

see also #488. the helper needs modifications, too.