This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from a3029acf959 drivers/contactless/mfrc522: Contactless Driver Is Not
Robust
new 63dcb8163b4 float.h: improve long double related definitions
new 9f4b4faf479 libs/libc: add limits checks
new d61242c319a libs/libm: correct implementation of truncl if long double
is double
The 3 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:
include/nuttx/compiler.h | 10 +++
include/nuttx/lib/float.h | 84 ++++++++++++++++---
libs/libc/Makefile | 2 +
libs/libc/limits_check.c | 195 ++++++++++++++++++++++++++++++++++++++++++++
libs/libm/libm/lib_truncl.c | 23 +++++-
5 files changed, 302 insertions(+), 12 deletions(-)
create mode 100644 libs/libc/limits_check.c