You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2023/01/12 15:46:34 UTC

[nuttx] branch master updated (674b480198 -> 120594079a)

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from 674b480198 arch/xtensa/esp32s2: Add initial support for touch pad polling
     add 120594079a add function for strtof

No new revisions were added by this update.

Summary of changes:
 LICENSE                        |   1 +
 libs/libc/stdlib/Make.defs     |   4 +-
 libs/libc/stdlib/lib_strtod.c  | 343 -----------------
 libs/libc/stdlib/lib_strtof.c  | 343 -----------------
 libs/libc/stdlib/lib_strtold.c | 850 +++++++++++++++++++++++++++++++++--------
 5 files changed, 684 insertions(+), 857 deletions(-)
 delete mode 100644 libs/libc/stdlib/lib_strtod.c
 delete mode 100644 libs/libc/stdlib/lib_strtof.c