Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
adds section for positional arguments in the run command
  • Loading branch information
pixelboehm committed Jun 23, 2021
1 parent a078305 commit 1e5170a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ By default, we compile with the feature called `gnu99`, that adds `--std=gnu99`
```bash
--feature=-gnu99
```

Since `v1.0` of the EmbeddedSystemsBuildScripts, the `bazel run` command of the AvrToolchain requires a positional argument, which specifies the port of the programmer. Positional arguments are applied with two dashes, after the initial command, i.e. `bazel run //package:target_upload --platform=... -- /dev/ttyXYZ`

### Arm Toolchain

To be able to build for arm cpu's you add the following lines to your `WORKSPACE`:
Expand Down

0 comments on commit 1e5170a

Please sign in to comment.