This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 0ed714bba4280f98f35cb0df1f9d668099604f97
Author: Tiago Medicci Serrano <[email protected]>
AuthorDate: Thu May 9 07:54:28 2024 -0300

    esp32s3/adc: Update the bootloader configuration for ESP32-S3
    
    Avoid using the legacy bootloader in case it isn't required. Use
    the simple boot instead.
---
 boards/xtensa/esp32s3/esp32s3-devkit/configs/adc/defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/boards/xtensa/esp32s3/esp32s3-devkit/configs/adc/defconfig 
b/boards/xtensa/esp32s3/esp32s3-devkit/configs/adc/defconfig
index 178c899592..388a7fc6a5 100644
--- a/boards/xtensa/esp32s3/esp32s3-devkit/configs/adc/defconfig
+++ b/boards/xtensa/esp32s3/esp32s3-devkit/configs/adc/defconfig
@@ -26,7 +26,6 @@ CONFIG_ESP32S3_ADC1_CHANNEL0=y
 CONFIG_ESP32S3_ADC1_CHANNEL1=y
 CONFIG_ESP32S3_ADC1_CHANNEL2=y
 CONFIG_ESP32S3_ADC=y
-CONFIG_ESP32S3_APP_FORMAT_LEGACY=y
 CONFIG_ESP32S3_UART0=y
 CONFIG_EXAMPLES_ADC=y
 CONFIG_EXAMPLES_ADC_SWTRIG=y

Reply via email to