Skip to content
@espos-project

Project ESPOS

ESPOS Project

ESP32

The ESPOS Project aims to create a text operating system on ESP32 Hardware.

Contribution Guidelines

Thank you for your interest in contributing to ESPOS! This project is an open-source operating system for ESP32 built entirely in Arduino (.ino) format. Contributions are welcome and encouraged! Please follow these guidelines to ensure a smooth collaboration.

📜 General Rules

  • Be respectful and maintain a positive environment.
  • All contributions must comply with the GNU GPLv3 License.
  • Before submitting major changes, open an issue to discuss them.
  • Ensure all code is well-documented and tested on ESP32 hardware.

🔧 Setting Up the Development Environment

  1. Install Arduino IDE (latest version) or use Arduino CLI.
  2. Install ESP32 board support from the Board Manager.
  3. Clone the repository:
    git clone https://github.com/espos-project/espos.git  
    cd espos 
  4. Open the .ino files in Arduino IDE.

🚀 How to Contribute

🐞 Reporting Issues

  • Clearly describe the bug or feature request.
  • Provide steps to reproduce the issue.
  • Include logs or error messages if available.

🔨 Submitting Code Changes

  1. Fork the repository and create a new branch:
    git checkout -b feature/new-feature  
  2. Follow the coding standards (see below).
  3. Test your code on an ESP32 device.
  4. Commit your changes with a clear and concise message:
    git commit -m "Added task scheduler for ESPOS"  
  5. Push your branch and create a Pull Request (PR).

📝 Coding Standards

  • Use camelCase for variable and function names.
  • Code should be modular and commented.
  • Follow Arduino C++ best practices.
  • Use #define or constants instead of hardcoded values.
  • Keep functions short and reusable.

✅ Pull Request (PR) Checklist

Before submitting a PR, ensure:

  • The code is tested on ESP32 hardware.
  • The code follows Arduino style conventions.
  • The PR includes a clear description of changes.

📜 Licensing

By contributing to this repository, you agree that your contributions will be licensed under the GNU GPLv3 License. This ensures that ESPOS remains free and open-source, and any derivative work must also remain open-source under the same license.

📨 Need Help?

  • Join the GitHub Discussions.
  • Open an Issue for questions or support.
    Happy coding! 🚀

Popular repositories Loading

  1. espos espos Public

    Un sistema operativo para un ESP32 con muchas funcionalidades (y las que quedan por llegar)

    C++

  2. espos-project espos-project Public

  3. .github .github Public

  4. espos-web espos-web Public

    Web del proyecto de ESPOS

    HTML

  5. espos-apps espos-apps Public

    Repositorio donde se subirán las apps de ESPOS

  6. espos-versions espos-versions Public

Repositories

Showing 6 of 6 repositories
  • espos-apps Public

    Repositorio donde se subirán las apps de ESPOS

    espos-project/espos-apps’s past year of commit activity
    0 0 0 0 Updated Feb 24, 2025
  • espos-project/espos-versions’s past year of commit activity
    0 0 0 0 Updated Feb 23, 2025
  • espos-web Public

    Web del proyecto de ESPOS

    espos-project/espos-web’s past year of commit activity
    HTML 0 GPL-3.0 0 0 0 Updated Feb 23, 2025
  • espos Public

    Un sistema operativo para un ESP32 con muchas funcionalidades (y las que quedan por llegar)

    espos-project/espos’s past year of commit activity
    C++ 0 GPL-3.0 0 0 0 Updated Feb 22, 2025
  • .github Public
    espos-project/.github’s past year of commit activity
    0 0 0 0 Updated Feb 22, 2025
  • espos-project Public
    espos-project/espos-project’s past year of commit activity
    0 0 0 0 Updated Feb 22, 2025

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…