Lua-RTOS-ESP32 icon indicating copy to clipboard operation
Lua-RTOS-ESP32 copied to clipboard

Lua-RTOS-Kendryte(K210)?

Open Bazmundi opened this issue 6 years ago • 15 comments

If Lua-RTOS-X is running on freertos, then ...?

Why not, there was a micropython port (or at least an openmv port ;).

Bazmundi avatar Jul 05 '19 13:07 Bazmundi

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.

the0ne avatar Jul 08 '19 08:07 the0ne

It's a feature request to port lua-rtos to k210. Thanks for your critical thinking. Unclose it to open up the debate.

Bazmundi avatar Jul 08 '19 23:07 Bazmundi

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! :-)

the0ne avatar Jul 09 '19 06:07 the0ne

@Bazmundi, @the0ne,

Debate is open! Ho wants to start?

jolivepetrus avatar Jul 24 '19 14:07 jolivepetrus

@Bazmundi as you want to run Lua-RTOS on Kendryte(K210), can you create a PR containing the required board config, etc.?

the0ne avatar Jul 24 '19 15:07 the0ne

@Bazmundi, @the0ne,

First, anyone has middle / low-level knowlegde on this platform?

jolivepetrus avatar Jul 24 '19 17:07 jolivepetrus

I have never before even heard the name.

the0ne avatar Jul 24 '19 17:07 the0ne

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 .

Bazmundi avatar Jul 24 '19 22:07 Bazmundi

we are talking about? https://github.com/kendryte/kendryte-freertos-sdk

ar055 avatar Sep 26 '19 09:09 ar055

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 .

Bazmundi avatar Sep 26 '19 09:09 Bazmundi

Porting lua-rtos to kendryte

And Torch7 please! :)

ar055 avatar Sep 26 '19 10:09 ar055

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 avatar Nov 15 '19 16:11 ar055

image

ar055 avatar Nov 15 '19 16:11 ar055

@ar055 This is FANTASTIC! Have you also seen though some of the "threaded" lua approach of whitecat implementation?

Bazmundi avatar Jun 11 '20 12:06 Bazmundi

@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.

ar055 avatar Jun 11 '20 12:06 ar055

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!

the0ne avatar Dec 02 '22 14:12 the0ne