You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by bt...@apache.org on 2020/06/10 07:04:03 UTC

[incubator-nuttx] branch master updated (4fbbd2e -> 0317eae)

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

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


    from 4fbbd2e  arch: Move PRIxMAX and SCNxMAX definition to include/stdint.h
     add 43d7c1e  libc: Add IPTR for puts/fputs
     add 0317eae  libc: support CONFIG_ARCH_ROMGETC for scanf function series

No new revisions were added by this update.

Summary of changes:
 include/stdio.h                 |  4 +-
 libs/libc/libc.csv              |  4 +-
 libs/libc/stdio/lib_fputs.c     | 10 ++---
 libs/libc/stdio/lib_libvscanf.c | 88 +++++++++++++++++++++--------------------
 libs/libc/stdio/lib_puts.c      |  2 +-
 5 files changed, 55 insertions(+), 53 deletions(-)