Skip to content

Commit 912fb39

Browse files
committed
Build Zephyr Projects with Zephyr Workbench in VS Code
1 parent afd3627 commit 912fb39

5 files changed

Lines changed: 99 additions & 0 deletions

File tree

assets/contributors.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,4 @@ Gian Marco Iodice,Arm,,,,
9191
Aude Vuilliomenet,Arm,,,,
9292
Andrew Kilroy,Arm,,,,
9393
Peter Harris,Arm,,,,
94+
Ayoub-Bourjilat,AC6,,ayoub-bourjilat-a55b58165,,
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
# User change
3+
title: "Build and run Zephyr applications using Zephyr Workbench"
4+
5+
weight: 2 # 1 is first, 2 is second, etc.
6+
7+
# Do not modify these elements
8+
layout: "learningpathall"
9+
---
10+
11+
12+
### What is Zephyr Workbench?
13+
14+
15+
### What do I need before installing Zephyr Workbench ?
16+
17+
18+
### Zephyr Workbench Installation
19+
20+
21+
### Create and build an example
22+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
# User change
3+
title: "Build and run Zephyr applications"
4+
5+
weight: 3 # 1 is first, 2 is second, etc.
6+
7+
# Do not modify these elements
8+
layout: "learningpathall"
9+
---
10+
11+
### Walk through an example code
12+
13+
14+
### Memory analysis
15+
16+
17+
### Debug Application
18+
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Build Zephyr Projects with Zephyr Workbench in VS Code
3+
4+
minutes_to_complete: 30
5+
6+
who_is_this_for: This is an introductory topic for software developers to use VS Code extenstion for Zephyr projects.
7+
8+
9+
learning_objectives:
10+
- Build and run Zephyr applications on VS Code
11+
12+
prerequisites:
13+
- Some familiarity with embedded C programming
14+
- A VS code develop environment
15+
16+
author:
17+
- Ayoub Bourjilat
18+
- Odin Shen
19+
20+
test_images:
21+
- Cortex-M
22+
test_link: null
23+
test_maintenance: true
24+
25+
### Tags
26+
skilllevels: Introductory
27+
subjects: RTOS Fundamentals
28+
armips:
29+
- Cortex-M
30+
operatingsystems:
31+
- RTOS
32+
tools_software_languages:
33+
- Zephyr
34+
- C
35+
36+
further_reading:
37+
- resource:
38+
title: Zephyr Project Documentation
39+
link: https://docs.zephyrproject.org/latest/index.html
40+
type: documentation
41+
42+
43+
### FIXED, DO NOT MODIFY
44+
# ================================================================================
45+
weight: 1 # _index.md always has weight of 1 to order correctly
46+
layout: "learningpathall" # All files under learning paths have this same wrapper
47+
learning_path_main_page: "yes" # This should be surfaced when looking for related content. Only set for _index.md of learning path content.
48+
layout: learningpathall
49+
50+
---
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
# ================================================================================
3+
# FIXED, DO NOT MODIFY THIS FILE
4+
# ================================================================================
5+
weight: 21 # Set to always be larger than the content in this path to be at the end of the navigation.
6+
title: "Next Steps" # Always the same, html page title.
7+
layout: "learningpathall" # All files under learning paths have this same wrapper for Hugo processing.
8+
---

0 commit comments

Comments
 (0)