smartobjectoriented / emiso

Embedded MIcro-Service Orchestration
GNU General Public License v2.0
0 stars 0 forks source link

Add support for micropython #2

Closed AnthoJack closed 11 months ago

AnthoJack commented 1 year ago

As the project progresses into containerization territory, it would be useful to support micropython to allow users to create simple scripts

AnthoJack commented 1 year ago

Creating a minimal port for linux to experiment with cross-compilation would be a good starting point. Using the default libc implementation instead of SO3's limits the potential for problems

AnthoJack commented 1 year ago

Now that the linux port works, we can start working on the so3 port using cross-compilation AND a different libc implementation

AnthoJack commented 11 months ago

micropython is working on SO3 and will be aligned into emiso from another branch