tmedicci opened a new pull request, #9022: URL: https://github.com/apache/nuttx/pull/9022
## Summary Add the `FORCE_LIBC_ARCH_KERNEL` option to force arch-specific implementation of `libc` for kernel when built with protected mode. This option is beneficial for architectures with optimized implementations on ROM but requires software-defined versions to be used by the userspace. ## Impact This option should be selected by an arch's Kconfig to be enabled. Currently, it's selected by the xtensa-based ESP32-S3. There is no impact on other architectures. ## Testing Internal CI testing + ESP32S3 running Wi-Fi on protected build mode (PR to be submitted). -- 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