We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bccb7ca commit 3f9dca9Copy full SHA for 3f9dca9
1 file changed
docs/os-development/compiling.md
@@ -31,12 +31,13 @@ Usage:
31
./scripts/build_mpos.sh <target system>
32
```
33
34
-**Target systems**: `esp32`, `unix` (= Linux) and `macOS`
+**Target systems**: `esp32`, `esp32s3`, `unix` (= Linux) and `macOS`
35
36
**Examples**:
37
38
39
./scripts/build_mpos.sh esp32
40
+./scripts/build_mpos.sh esp32s3
41
./scripts/build_mpos.sh unix
42
./scripts/build_mpos.sh macOS
43
0 commit comments