Lua-RTOS-Kendryte(K210)?
If Lua-RTOS-X is running on freertos, then ...?
Why not, there was a micropython port (or at least an openmv port ;).
Hi @Bazmundi,
as the name suggests, Lua-RTOS is about Lua. Not Python. Not MicroPython. Not OpenMV.
In case of issues please feel free to open another issue.
It's a feature request to port lua-rtos to k210. Thanks for your critical thinking. Unclose it to open up the debate.
It's a feature request to port lua-rtos to k210. Thanks for your critical thinking. Unclose it to open up the debate.
@Bazmundi thanks a lot for clarification! :-)
@Bazmundi, @the0ne,
Debate is open! Ho wants to start?
@Bazmundi as you want to run Lua-RTOS on Kendryte(K210), can you create a PR containing the required board config, etc.?
@Bazmundi, @the0ne,
First, anyone has middle / low-level knowlegde on this platform?
I have never before even heard the name.
Yep. My first time through this deep in the process but happy to give it a crack. Have you a link to example process?
On Thu, 25 Jul. 2019, 01:22 Thomas E. Horner, [email protected] wrote:
@Bazmundi https://github.com/Bazmundi as you want to run Lua-RTOS on Kendryte(K210), can you create a PR containing the required board config, etc.?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/whitecatboard/Lua-RTOS-ESP32/issues/279?email_source=notifications&email_token=AANQYK7DHUFA4NU72MGV3ZLQBB3EPA5CNFSM4H6LHVHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2WY5RY#issuecomment-514690759, or mute the thread https://github.com/notifications/unsubscribe-auth/AANQYK6BCJASDZ33TS2S2QLQBB3EPANCNFSM4H6LHVHA .
we are talking about? https://github.com/kendryte/kendryte-freertos-sdk
Porting lua-rtos to kendryte
On Thu, 26 Sep. 2019, 19:04 ar055, [email protected] wrote:
we are talking about? https://github.com/kendryte/kendryte-freertos-sdk
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/whitecatboard/Lua-RTOS-ESP32/issues/279?email_source=notifications&email_token=AANQYKYUAMSW3YBFOUMZAQDQLR63XA5CNFSM4H6LHVHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7U6TRY#issuecomment-535423431, or mute the thread https://github.com/notifications/unsubscribe-auth/AANQYK4BEP6EYFMZAWUD653QLR63XANCNFSM4H6LHVHA .
Porting lua-rtos to kendryte
And Torch7 please! :)
see RT-Thread this China project. https://github.com/RT-Thread/rt-thread/tree/master/bsp/k210 I've set it to MAX Bit, IMHO its alpha stage.

@ar055 This is FANTASTIC! Have you also seen though some of the "threaded" lua approach of whitecat implementation?
@ar055 This is FANTASTIC! Have you also seen though some of the "threaded" lua approach of whitecat implementation?
Hm... Lua RTOS can execute Lua functions into FreeRTOS native threads. Unlike Lua coroutines, threads are scheluded by the operating system, allowing to run Lua programs in real time.
Personally I don't have any K210 available. Feel free to reopen in case you got some more information and want to let others know. Thanks!