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
It would be useful to have an.include directive for pioasm, so .defines relevant for multiple PIO files could be placed in one common file and included from the others.
My current workaround is to use CMake's configure_file(), but an .include directive for pioasm would be more convenient.