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/incubator-nuttx.git.


    from 7356b5a  libc: Implement strlcpy function
     new 57e1211  math: Implement cbrt
     new 7252275  boards/sim: Add duktape config based on nsh

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../sim/sim/sim/configs/{nsh => duktape}/defconfig |  3 +++
 include/nuttx/lib/math.h                           |  4 ++++
 libs/libc/math/Make.defs                           |  2 +-
 .../{time/lib_timespec_get.c => math/lib_cbrt.c}   | 26 +++++++++++++++++-----
 4 files changed, 28 insertions(+), 7 deletions(-)
 copy boards/sim/sim/sim/configs/{nsh => duktape}/defconfig (94%)
 copy libs/libc/{time/lib_timespec_get.c => math/lib_cbrt.c} (79%)

Reply via email to