esp-idf/components/console/test_apps/console
2024-03-21 16:33:44 +08:00
..
main refactor(console): made help command sorting depend on Kconfig option 2024-03-21 16:33:44 +08:00
CMakeLists.txt ci: fixed test apps overriding pytest configs 2023-04-26 11:07:35 +08:00
pytest_console.py refactor(console): made help command sorting depend on Kconfig option 2024-03-21 16:33:44 +08:00
README.md refactor(console): made help command sorting depend on Kconfig option 2024-03-21 16:33:44 +08:00
sdkconfig.ci.defaults refactor(console): made help command sorting depend on Kconfig option 2024-03-21 16:33:44 +08:00
sdkconfig.ci.defaults.linux refactor(console): made help command sorting depend on Kconfig option 2024-03-21 16:33:44 +08:00
sdkconfig.ci.sorted refactor(console): made help command sorting depend on Kconfig option 2024-03-21 16:33:44 +08:00
sdkconfig.ci.sorted.linux refactor(console): made help command sorting depend on Kconfig option 2024-03-21 16:33:44 +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-C3 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