To create a new project, you just need to:
- Create a new directory with the name of your project. You can copy the Example project to get started. If you want to make a C++ project, you can use the C++ template (Example-Cpp).
- Add your project to the
apps/apps.js
file. - To flash your project, you just need to run the
make app-name_flash
command. - It's done! 🎉
To edit a project, you just need to open your project directory and edit the files.
To flash your project, you just need to run the make app-name_flash
command in the root directory (not in your app directory).
If you want to see the external applications documentation, you have the api/extapi.h
file, which contains the list of all the external applications commands and their description.
To publish your app, please follow the steps below:
- First, you need to fork the Github repository.
- After that, you can create a new branch and push it to your fork.
- Then, create a pull request.
- When the pull request is merged, the app will be published.
- Done 🎉
If you have any questions, please join the Omega Community Discord server.