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
we are using RT-Thread as RTOS, because it offer so much more then FreeRTOS. On RT-Thread one can load compiled ELF files from flash into RAM and execute them, as on Linux. Many things are ported, i. e. micropython, lua, jerryscript, SQLite, .. and much more.
We want to enable other threads to communicate with our something-like-X server, so a way of resource-efficient message Bus, or Inter Process communication is needed. FreeRTOS and RT-Thread and Zephyr offer Semaphores and mailboxes for this, just micropython does not support this. Your MicropythonRT looks ideal for this, if it run on RT-Thread.
Are you planning to port MicropythonRT also on RT-Thread or Zephyr? I would guess, all 3 have near identical APIs for thread creation and mulit-thread management, so with a few IFDEFs, this could be done?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
we are using RT-Thread as RTOS, because it offer so much more then FreeRTOS. On RT-Thread one can load compiled ELF files from flash into RAM and execute them, as on Linux. Many things are ported, i. e. micropython, lua, jerryscript, SQLite, .. and much more.
We want to enable other threads to communicate with our something-like-X server, so a way of resource-efficient message Bus, or Inter Process communication is needed. FreeRTOS and RT-Thread and Zephyr offer Semaphores and mailboxes for this, just micropython does not support this. Your MicropythonRT looks ideal for this, if it run on RT-Thread.
Are you planning to port MicropythonRT also on RT-Thread or Zephyr? I would guess, all 3 have near identical APIs for thread creation and mulit-thread management, so with a few IFDEFs, this could be done?
Best regards,
Michael
Beta Was this translation helpful? Give feedback.
All reactions