JianyuWang0623 commented on PR #3758:
URL: https://github.com/apache/nuttx-apps/pull/3758#issuecomment-5434583661

   Note on CI: the only genuine failure here is `Linux (risc-v-03)`; the other 
red jobs are cancelled by fail-fast. risc-v-03 fails on the 
`esp32p4-tab5/lvgl_term` config with `undefined reference to 'lvglterm_main'` 
(and a dirty defconfig via `savedefconfig`), which is unrelated to this PR — 
this PR only touches `system/nxinit/`.
   
   Root cause: `esp32p4-tab5/lvgl_term`'s defconfig is missing 
`CONFIG_PSEUDOTERM=y`, which `EXAMPLES_LVGLTERM` depends on. The fix is already 
up as apache/nuttx#19981 ("boards: Refresh lvglterm related defconfig"), which 
adds `CONFIG_PSEUDOTERM=y` to that defconfig. Once it merges, re-running CI 
here should be green.


-- 
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]

Reply via email to