xuxin930 opened a new pull request, #2479: URL: https://github.com/apache/nuttx-apps/pull/2479
## Summary After https://github.com/apache/nuttx-apps/pull/2478 We have a range of legacy applications that do not conform to the specification. This patch completes part of it. 1. Added example of romfs unionfs 2. Added cmake host support for udp tcp blaster ## Impact **This will fix the current CI BB** ```shell /usr/bin/ld: nuttx.rel:(.data.rel.ro.g_builtins+0x58): undefined reference to `udpblaster_main' /usr/bin/ld: nuttx.rel:(.data.rel.ro.g_builtins+0x58): undefined reference to `romfs_main' /usr/bin/ld: nuttx.rel:(.data.rel.ro.g_builtins+0x118): undefined reference to `tcpblaster_main' /usr/bin/ld: nuttx.rel:(.data.rel.ro.g_builtins+0x40): undefined reference to `unionfs_main' ``` ## Testing CI -- 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]
