|
|
há 2 anos atrás | |
|---|---|---|
| .. | ||
| main | há 2 anos atrás | |
| .build-test-rules.yml | há 2 anos atrás | |
| CMakeLists.txt | há 2 anos atrás | |
| README.md | há 2 anos atrás | |
| pytest_perfmon_ut.py | há 2 anos atrás | |
| sdkconfig.defaults | há 2 anos atrás | |
| 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