Giter Club home page Giter Club logo

Comments (10)

wendal avatar wendal commented on September 13, 2024 1

So, eLua is gone ??

we are working at new repo LuatOS, https://github.com/openLuat/LuatOS .

from elua.

bogdanm avatar bogdanm commented on September 13, 2024

Hi, unfortuntely those servers are no longer online, and probably they'll stay offline for the foreseeable future. Sorry about that.

from elua.

znmeb avatar znmeb commented on September 13, 2024

OK ... I'm interested in porting eLua to an Electro-Smith Daisy microcontroller. Is there some guide for porting the code to a new microcontroller? The Daisy is an ARM Cortex-M7 MCU with 64MB of SDRAM and 8MB of flash memory. See https://github.com/electro-smith/DaisyWiki/wiki for the tool chain details.

from elua.

bogdanm avatar bogdanm commented on September 13, 2024

There isn't any guide per-se, but you can start from an existing port. For your board (nice one BTW!), a suitable start point could be https://github.com/elua/elua/tree/master/src/platform/stm32f4, or another Cortex-M port from src/platform.

from elua.

znmeb avatar znmeb commented on September 13, 2024

Thanks! Is there some kind of automation tool for generating all the detailed constants in the .h files from some machine-readable document about the board? A manual port looks like a tedious and error-prone process to me, and I'm not sure I'm up to the task,

from elua.

bogdanm avatar bogdanm commented on September 13, 2024

You should find all the required headers in ST's software packages (I don't remember how they are called now, there's generally a large download that contains their HAL (with all the needed headers) and some other libraries on top of that). Most ports use this recipe: download the manufacturer's HAL and implement the eLua platform interrface (platform.h) using that HAL.

from elua.

bogdanm avatar bogdanm commented on September 13, 2024

The answer to that question depends on your definition of "gone". On the one hand, you have the complete sources in this repository, and the main project website (https://www.eluaproject.net/) is up and running. On the other hand, it's very unlikely that the wiki and the build server will be online again.

from elua.

pkapt avatar pkapt commented on September 13, 2024

https://www.eluaproject.net/ the main website appears to be down. Is it expected to come back up anytime soon?

from elua.

cwmoreiras avatar cwmoreiras commented on September 13, 2024

https://www.eluaproject.net/ the main website appears to be down. Is it expected to come back up anytime soon?

I have found it using the wayback machine: https://web.archive.org/web/20210124014444/https://www.eluaproject.net/

from elua.

bogdanm avatar bogdanm commented on September 13, 2024

Thanks for the report, the main server is definitely not supposed to be offline. There are some infrastructure issues there that I don't know how to fix at this point, in the end I might have to relocate the main site to github or to some other location. Either way, this is going to take some time to fix.

from elua.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.