esp-idf/components/console/test_apps/console
2024-01-29 17:13:22 +08:00
..
main feat(console): Refactored code to support Linux target 2024-01-29 17:13:22 +08:00
CMakeLists.txt ci: fixed test apps overriding pytest configs 2023-04-26 11:07:35 +08:00
pytest_console.py feat(console): Refactored code to support Linux target 2024-01-29 17:13:22 +08:00
README.md feat(console): Refactored code to support Linux target 2024-01-29 17:13:22 +08:00
sdkconfig.defaults ci: update idf-core related tests for C6 2023-02-13 13:01:57 +08:00
sdkconfig.defaults.linux feat(console): Refactored code to support Linux target 2024-01-29 17:13:22 +08:00

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-C6 ESP32-H2 ESP32-P4 ESP32-S2 ESP32-S3 Linux

Note: Most of the test cases shouldn't be run manually, but pytest should be used instead. E.g., to run all test cases on ESP32 using pytest, use:

pytest --target esp32 -m generic