Davi Diogo da Silva

Results 7 comments of 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...

I just followed your instructions but I still have the same behavior. ![image](https://github.com/user-attachments/assets/a9b10ce9-7a08-4aa0-8254-d764e8cdc5f5) ![image](https://github.com/user-attachments/assets/ecb62cb4-a3f8-4047-b41b-a6115e2cc1aa) ![image](https://github.com/user-attachments/assets/54ae6e0b-983a-49cd-8bb5-f1824750f347)

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...