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 2020/11/06 02:49:33 UTC

[incubator-nuttx] branch master updated (2cce572 -> 713a21e)

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 2cce572  drivers: audio: cxd56: rename queue status
     add 53256bd  sim: inttypes.h: Make the #ifdef block minimum
     add 6e35518  include/inttypes.h: Provide PRI/SCN macros for least and fast types
     add 4c33d60  include/inttypes.h: Appease nxstyle
     add 577d722  sim inttypes.h: Remove PRI/SCN macros for fast and least types
     add 88489a5  ez80 inttypes.h: Remove PRI/SCN macros for fast and least types
     add dc54af1  avr32 inttypes.h: Remove PRI/SCN macros for fast and least types
     add 49008b5  hc inttypes.h: Remove PRI/SCN macros for fast and least types
     add 5832034  avr inttypes.h: Remove PRI/SCN macros for fast and least types
     add 5300106  m16c inttypes.h: Remove PRI/SCN macros for fast and least types
     add 7f442a6  mips inttypes.h: Remove PRI/SCN macros for fast and least types
     add 093662b  z8 inttypes.h: Remove PRI/SCN macros for fast and least types
     add 6bc93b8  xtensa inttypes.h: Remove PRI/SCN macros for fast and least types
     add 7c64246  z16 inttypes.h: Remove PRI/SCN macros for fast and least types
     add 1d46100  rx65n inttypes.h: Remove PRI/SCN macros for fast and least types
     add 178815e  arm inttypes.h: Remove PRI/SCN macros for fast and least types
     add 64280ad  sh1 inttypes.h: Remove PRI/SCN macros for fast and least types
     add 4b382c6  intel64 inttypes.h: Remove PRI/SCN macros for fast and least types
     add f752b36  risc-v inttypes.h: Remove PRI/SCN macros for fast and least types
     add c8f3abd  misoc inttypes.h: Remove PRI/SCN macros for fast and least types
     add 509a190  i486 inttypes.h: Remove PRI/SCN macros for fast and least types
     add 13f4693  z80 inttypes.h: Remove PRI/SCN macros for fast and least types
     add 6062b9f  z180 inttypes.h: Remove PRI/SCN macros for fast and least types
     add 713a21e  or1k inttypes.h: Remove PRI/SCN macros for fast and least types

No new revisions were added by this update.

Summary of changes:
 arch/arm/include/inttypes.h            | 110 -------------
 arch/avr/include/avr/inttypes.h        | 110 -------------
 arch/avr/include/avr32/inttypes.h      | 110 -------------
 arch/hc/include/inttypes.h             | 220 -------------------------
 arch/mips/include/inttypes.h           | 110 -------------
 arch/misoc/include/inttypes.h          | 110 -------------
 arch/or1k/include/inttypes.h           | 110 -------------
 arch/renesas/include/m16c/inttypes.h   | 110 -------------
 arch/renesas/include/rx65n/inttypes.h  | 110 -------------
 arch/renesas/include/sh1/inttypes.h    | 110 -------------
 arch/risc-v/include/inttypes.h         | 110 -------------
 arch/sim/include/inttypes.h            | 293 ++-------------------------------
 arch/x86/include/i486/inttypes.h       | 110 -------------
 arch/x86_64/include/intel64/inttypes.h | 110 -------------
 arch/xtensa/include/inttypes.h         | 110 -------------
 arch/z16/include/inttypes.h            |  88 ----------
 arch/z80/include/ez80/inttypes.h       | 176 --------------------
 arch/z80/include/z180/inttypes.h       |  88 ----------
 arch/z80/include/z8/inttypes.h         |  88 ----------
 arch/z80/include/z80/inttypes.h        |  88 ----------
 include/inttypes.h                     | 171 ++++++++++++++++++-
 21 files changed, 177 insertions(+), 2465 deletions(-)