lupyuen commented on PR #15219: URL: https://github.com/apache/nuttx/pull/15219#issuecomment-2548382386
Sorry @hujun260 wonder if we missed out something for Tiva Spin Lock? https://github.com/NuttX/nuttx/actions/runs/12370858664/job/34525845581#step:7:595 ```text Configuration/Tool: dk-tm4c129x/ipv6,CONFIG_ARM_TOOLCHAIN_GNU_EABI chip/tm4c/tm4c_gpio.c: In function 'tiva_configgpio': Error: chip/tm4c/tm4c_gpio.c:793:11: error: implicit declaration of function 'spin_lock_irqsave' [-Werror=implicit-function-declaration] 793 | flags = spin_lock_irqsave(&g_configgpio_lock); | ^~~~~~~~~~~~~~~~~ Error: chip/tm4c/tm4c_gpio.c:844:3: error: implicit declaration of function 'spin_unlock_irqrestore' [-Werror=implicit-function-declaration] 844 | spin_unlock_irqrestore(&g_configgpio_lock, flags); | ^~~~~~~~~~~~~~~~~~~~~~ ``` More Tiva Spin Lock errors at NuttX Dashboard: https://nuttx-dashboard.org/d/fe2bqg6uk7nr4a/build-logs-from-nuttx-build-farm?from=now-2d&to=now&timezone=browser&var-arch=$__all&var-subarch=$__all&var-board=$__all&var-config=$__all&var-group=arm-14&var-Filters=&__cf_chl_tk=iMcyDBki9HdNDQL8aX3EaEb47.pJs79A1d8oQT.A5Pc-1733459484-1.0.1.1-sNb9kVpXOg3kOHZEvTfrf9Z6j_CMoUsQnuwOU31abEE  -- 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]
