Davi Diogo da Silva
Davi Diogo da Silva
Sure @acassis I will attach my defconfig from `esp32c6-devkitc:wifi` ``` CONFIG_ALLOW_BSD_COMPONENTS=y CONFIG_ARCH="risc-v" CONFIG_ARCH_BOARD="esp32c6-devkitc" CONFIG_ARCH_BOARD_COMMON=y CONFIG_ARCH_BOARD_ESP32C6_DEVKITC=y CONFIG_ARCH_CHIP="esp32c6" CONFIG_ARCH_CHIP_ESP32C6=y CONFIG_ARCH_CHIP_ESP32C6WROOM1=y CONFIG_ARCH_INTERRUPTSTACK=2048 CONFIG_ARCH_RISCV=y CONFIG_ARCH_STACKDUMP=y CONFIG_BOARD_LOOPSPERMSEC=15000 CONFIG_BUILTIN=y CONFIG_DEV_ZERO=y CONFIG_DRIVERS_IEEE80211=y CONFIG_DRIVERS_WIRELESS=y CONFIG_ESPRESSIF_ESP32C6=y CONFIG_ESPRESSIF_SPIFLASH=y CONFIG_ESPRESSIF_SPIFLASH_SPIFFS=y CONFIG_ESPRESSIF_WIFI=y...
Hi @wengzhe, do we have any information about this?
I just followed your instructions but I still have the same behavior.   
Hi @fdcavalcanti, good news. Are there any issues related to this fix? Furthermore, I understand that you were able to track down the commit that caused the break. Could you...
Adding to what has already been said: It seems like the issue is related to missing configurations in NuttX concerning the Espressif HAL for the ESP32C6. As a validation, I...
Yes @FelipeMdeO , I can reproduce the build without any errors. @fdcavalcanti I continue testing and have no apparent problems
Hi @tmedicci thanks for the support with this! Closing...