royfengsss commented on code in PR #10626: URL: https://github.com/apache/nuttx/pull/10626#discussion_r1325640967
########## libs/libm/newlib/Make.defs: ########## @@ -18,21 +18,31 @@ # ############################################################################ -NEWLIB_VERSION=4.3.0.20230120 +ifeq ($(CONFIG_LIBM_USE_NEWLIB_ESP32),y) + NEWLIB_VERSION=esp-4.1.0_20230425 + NEWLIB_BASENAME=newlib-esp32 + NEWLIB_URL_BASE=https://github.com/espressif/newlib-esp32/archive + NEWLIB_TARBALL=$(NEWLIB_VERSION).tar.gz +else + NEWLIB_VERSION=4.3.0.20230120 Review Comment: 4.1.0 is the latest version of newlib-esp32 I can find. I guess 4.3.0 is too new to start adaptation in Espressif. -- 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]
