You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
Fixed bug where only a single sketch was read from list to add to target.
Solution is to use argument-source parsing as used in the 'Executable' API.
Also fixed bug where sketch-to-source conversion would fail when the matching index to insert the platform's header include line to was 0, i.e. the first line.
At last, removed the 'header-validation' process in case a header included by a sketch doesn't resolve to any known library - It's simply impossible to validate it against the target properties since it's something known only at cmake's generation, not configuration.
0 commit comments