Skip to content

Commit 3f9dca9

Browse files
Update docs
1 parent bccb7ca commit 3f9dca9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/os-development/compiling.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,13 @@ Usage:
3131
./scripts/build_mpos.sh <target system>
3232
```
3333

34-
**Target systems**: `esp32`, `unix` (= Linux) and `macOS`
34+
**Target systems**: `esp32`, `esp32s3`, `unix` (= Linux) and `macOS`
3535

3636
**Examples**:
3737

3838
```
3939
./scripts/build_mpos.sh esp32
40+
./scripts/build_mpos.sh esp32s3
4041
./scripts/build_mpos.sh unix
4142
./scripts/build_mpos.sh macOS
4243
```

0 commit comments

Comments
 (0)