tmedicci commented on PR #18614: URL: https://github.com/apache/nuttx/pull/18614#issuecomment-4142092043
> HI @tmedicci please fix > > ``` > ==================================================================================== > Configuration/Tool: heltec_wifi_lora32/sx1276 > 2026-03-26 20:25:54 > ------------------------------------------------------------------------------------ > Cleaning... > Configuring... > Building NuttX... > board/esp32_sx127x.c: In function 'sx127x_irq0_attach': > Error: board/esp32_sx127x.c:93:3: error: implicit declaration of function 'esp32_gpioirqdisable'; did you mean 'esp_gpioirqdisable'? [-Wimplicit-function-declaration] > 93 | esp32_gpioirqdisable(irq); > | ^~~~~~~~~~~~~~~~~~~~ > | esp_gpioirqdisable > Error: board/esp32_sx127x.c:108:3: error: implicit declaration of function 'esp32_gpioirqenable'; did you mean 'esp_gpioirqenable'? [-Wimplicit-function-declaration] > 108 | esp32_gpioirqenable(irq, RISING); > | ^~~~~~~~~~~~~~~~~~~ > | esp_gpioirqenable > board/esp32_sx127x.c: In function 'sx127x_chip_reset': > Error: board/esp32_sx127x.c:128:3: error: implicit declaration of function 'esp32_gpiowrite'; did you mean 'esp_gpiowrite'? [-Wimplicit-function-declaration] > 128 | esp32_gpiowrite(GPIO_SX127X_RESET, 0); > | ^~~~~~~~~~~~~~~ > | esp_gpiowrite > make[1]: *** [/github/workspace/sources/nuttx/boards/Board.mk:83: esp32_sx127x.o] Error 1 > make[1]: Target 'libboard.a' not remade because of errors. > make: *** [tools/LibTargets.mk:89: arch/xtensa/src/board/libboard.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 heltec_wifi_lora32/sx1276 > ==================================================================================== > ``` Wow, I had fixed that internally, I may have dropped the fix during squash. 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]
