fdcavalcanti commented on PR #17417: URL: https://github.com/apache/nuttx/pull/17417#issuecomment-3601469087
> Hi @fdcavalcanti @tmedicci @eren-terzioglu, > > I believe we also need to rename this configuration. https://github.com/fdcavalcanti/nuttx/tree/feature/rename-esp32c3-legacy/boards/risc-v/esp32c3 > > esp32c3-generic/configs/pm -> esp32c3-devkit/configs/pm > > https://github.com/fdcavalcanti/nuttx/tree/feature/rename-esp32c3-legacy/boards/risc-v/esp32c3/esp32c3-generic/configs/pm > > there is an error > > ``` > ==================================================================================== > Configuration/Tool: esp32c3-devkit/bmp180 > 2025-12-01 18:21:16 > ------------------------------------------------------------------------------------ > Cleaning... > Configuring... > Building NuttX... > chip/esp-hal-3rdparty/nuttx/src/components/esp_driver_gpio/src/gpio.c: In function 'gpio_pullup_en': > Error: chip/esp-hal-3rdparty/nuttx/src/components/esp_driver_gpio/src/gpio.c:60:46: error: 'SOC_GPIO_SUPPORT_RTC_INDEPENDENT' undeclared (first use in this function) > 60 | if (!rtc_gpio_is_valid_gpio(gpio_num) || SOC_GPIO_SUPPORT_RTC_INDEPENDENT) { > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > chip/esp-hal-3rdparty/nuttx/src/components/esp_driver_gpio/src/gpio.c:60:46: note: each undeclared identifier is reported only once for each function it appears in > chip/esp-hal-3rdparty/nuttx/src/components/esp_driver_gpio/src/gpio.c: In function 'gpio_pullup_dis': > Error: chip/esp-hal-3rdparty/nuttx/src/components/esp_driver_gpio/src/gpio.c:79:46: error: 'SOC_GPIO_SUPPORT_RTC_INDEPENDENT' undeclared (first use in this function) > 79 | if (!rtc_gpio_is_valid_gpio(gpio_num) || SOC_GPIO_SUPPORT_RTC_INDEPENDENT) { > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > chip/esp-hal-3rdparty/nuttx/src/components/esp_driver_gpio/src/gpio.c: In function 'gpio_pulldown_en': > Error: chip/esp-hal-3rdparty/nuttx/src/components/esp_driver_gpio/src/gpio.c:98:46: error: 'SOC_GPIO_SUPPORT_RTC_INDEPENDENT' undeclared (first use in this function) > 98 | if (!rtc_gpio_is_valid_gpio(gpio_num) || SOC_GPIO_SUPPORT_RTC_INDEPENDENT) { > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > chip/esp-hal-3rdparty/nuttx/src/components/esp_driver_gpio/src/gpio.c: In function 'gpio_pulldown_dis': > Error: chip/esp-hal-3rdparty/nuttx/src/components/esp_driver_gpio/src/gpio.c:117:46: error: 'SOC_GPIO_SUPPORT_RTC_INDEPENDENT' undeclared (first use in this function) > 117 | if (!rtc_gpio_is_valid_gpio(gpio_num) || SOC_GPIO_SUPPORT_RTC_INDEPENDENT) { > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > make[1]: *** [Makefile:144: chip/esp-hal-3rdparty/nuttx/src/components/esp_driver_gpio/src/gpio.o] Error 1 > make[1]: Target 'libarch.a' not remade because of errors. > make: *** [tools/LibTargets.mk:170: arch/risc-v/src/libarch.a] Error 2 > make: Target 'all' not remade because of errors. > /github/workspace/sources/nuttx/tools/testbuild.sh: line 385: /github/workspace/sources/nuttx/../nuttx/nuttx.manifest: No such file or directory > [1/1] Normalize esp32c3-devkit/bmp180 > ==================================================================================== > ``` Must have been happened after rebase. Will fix, thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
