Skip to content

Commit a2d3ac1

Browse files
Update docs
1 parent 1cdd1fd commit a2d3ac1

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

docs/building/esp32.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,21 @@ git clone https://github.com/MicroPythonOS/secp256k1-embedded-ecdh
2828
2. **Build for Production** (includes preinstalled files):
2929
3030
```bash
31-
./scripts/build_lvgl_micropython.sh esp32 prod
31+
./scripts/build_lvgl_micropython.sh esp32 prod waveshare-esp32-s3-touch-lcd-2
32+
```
33+
34+
or, depending on the device you're building for:
35+
36+
```bash
37+
./scripts/build_lvgl_micropython.sh esp32 prod fri3d-2024
3238
```
3339
3440
3. **Build for Development** (no preinstalled files):
3541
3642
```bash
37-
./scripts/build_lvgl_micropython.sh esp32 dev
43+
./scripts/build_lvgl_micropython.sh esp32 dev fri3d-2024
44+
# or
45+
./scripts/build_lvgl_micropython.sh esp32 dev waveshare-esp32-s3-touch-lcd-2
3846
```
3947
4048
## Flashing to ESP32

docs/getting-started/supported-hardware.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ MicroPythonOS runs on a variety of platforms, from microcontrollers to desktops.
44

55
## ESP32 Microcontrollers
66

7+
- [Fri3d Camp 2024 Badge](https://fri3d.be/badge/2024/)
78
- [Waveshare ESP32-S3-Touch-LCD-2](https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-2): Fully Supported
89

910
## Desktop Computers

0 commit comments

Comments
 (0)