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
The PIOASM_EXTRA_SOURCE_FILES variable is not passed through to the inner CMake call, leading to it being impossible to extend pioasm from the outside.
This could be desirable for people who want to extend pioasm with additional generators (since those can be added without editing existing source files).