This is an automated email from the ASF dual-hosted git repository.
janc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.
from 3e34962 hw/mcu/dialog: Fix pd_com handling in hal_uart
new c1f0300 libc/baselibc: Remove own version of inttypes.h
new 40589e6 libs/baselibc: Add support for printf 'h' modifier
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:
libc/baselibc/include/inttypes.h | 237 --------------------
libc/baselibc/include/strntoimax.h | 22 ++
{fs/fcb => libc/baselibc}/selftest/pkg.yml | 8 +-
.../baselibc/selftest/src/baselibc_test.c | 13 +-
.../selftest/src/testcases/tinyprintf_test.c | 240 +++++++++++++++++++++
libc/baselibc/src/strntoimax.c | 2 +-
libc/baselibc/src/strntoumax.c | 2 +-
libc/baselibc/src/templates/atox.c.template | 2 +-
libc/baselibc/src/templates/strtox.c.template | 2 +-
libc/baselibc/src/tinyprintf.c | 25 ++-
libc/baselibc/src/vsscanf.c | 2 +-
11 files changed, 300 insertions(+), 255 deletions(-)
delete mode 100644 libc/baselibc/include/inttypes.h
create mode 100644 libc/baselibc/include/strntoimax.h
copy {fs/fcb => libc/baselibc}/selftest/pkg.yml (91%)
mode change 100644 => 100755
copy net/oic/selftest/src/test_oic.c =>
libc/baselibc/selftest/src/baselibc_test.c (85%)
mode change 100644 => 100755
create mode 100755 libc/baselibc/selftest/src/testcases/tinyprintf_test.c