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

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


    from fafe91cec6 Nucleo Wl55JC board supports E-ink display
     new 5ce77fad1b arch: Remove "0x" prefix preceding "%p" specifier on format 
string
     new 470287fe5c libs: Remove "0x" prefix preceding "%p" specifier on format 
string
     new 1416afc6b6 sched: Remove "0x" prefix preceding "%p" specifier on 
format string

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:
 arch/arm/src/arm/arm_schedulesigaction.c           |  4 ++--
 arch/arm/src/armv6-m/arm_schedulesigaction.c       |  8 ++++----
 arch/arm/src/armv7-a/arm_schedulesigaction.c       |  8 ++++----
 arch/arm/src/armv7-m/arm_schedulesigaction.c       |  8 ++++----
 arch/arm/src/armv7-r/arm_schedulesigaction.c       |  4 ++--
 arch/arm/src/armv8-m/arm_schedulesigaction.c       |  8 ++++----
 arch/arm/src/lc823450/lc823450_usbdev.c            |  2 +-
 arch/arm/src/samd5e5/sam_tc.c                      |  2 +-
 arch/arm/src/samd5e5/sam_usb.c                     |  2 +-
 arch/arm/src/tiva/common/tiva_adclib.c             |  2 +-
 arch/arm/src/tlsr82/tc32/tc32_schedulesigaction.c  |  4 ++--
 arch/arm/src/tlsr82/tlsr82_pwm.c                   |  2 +-
 arch/avr/src/avr/up_schedulesigaction.c            |  4 ++--
 arch/avr/src/avr32/up_schedulesigaction.c          |  4 ++--
 arch/ceva/src/common/up_schedulesigaction.c        |  4 ++--
 arch/mips/src/mips32/mips_schedulesigaction.c      |  4 ++--
 arch/misoc/src/lm32/lm32_schedulesigaction.c       |  4 ++--
 arch/misoc/src/minerva/minerva_schedulesigaction.c |  4 ++--
 arch/or1k/src/common/up_schedulesigaction.c        |  4 ++--
 arch/renesas/src/m16c/m16c_schedulesigaction.c     |  4 ++--
 arch/renesas/src/rx65n/rx65n_schedulesigaction.c   |  4 ++--
 arch/renesas/src/sh1/sh1_schedulesigaction.c       |  4 ++--
 arch/risc-v/src/common/riscv_schedulesigaction.c   |  8 ++++----
 arch/sim/src/sim/up_schedulesigaction.c            |  2 +-
 arch/sparc/src/sparc_v8/up_schedulesigaction.c     |  4 ++--
 arch/x86/src/i486/up_schedulesigaction.c           |  4 ++--
 arch/x86_64/src/intel64/up_schedulesigaction.c     |  4 ++--
 arch/xtensa/src/common/xtensa_schedsigaction.c     |  8 ++++----
 arch/z16/src/common/z16_schedulesigaction.c        |  4 ++--
 arch/z80/src/ez80/ez80_schedulesigaction.c         |  2 +-
 arch/z80/src/z180/z180_schedulesigaction.c         |  2 +-
 arch/z80/src/z8/z8_schedulesigaction.c             |  2 +-
 arch/z80/src/z80/z80_schedulesigaction.c           |  2 +-
 libs/libc/pthread/pthread_attr_destroy.c           |  2 +-
 libs/libc/pthread/pthread_attr_getaffinity.c       |  2 +-
 libs/libc/pthread/pthread_attr_getinheritsched.c   |  2 +-
 libs/libc/pthread/pthread_attr_getschedparam.c     |  2 +-
 libs/libc/pthread/pthread_attr_getschedpolicy.c    |  2 +-
 libs/libc/pthread/pthread_attr_getstack.c          |  2 +-
 libs/libc/pthread/pthread_attr_getstacksize.c      |  2 +-
 libs/libc/pthread/pthread_attr_init.c              |  2 +-
 libs/libc/pthread/pthread_attr_setaffinity.c       |  2 +-
 libs/libc/pthread/pthread_attr_setschedparam.c     |  2 +-
 libs/libc/pthread/pthread_attr_setschedpolicy.c    |  2 +-
 libs/libc/pthread/pthread_attr_setstack.c          |  2 +-
 libs/libc/pthread/pthread_attr_setstacksize.c      |  2 +-
 libs/libc/pthread/pthread_condattr_destroy.c       |  2 +-
 libs/libc/pthread/pthread_condattr_init.c          |  2 +-
 libs/libc/pthread/pthread_conddestroy.c            |  2 +-
 libs/libc/pthread/pthread_condinit.c               |  2 +-
 libs/libc/pthread/pthread_mutexattr_destroy.c      |  2 +-
 libs/libc/pthread/pthread_mutexattr_getpshared.c   |  2 +-
 libs/libc/pthread/pthread_mutexattr_init.c         |  2 +-
 libs/libc/pthread/pthread_mutexattr_setprotocol.c  |  2 +-
 libs/libc/pthread/pthread_mutexattr_setpshared.c   |  2 +-
 libs/libc/stdio/lib_libvscanf.c                    | 10 +++++-----
 sched/pthread/pthread_completejoin.c               |  4 ++--
 sched/pthread/pthread_condbroadcast.c              |  2 +-
 sched/pthread/pthread_condclockwait.c              |  2 +-
 sched/pthread/pthread_condsignal.c                 |  2 +-
 sched/pthread/pthread_condwait.c                   |  2 +-
 sched/pthread/pthread_getschedparam.c              |  2 +-
 sched/pthread/pthread_join.c                       |  4 ++--
 sched/pthread/pthread_mutexconsistent.c            |  2 +-
 sched/pthread/pthread_mutexdestroy.c               |  2 +-
 sched/pthread/pthread_mutexinit.c                  |  2 +-
 sched/pthread/pthread_mutextimedlock.c             |  2 +-
 sched/pthread/pthread_mutextrylock.c               |  2 +-
 sched/pthread/pthread_mutexunlock.c                |  2 +-
 sched/pthread/pthread_setschedparam.c              |  2 +-
 70 files changed, 111 insertions(+), 111 deletions(-)

Reply via email to