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

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


    from df23fb3  Fix PIC32MX/MZ typos
     new ae35600  Change all files come from Xiaomi/Pinecone to Apache License 
2.0
     new b5f429c  Fix nxstyle warning

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:
 arch/arm/src/armv7-m/arm_systick.c        |  39 ++-----
 arch/arm/src/armv7-m/arm_trigger_irq.c    |  39 ++-----
 arch/arm/src/armv7-m/systick.h            |  39 ++-----
 arch/arm/src/common/arm_hostfs.c          |  39 ++-----
 arch/arm/src/common/arm_semi_syslog.c     |  39 ++-----
 arch/sim/src/sim/up_rptun.c               |  39 ++-----
 audio/audio_comp.c                        |  45 +++-----
 binfmt/binfmt_initialize.c                |  39 ++-----
 drivers/addrenv.c                         |  39 ++-----
 drivers/audio/audio_i2s.c                 |  39 ++-----
 drivers/crypto/Make.defs                  |  39 ++-----
 drivers/i2s/Make.defs                     |  39 ++-----
 drivers/mtd/gd25.c                        | 181 ++++++++++++++----------------
 drivers/net/lan91c111.c                   |  43 +++----
 drivers/net/lan91c111.h                   | 178 +++++++++++++++--------------
 drivers/net/rpmsgdrv.c                    |  43 +++----
 drivers/rptun/Make.defs                   |  39 ++-----
 drivers/rptun/rptun.c                     |  39 ++-----
 drivers/serial/uart_rpmsg.c               |  43 +++----
 drivers/syslog/syslog_rpmsg.c             |  40 ++-----
 drivers/syslog/syslog_rpmsg.h             |  42 +++----
 drivers/syslog/syslog_rpmsg_server.c      |  48 +++-----
 drivers/timers/arch_alarm.c               |  47 +++-----
 drivers/timers/arch_rtc.c                 | 107 ++++++++----------
 drivers/timers/arch_timer.c               |  47 +++-----
 drivers/timers/rpmsg_rtc.c                |  39 ++-----
 fs/driver/fs_blockpartition.c             |  39 ++-----
 fs/driver/fs_mtdpartition.c               |  39 ++-----
 fs/driver/fs_mtdproxy.c                   |  43 +++----
 fs/hostfs/hostfs_rpmsg.c                  |  40 ++-----
 fs/hostfs/hostfs_rpmsg.h                  |  40 ++-----
 fs/hostfs/hostfs_rpmsg_server.c           |  40 ++-----
 fs/partition/Make.defs                    |  39 ++-----
 fs/partition/fs_partition.c               |  43 +++----
 fs/partition/fs_ptable.c                  |  39 ++-----
 fs/partition/partition.h                  |  39 ++-----
 include/nuttx/audio/audio_comp.h          |  40 ++-----
 include/nuttx/audio/audio_i2s.h           |  39 ++-----
 include/nuttx/b2c.h                       |  39 ++-----
 include/nuttx/cache.h                     |  47 +++-----
 include/nuttx/drivers/addrenv.h           |  39 ++-----
 include/nuttx/elf.h                       |  47 +++-----
 include/nuttx/fs/hostfs_rpmsg.h           |  40 ++-----
 include/nuttx/fs/partition.h              |  41 +++----
 include/nuttx/list.h                      |  73 +++++-------
 include/nuttx/mbox/mbox.h                 |  43 +++----
 include/nuttx/mutex.h                     |  43 +++----
 include/nuttx/net/lan91c111.h             |  44 +++-----
 include/nuttx/net/rpmsg.h                 |  39 ++-----
 include/nuttx/net/rpmsgdrv.h              |  39 ++-----
 include/nuttx/rptun/openamp.h             |  41 +++----
 include/nuttx/rptun/rptun.h               |  43 +++----
 include/nuttx/serial/uart_rpmsg.h         |  40 ++-----
 include/nuttx/syslog/syslog_rpmsg.h       |  40 ++-----
 include/nuttx/timers/arch_alarm.h         |  39 ++-----
 include/nuttx/timers/arch_rtc.h           |  43 +++----
 include/nuttx/timers/arch_timer.h         |  39 ++-----
 include/nuttx/timers/rpmsg_rtc.h          |  39 ++-----
 libs/libc/netdb/lib_dnsnotify.c           |  39 ++-----
 libs/libc/pthread/pthread_attr_getstack.c |  42 +++----
 libs/libc/pthread/pthread_attr_setstack.c |  42 +++----
 libs/libc/string/lib_anbstr2cstr.c        |  39 ++-----
 libs/libc/string/lib_ancstr2bstr.c        |  39 ++-----
 libs/libc/string/lib_bmem2cmem.c          |  39 ++-----
 libs/libc/string/lib_bstrnlen.c           |  39 ++-----
 libs/libc/string/lib_cmem2bmem.c          |  39 ++-----
 libs/libc/string/lib_memrchr.c            |  43 +++----
 libs/libc/string/lib_nbstr2cstr.c         |  39 ++-----
 libs/libc/string/lib_ncstr2bstr.c         |  39 ++-----
 libs/libc/string/lib_strsep.c             |  39 ++-----
 libs/libc/symtab/symtab_sortbyname.c      |  39 ++-----
 libs/libc/unistd/lib_alarm.c              |  38 ++-----
 libs/libc/unistd/lib_getrusage.c          |  39 ++-----
 net/devif/devif_loopback.c                |  39 ++-----
 net/icmpv6/icmpv6_linkipaddr.c            |  50 +++------
 net/inet/ipv4_getpeername.c               |  45 +++-----
 net/inet/ipv6_getpeername.c               |  45 +++-----
 net/neighbor/neighbor_out.c               |  39 ++-----
 net/socket/getpeername.c                  |  43 +++----
 net/usrsock/usrsock_accept.c              |  42 +++----
 net/usrsock/usrsock_getpeername.c         |  41 +++----
 net/usrsock/usrsock_ioctl.c               |  41 +++----
 net/usrsock/usrsock_listen.c              |  39 ++-----
 openamp/Makefile                          |  39 ++-----
 openamp/libmetal.defs                     |  39 ++-----
 openamp/open-amp.defs                     |  39 ++-----
 sched/irq/irq_chain.c                     |  39 ++-----
 sched/sched/sched_cpuload_period.c        |  39 ++-----
 sched/signal/sig_notification.c           |  48 +++-----
 sched/signal/sig_ppoll.c                  |  39 ++-----
 sched/signal/sig_pselect.c                |  39 ++-----
 sched/timer/timer_getitimer.c             |  39 ++-----
 sched/timer/timer_setitimer.c             |  45 +++-----
 tools/checkpatch.sh                       |  13 ++-
 tools/simbridge.sh                        |  39 ++-----
 95 files changed, 1412 insertions(+), 2811 deletions(-)

Reply via email to