lupyuen commented on PR #15188: URL: https://github.com/apache/nuttx/pull/15188#issuecomment-2544502981
@linguini1 There's a problem with defconfig: https://github.com/apache/nuttx/actions/runs/12341919533/job/34441171841?pr=15188#step:7:88 ```text Configuration/Tool: raspberrypi-4b/nsh Normalize raspberrypi-4b/nsh 14,15d13 < CONFIG_BCM2711_LOW_PERIPHERAL=y < CONFIG_ARCH_INTERRUPTSTACK=4096 16a15 > CONFIG_ARCH_INTERRUPTSTACK=4096 44d42 < CONFIG_RPI4B_RAM_4GB=y 62d59 < CONFIG_UART0_SERIAL_CONSOLE=y 65d61 < CONFIG_USERLED_LOWER=y ``` To fix this: Just run refresh.sh https://lupyuen.github.io/articles/pr#appendix-nuttx-configuration-files ```bash $ cd nuttx $ make distclean $ tools/refresh.sh --silent raspberrypi-4b:nsh $ git status ## Remember to commit the updated `defconfig`! ``` -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org