... | ... | @@ -3,7 +3,7 @@ |
|
|
Owntech Power API is a modular embedded software designed to running on the OwnTech Spin board to provide power converter features.
|
|
|
The Core project is the main repository intended to be downloaded by end-users.
|
|
|
|
|
|
It provides all the configuration required to begin a project with OwnTech Power API, and includes the ability to automatically download additional [OwnTech libraries](OwnTech-Power-API-Libraries).
|
|
|
It provides all the configuration required to begin a project with OwnTech Power API, and includes the ability to automatically download additional [OwnTech-libraries](OwnTech-Power-API-Libraries).
|
|
|
|
|
|
Owntech Power API is based on the [Zephyr](https://zephyrproject.org/) real-time operating system which is extended using hardware-specific [modules](Zephyr-modules).
|
|
|
|
... | ... | @@ -11,7 +11,7 @@ Use the sidebar on the right of the page to navigate this Wiki. |
|
|
|
|
|
# Working with OwnTech Power API
|
|
|
|
|
|
You need a working VS Code environment with the PlatformIO extension installed. Check [this page](Additional resources) for additional information on how to install these.
|
|
|
You need a working VS Code environment with the PlatformIO extension installed. Check [this page](Additional-resources) for additional information on how to install these.
|
|
|
|
|
|
Then, you need to clone the Core repository:
|
|
|
`git clone https://gitlab.laas.fr/owntech/power-api/core.git owntech_power_api`
|
... | ... | @@ -27,4 +27,4 @@ More details can be found in the [readme file](https://gitlab.laas.fr/owntech/po |
|
|
The policy of the project is to use merge requests for contribution.
|
|
|
You'll first need to fork the repository so that you can work on a private mirror. You can manage this mirror the way you want, however you must ensure that your changes are fast-forward regarding the `main` branch when you request a merge.
|
|
|
|
|
|
More details on this procedure can be found on [this page](Contributing using git). |
|
|
\ No newline at end of file |
|
|
More details on this procedure can be found on [this page](Contributing-using-git). |
|
|
\ No newline at end of file |