Skip to content
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

add more instructions for make_app toolbelt #1242

Merged
merged 1 commit into from
Mar 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/userguides/app_layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,11 @@ make
or with [the toolbelt](https://www.bitcraze.io/documentation/repository/toolbelt/master/), from the crazyflie-firmware root:

```
tb make_app examples/app_hello_world/
tb make_app examples/app_hello_world/ clean
tb make_app examples/app_hello_world/ -j8
```

Then flash the resulting bin on your crazyflie according to [the flashing instructions](/docs/building-and-flashing/build.md).
Then flash the resulting bin on your crazyflie according to [the flashing instructions](/docs/building-and-flashing/build.md). Make sure to point to the right build binary.


## Internal log and param system
Expand Down