Initial working exampel of test console

This commit is contained in:
2024-08-12 14:04:09 -04:00
parent 143b3b057b
commit 3633f636c6
5 changed files with 336 additions and 70 deletions

View File

@ -1,9 +1,13 @@
# Rust often needs a bit of an extra main task stack size compared to C (the default is 3K)
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8000
# USB drivers from the ESP IDF, to enable stdin. First one is for sx chips, second is for cx chips (risc)
CONFIG_ESP_CONSOLE_USB_CDC=y # for s, s3, etc. chips
# CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG=y # For RISC based c3 chips
# Use this to set FreeRTOS kernel tick frequency to 1000 Hz (100 Hz by default).
# This allows to use 1 ms granuality for thread sleeps (10 ms by default).
#CONFIG_FREERTOS_HZ=1000
CONFIG_FREERTOS_HZ=1000
# Workaround for https://github.com/espressif/esp-idf/issues/7631
#CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=n