1 Star 0 Fork 0

zungyiu/elua

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

eLua - Lua for microcontrollers

eLua stands for Embedded Lua and the project aims to offer the full implementation of the Lua Programming Language to the embedded world, extending it with specific features for efficient and portable software embedded development. For more details please visit the project page.

If you’ve just downloaded eLua and are looking to get started check out using eLua.

General Features

eLua allows you to develop and run Lua programs on a wide variety of microcontrollers.

Some aspects of eLua are:

  • Transforms hardware into a commodity: Design and code your products for eLua and make them as hardware-independent as possible. Upgrade or completely change your hardware in the future and save time and money, using the approved source code with little or no modifications.

  • Source code portability: Like in Lua, you program in C, Lua or a mixture of both and your program runs in a wide varied of (sometimes radically different) platforms and architectures supported. Full control of the platform.: eLua runs on the "bare-metal". There is no Operating System between your programs and the microcontroller. Develop on targets: fully functional Lua and a dedicated shell on the microcontroller itself. No need to install a specific development environment on the PC side, other than a serial or ehternet console/terminal emulator. You can also use any text editor, save your programs in sd/mmc and other media and use them directly in your platforms.

  • Flexible products: Add modern high level script-language capabilities to your projects, resulting in highly adaptable, field-programable and reconfigurable designs. Efficient (and cheap!) future evolution to your systems.

  • Learn embedded: Simple interactive and interpreted experimenting cycle. Use your desktop programming skills to become an embedded systems developer in no time and with a lot of fun.

  • Embedded RAD: Prototype and experiment on a Rapid Application Develop model. Test your ideas directly on the target platforms and cheap development kits. No need for simulators or future code adaptations.

  • Ready to use kits: A big (and growing!) number of Open Source hardware and commercially available platforms supported. Prototype cheap and fast and design your final hardware later using the produced code.

  • Longevity: Add user configuration and scripting capabilities to your projects, making them adaptable to the always changing contexts of industrial processes, evolving engineering, automation standards, field optimizations etc…​

  • Worry-free Licence: eLua is free and open-source software and we promote it as much as we can. But our MIT licence (the same as Lua’s) allows you to use eLua in your commercial and private-code products as well. Nothing to ask, no royalties to pay, just tell the world you’re using eLua.

For more information about the functionality (implemented and planned) in eLua check our status page.

Documentation

Online documentation can be found on the web for the most recent release version and development versions in the get better section of the project website.

Project documentation can be generated for the version of the project associated with this document by following the instructions in the README.TXT file in the doc directory.

Contacts

eLua authors and main developers can be contacted at:

Bogdan Marinescu: bogdan.marinescu -at- eluaproject -dot- net

Dado Sutter: dadosutter -at- eluaproject -dot- net

James Snyder: jbsnyder -at- eluaproject -dot- net

You are also welcomed to share your questions and suggestions on our Mail Discussion List

Copyright (c) 2007, 2008, 2009, 2010, 2011 Dado Sutter and Bogdan Marinescu eLua is Open Source and is freely distributed under the MIT licence. The Lua part of eLua is licensed under the Lua licensing terms, which you can find at http://www.lua.org/license.html. The XMODEM code is adapted from the FreeBSD at91 library, which was written by M. Warner Losh and is released under the BSD license. The "pack" module is adapted from the "lpack" module by Luiz Henrique de Figueiredo and it's placed in the public domain. The "bit" module is adapted from the "bitlib" library by Reuben Thomas, distributed under a MIT license. The "integer only lua" is based on the "Go Long Lua!" patch by John D. Ramsdell (from the Lua Power Patches page) and is placed in the public domain. The multiple memory allocator (dlmalloc) is written by Doug Lea and is placed on the public domain. The TCP/IP stack is adapted from uIP, written by Adam Dunkels and released under a BSD license. The FAT file sistem is based on FatFs, written by Elm Chan (http://elm-chan.org). A copy of the FatFs license can be found in the LICENSE.fatfs file. The RPC implementation is based on Russell Smith's Lua-RPC (http://q12.org/lua/index.html). A copy of the Lua-RPC license can be found in the LICENSE.luarpc file. Manufacturer provided CPU support libraries are licensed under their own terms, check src/platform/*platform-name* for details. linenoise (https://github.com/antirez/linenoise, eLua's readline replacement) is released under a BSD license. The rest of the eLua code is licensed under MIT, listed below: The MIT License Copyright (c) 2007, 2008, 2009, 2010 Dado Sutter and Bogdan Marinescu Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

暂无描述 展开 收起
C 等 5 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bydvp/elua.git
git@gitee.com:bydvp/elua.git
bydvp
elua
elua
master

搜索帮助