mirror of
https://github.com/m5stack/StackChan.git
synced 2026-04-27 19:12:40 +00:00
5001b7081b
* add firmware source code
26 lines
276 B
Markdown
26 lines
276 B
Markdown
# StackChan Firmware
|
|
|
|
## Build
|
|
|
|
### Fetch Dependencies
|
|
|
|
```bash
|
|
python3 ./fetch_repos.py
|
|
```
|
|
|
|
### Tool Chains
|
|
|
|
[ESP-IDF v5.5.1](https://docs.espressif.com/projects/esp-idf/en/v5.5.1/esp32s3/index.html)
|
|
|
|
### Build
|
|
|
|
```bash
|
|
idf.py build
|
|
```
|
|
|
|
### Flash
|
|
|
|
```bash
|
|
idf.py flash
|
|
```
|