royfengsss commented on code in PR #10626: URL: https://github.com/apache/nuttx/pull/10626#discussion_r1325642800
########## libs/libm/newlib/Kconfig: ########## @@ -3,6 +3,14 @@ # see the file kconfig-language.txt in the NuttX tools repository. # +config LIBM_USE_NEWLIB_ESP32 + bool "Use Espressif ported newlib-esp32" + depends on LIBM_NEWLIB Review Comment: Updated. Directly used `CONFIG_ARCH_CHIP_ESP32` to decide what newlib package will be used. -- 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]
