PlantCtrl/rust/sdkconfig.defaults

10 lines
395 B
Plaintext
Raw Normal View History

2023-11-20 00:05:47 +01:00
# Rust often needs a bit of an extra main task stack size compared to C (the default is 3K)
2024-03-02 13:21:12 +01:00
CONFIG_ESP_MAIN_TASK_STACK_SIZE=25000
2023-11-20 00:05:47 +01:00
# 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).
2023-11-23 22:50:17 +01:00
CONFIG_FREERTOS_HZ=1000
2023-11-20 00:05:47 +01:00
2024-05-01 18:06:20 +02:00
CONFIG_BOOTLOADER_APP_ROLLBACK_ENABLE=y
CONFIG_I2C_ENABLE_DEBUG_LOG=y
DEBUG_LEVEL=5