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 has been archived by the owner on Sep 27, 2024. It is now read-only.
Problem: Currently, we don't have a way of dynamic loading a new SMIO module. At each new SMIO, we need to recompile HALCS to include this new SMIO.
In fact, this should not be necessary nor desirable, as to improve decoupling of components.
Possible Solution: We can use a dlopen () approach to dynamic loading a new SMIO module as a dynamic library.
The text was updated successfully, but these errors were encountered: