whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.19k stars 221 forks source link

Lua-RTOS-Kendryte(K210)? #279

Closed Bazmundi closed 1 year ago

Bazmundi commented 5 years ago

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

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

the0ne commented 5 years ago

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.

Bazmundi commented 5 years ago

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

the0ne commented 5 years ago

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

jolivepetrus commented 5 years ago

@Bazmundi, @the0ne,

Debate is open! Ho wants to start?

the0ne commented 5 years ago

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

jolivepetrus commented 5 years ago

@Bazmundi, @the0ne,

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

the0ne commented 5 years ago

I have never before even heard the name.

Bazmundi commented 5 years ago

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, notifications@github.com 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 .

ar055 commented 4 years ago

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

Bazmundi commented 4 years ago

Porting lua-rtos to kendryte

On Thu, 26 Sep. 2019, 19:04 ar055, notifications@github.com 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 .

ar055 commented 4 years ago

Porting lua-rtos to kendryte

And Torch7 please! :)

ar055 commented 4 years ago

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 commented 4 years ago

image

Bazmundi commented 4 years ago

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

ar055 commented 4 years ago

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

the0ne commented 1 year ago

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!