Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[smio] Implement dynamic loading of SMIOs module #165

Open
lerwys opened this issue Aug 30, 2017 · 0 comments
Open

[smio] Implement dynamic loading of SMIOs module #165

lerwys opened this issue Aug 30, 2017 · 0 comments

Comments

@lerwys
Copy link
Contributor

lerwys commented Aug 30, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant