Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enable console component and generate bindings for its header files
To enable use of the ESP-IDF "console" component (https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/console.html) in a Rust application, such as a Rust port of the console example apps (https://github.com/espressif/esp-idf/tree/4dc74c9/examples/system/console), this branch enables the component and generates bindings for its esp_console.h, linenoise.h, and argtable3.h header files.
- Loading branch information