-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NOISSUE - Add WAMR - Zephyr integration docs #7
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: JeffMboya <[email protected]>
Signed-off-by: JeffMboya <[email protected]>
Signed-off-by: JeffMboya <[email protected]>
Signed-off-by: JeffMboya <[email protected]>
Signed-off-by: JeffMboya <[email protected]>
Signed-off-by: JeffMboya <[email protected]>
Signed-off-by: JeffMboya <[email protected]>
Signed-off-by: JeffMboya <[email protected]>
Signed-off-by: JeffMboya <[email protected]>
Signed-off-by: JeffMboya <[email protected]>
Signed-off-by: JeffMboya <[email protected]>
Signed-off-by: JeffMboya <[email protected]>
Signed-off-by: JeffMboya <[email protected]>
Signed-off-by: JeffMboya <[email protected]>
Signed-off-by: JeffMboya <[email protected]>
Signed-off-by: JeffMboya <[email protected]>
Signed-off-by: JeffMboya <[email protected]>
Signed-off-by: JeffMboya <[email protected]>
Signed-off-by: JeffMboya <[email protected]>
docs/WAMR-Zephyr.md
Outdated
@@ -0,0 +1,475 @@ | |||
# Deploying WAMR on Zephyr for ESP32 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rename the file to zephyr.md or embedded.md and add it on the TOC
docs/WAMR-Zephyr.md
Outdated
### Install Dependencies on your development machine | ||
|
||
Update your system: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For debian based systems you can use the following command | |
docs/WAMR-Zephyr.md
Outdated
Create a Zephyr workspace and clone the repository: | ||
|
||
```bash | ||
west init ~/zephyrproject |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where do we get west?
docs/WAMR-Zephyr.md
Outdated
Set up a Python virtual environment: | ||
|
||
```bash | ||
sudo apt install python3-venv |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seperate installation of python3-venv
with the others
Signed-off-by: JeffMboya <[email protected]>
Signed-off-by: JeffMboya <[email protected]>
What type of PR is this?
This is a documentation update
What does this do?
Adds docs describing deployment of WAMR on Zephyr
Which issue(s) does this PR fix/relate to?
No issue
Have you included tests for your changes?
No
Did you document any new/modified features?
No
Notes