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 40ff30e boards/arm/stm32f0l0g0/b-l072z-lrwan1/src/stm32_ssd1306.c:
Fix a syslog format
new 2e6c1bc arch/arm/src/efm32/efm32_timer.c: Appease nxstyle
new e7b185f arch/arm/src/efm32/efm32_timer.c: Fix a syslog format
new 510e725 drivers/net/dm90x0.c: Fix a syslog format
new 197df3e arch/arm/src/arm/arm_dataabort.c: Fix a syslog format
new 0f07552 arch/arm/src/arm/arm_prefetchabort.c: Fix a syslog format
new 59e0cf2 arch/arm/src/arm/arm_syscall.c: Fix a syslog format
new 9058792 arch/arm/src/arm/arm_undefinedinsn.c: Fix a syslog format
new 10cb7ac arch/arm/src/lpc17xx_40xx/lpc17_40_serial.c: Fix syslog
formats
new 1fc51b3 arch/arm/src/lpc17xx_40xx/lpc17_40_ssp.c: Fix syslog formats
new 75484f9 drivers/can/can.c: Fix a syslog format
new ab7ae96 drivers/mtd/m25px.c: Appease nxstyle
new 723f590 drivers/mtd/m25px.c: Fix a syslog format
new 4b740fa drivers/usbdev/cdcecm.c: Fix an undefined variable in a
syslog call
new aad25bc drivers/usbdev/cdcecm.c: Fix a syslog format
new 0845c1f arch/arm/src/lpc17xx_40xx/lpc17_40_usbhost.c: Appease nxstyle
new a0f8c45 arch/arm/src/lpc17xx_40xx/lpc17_40_usbhost.c: Fix syslog
formats
new f1ffb57 arch/arm/src/lpc17xx_40xx/lpc17_40_sdcard.c: Fix syslog
formats
new 916091c arch/arm/src/lpc17xx_40xx/lpc17_40_ethernet.c: Fix an
undeclared variable
new 2351b6f arch/arm/src/lpc17xx_40xx/lpc17_40_ethernet.c: Fix syslog
formats
new f7feaa8 arch/arm/src/lpc17xx_40xx/lpc17_40_can.c: Appease nxstyle
new e378c6c arch/arm/src/lpc17xx_40xx/lpc17_40_can.c: Fix syslog formats
new 9125eba arch/arm/src/armv7-m/arm_ramvec_initialize.c: Fix a syslog
format
new 17654f5 net/tcp/tcp_send_buffered.c: Fix syslog formats
new 40d4c03 net/tcp/tcp_input.c: Fix syslog formats
new 390f766 net/tcp/tcp_appsend.c: Appease nxstyle
new af67199 net/tcp/tcp_appsend.c: Fix syslog formats
new 0a14627 fs/nfs/rpc_clnt.c: Appease nxstyle
new bed9c3b fs/nfs/rpc_clnt.c: Fix a syslog format
new 73dd8a1 fs/nfs/nfs_util.c: Fix syslog formats
new e8695d6 fs/nfs/nfs_vfsops.c: Fix syslog formats
new e58a966 fs/binfs/fs_binfs.c: Fix a syslog format
new cde04a6 fs/unionfs/fs_unionfs.c: Fix syslog formats
new b9538bf binfmt/libnxflat/libnxflat_load.c: Appease nxstyle
new ca2cc51 binfmt/libnxflat/libnxflat_load.c: Fix syslog formats
new 78797dc binfmt/libnxflat/libnxflat_bind.c: Fix syslog formats
The 35 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_dataabort.c | 2 +-
arch/arm/src/arm/arm_prefetchabort.c | 2 +-
arch/arm/src/arm/arm_syscall.c | 2 +-
arch/arm/src/arm/arm_undefinedinsn.c | 2 +-
arch/arm/src/armv7-m/arm_ramvec_initialize.c | 3 +-
arch/arm/src/efm32/efm32_timer.c | 66 +++++++-------
arch/arm/src/lpc17xx_40xx/lpc17_40_can.c | 101 +++++++++++++--------
arch/arm/src/lpc17xx_40xx/lpc17_40_ethernet.c | 25 +++---
arch/arm/src/lpc17xx_40xx/lpc17_40_sdcard.c | 29 +++---
arch/arm/src/lpc17xx_40xx/lpc17_40_serial.c | 7 +-
arch/arm/src/lpc17xx_40xx/lpc17_40_ssp.c | 11 +--
arch/arm/src/lpc17xx_40xx/lpc17_40_usbhost.c | 53 +++++++----
binfmt/libnxflat/libnxflat_bind.c | 31 ++++---
binfmt/libnxflat/libnxflat_load.c | 23 ++---
drivers/can/can.c | 3 +-
drivers/mtd/m25px.c | 125 ++++++++++++++------------
drivers/net/dm90x0.c | 6 +-
drivers/usbdev/cdcecm.c | 8 +-
fs/binfs/fs_binfs.c | 3 +-
fs/nfs/nfs_util.c | 5 +-
fs/nfs/nfs_vfsops.c | 11 ++-
fs/nfs/rpc_clnt.c | 42 +++++----
fs/unionfs/fs_unionfs.c | 4 +-
net/tcp/tcp_appsend.c | 17 ++--
net/tcp/tcp_input.c | 6 +-
net/tcp/tcp_send_buffered.c | 23 +++--
26 files changed, 359 insertions(+), 251 deletions(-)