Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

[smio] Implement dynamic loading of SMIOs module #165

@lerwys

Description

@lerwys

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions