lupyuen commented on PR #14351: URL: https://github.com/apache/nuttx/pull/14351#issuecomment-2453236039
Sorry @Fix-Point I think we have a similar problem with `esp32s3-devkit/eth_lan9250`. FYI I tracked this using our new [NuttX Build History Tool](https://nuttx-dashboard.org/d/fe2q876wubc3kc/nuttx-build-history?from=now-30d&to=now&timezone=browser&var-arch=$__all&var-subarch=$__all&var-board=esp32s3-devkit&var-config=eth_lan9250&var-group=$__all&var-Filters=) ```text Configuration/Tool: esp32s3-devkit/eth_lan9250 chip/esp32s3_efuse_lowerhalf.c: In function 'esp32s3_efuse_lowerhalf_write': Error: chip/esp32s3_efuse_lowerhalf.c:142:11: error: implicit declaration of function 'enter_critical_section' [-Werror=implicit-function-declaration] 142 | flags = enter_critical_section(); | ^~~~~~~~~~~~~~~~~~~~~~ Error: chip/esp32s3_efuse_lowerhalf.c:152:3: error: implicit declaration of function 'leave_critical_section' [-Werror=implicit-function-declaration] 152 | leave_critical_section(flags); | ^~~~~~~~~~~~~~~~~~~~~~ ``` https://github.com/NuttX/nuttx/actions/runs/11630100298/job/32388417948#step:7:864 -- 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]
