Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Carbon zephyr example location update (#959)
Browse files Browse the repository at this point in the history
* iot: carbon: Fixed path to shell example

The module got moved [1] and renamed [2] upstream.

[1] zephyrproject-rtos/zephyr@52448f6
[2] zephyrproject-rtos/zephyr@fa7f13e

* iot: carbon: Fix markdown headings

A space was missing here, breaking the generation of proper headings.
  • Loading branch information
Ablu authored May 3, 2023
1 parent fc70e3c commit 213198c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions iot/carbon/build/linux/build-shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ These instructions will show how to build a sample Zephyr application using a Li

***

####**Step 0**: Download and setup Zephyr
#### **Step 0**: Download and setup Zephyr
- Download and setup the Zephyr development environment from https://www.zephyrproject.org. You can find more information about installing the Zephyr SDK at https://www.zephyrproject.org/doc/getting_started/getting_started.html

```shell
$ git clone https://gerrit.zephyrproject.org/r/zephyr
```

####**Step 1**: Build the Zephyr shell application
#### **Step 1**: Build the Zephyr shell application

**Build the sample shell application as follows:**

```shell
$ cd zephyr
$ source zephyr-env.sh
$ cd samples/subsys/shell
$ cd samples/subsys/shell/shell_module/
$ mkdir outdir; cd outdir
$ cmake -DBOARD=96b_carbon ..
$ make
Expand Down

0 comments on commit 213198c

Please sign in to comment.