From 49c201add7a27745c91d517b4e3e72c86c78502b Mon Sep 17 00:00:00 2001 From: Victoria Fischer Date: Mon, 9 Mar 2026 10:28:31 +0100 Subject: [PATCH] cargo: config: re-enable SPI in ram, disable USB PHY --- .cargo/config.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 4567319..e34ffc6 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -2,11 +2,11 @@ runner = "espflash flash --monitor --partition-table ./partitions.csv" [env] -ESP_LOG="info" -ESP_HAL_CONFIG_PLACE_RMT_DRIVER_IN_RAM="true" -ESP_HAL_EMBASSY_CONFIG_TIMER_QUEUE="multiple-integrated" -ESP_WIFI_CONFIG_COUNTRY_CODE="DE" -ESP_RTOS_CONFIG_TICK_RATE_HZ="50" +ESP_HAL_CONFIG_PLACE_SPI_MASTER_DRIVER_IN_RAM="true" +ESP_RTOS_CONFIG_SW_TASK_OVERFLOW_DETECTION="true" +ESP_RTOS_CONFIG_HW_TASK_OVERFLOW_DETECTION="true" +REASSEMBLY_BUFFER_COUNT="5" +ESP_PHY_CONFIG_PHY_ENABLE_USB="false" [build] rustflags = [