|
|
пре 2 година | |
|---|---|---|
| .. | ||
| main | пре 2 година | |
| .build-test-rules.yml | пре 2 година | |
| CMakeLists.txt | пре 2 година | |
| README.md | пре 2 година | |
| pytest_perfmon_ut.py | пре 2 година | |
| sdkconfig.defaults | пре 2 година | |
| Supported Targets | ESP32 | ESP32-S2 | ESP32-S3 |
|---|
To build and run this test app, using esp32s3 target for example:
idf.py set-target esp32s3
idf.py build flash monitor
To run tests using pytest:
idf.py set-target esp32s3
idf.py build
pytest --target=esp32s3