You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributor-guide/development.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,12 @@ Start the arduino-app-cli in daemon mode:
30
30
31
31
-`ARDUINO_APP_CLI__DATA_DIR=debian/arduino-app-cli/home/arduino/.local/share/arduino-app-cli go tool task start`
32
32
33
-
NOTE: only a subset of HTTP APIs are working by running the daemon mode into a development PC. To run the `arduino-app-cli` into the board see `Running`arduino-app-cli`into the board` section.
33
+
NOTE: only a subset of HTTP APIs are working by running the daemon mode on a development PC. To run Arduino App CLI on the board see the **Running Arduino App CLI on the board** section below.
34
34
35
35
## Running Checks
36
36
37
37
> [!NOTE]
38
-
> Since the `arduino-app-cli`runs on a debian-based OS, some tests do not work on Windows and macOS
38
+
> Since Arduino App CLI runs on a Debian-based OS, some tests do not work on Windows and macOS
39
39
40
40
Checks and tests are set up to ensure the project content is functional and compliant with the established standards.
41
41
@@ -45,12 +45,12 @@ Checks and tests are set up to ensure the project content is functional and comp
45
45
46
46
In particular, `go tool task test` runs the following tests
47
47
48
-
-`test:pkg` which exposes cross-platform api for working with the board (those should run for every platform)
49
-
-`test:internal` runs test of the internal component of the app-cli, which targets only Linux
48
+
-`test:pkg` which exposes a cross-platform API for working with the board (those should run for every platform)
49
+
-`test:internal` runs tests of the internal components, which targets only Linux
50
50
51
-
## Running `arduino-app-cli` into the board
51
+
## Running Arduino App CLI on the board
52
52
53
-
This is reccomended way to test a local development version of the arduino-app-cli into a board.
53
+
This is reccomended way to test a local development version of Arduino App CLI on a board.
54
54
55
55
1. Connect an [Arduino UNO Q](https://docs.arduino.cc/hardware/uno-q/) board via USB.
56
56
1.`go tool task board:install` installs the current version of Arduino App CLI on the board (`adb` is needed). The password of the `arduino` username of the board is requested.
0 commit comments