# LuatOS-ESP32 **Repository Path**: RimGo/LuatOS-ESP32 ## Basic Information - **Project Name**: LuatOS-ESP32 - **Description**: LuatOS For ESP32,社区开源版项目 - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 104 - **Created**: 2021-11-26 - **Last Updated**: 2021-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LuatOS For ESP32 [![esp32c3](https://github.com/dreamcmi/LuatOS-ESP32/actions/workflows/commit-build-c3.yml/badge.svg?branch=master)](https://github.com/dreamcmi/LuatOS-ESP32/actions/workflows/commit-build-c3.yml)[![esp32s3](https://github.com/dreamcmi/LuatOS-ESP32/actions/workflows/commit-build-s3.yml/badge.svg?branch=master)](https://github.com/dreamcmi/LuatOS-ESP32/actions/workflows/commit-build-s3.yml) ## 1、简介 尝试给ESP32适配一个[LuatOS](https://gitee.com/openLuat/LuatOS),只是为了学习。希望有更多的朋友来一起贡献。 目前基于ESP-IDF 4.3.1 release版本 当前分支ESP32C3/ESP32S3,为主力版本。 ## 2、参与方式 [UserGuide](./doc/userguide.md) 欢迎提issue和pr帮助项目进步。 ## 3、进度 [Support](./doc/SUPPORT.md) 进度更新中,欢迎提需求。 ## 4、鸣谢 排名不分前后 - [LuatOS](https://gitee.com/openLuat/LuatOS) :合宙LuatOS是运行在嵌入式硬件的实时操作系统,用户编写lua代码就可完成各种功能 - [espressif ](https://www.espressif.com/): 乐鑫科技官网,提供高性价比高可玩性的ESP32系列产品 - [Wendal](https://gitee.com/wendal) :技术大佬,LuatOS领头人