2025-03-28 09:38:26 +08:00
2025-03-21 15:46:38 +08:00
2025-03-21 15:46:38 +08:00
2025-03-21 15:46:38 +08:00
2025-03-21 15:46:38 +08:00
2025-03-21 15:46:38 +08:00
2025-03-21 15:46:38 +08:00
2025-03-21 15:46:38 +08:00
2025-03-21 15:46:38 +08:00

StamPLC User Demo

User demo source code of StamPLC.

Build

Fetch Dependencies

python ./fetch_repos.py

Desktop Build

Tool Chains

sudo apt install build-essential cmake

Build

mkdir build && cd build
cmake .. && make -j8

Run

cd desktop && ./app_desktop_build

IDF Build

Tool Chains

ESP-IDF v5.1.4

Build

cd platforms/esp32s3
idf.py build

Flash

idf.py -p <YourPort> flash -b 1500000
Flash AssetPool Bin File
parttool.py --port <YourPort> write_partition --partition-name=assetpool --input "./AssetPool.bin"

Acknowledgments

This project references the following open-source libraries and resources:

S
Description
No description provided
Readme MIT 417 KiB
Languages
C++ 74.3%
HTML 11.6%
C 11.4%
Python 1.7%
CMake 0.6%
Other 0.4%