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/29 05:14:14 UTC

[incubator-nuttx] branch master updated (81968ce -> c8ff295)

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 81968ce  boards: Allow boards to extend clean and distclean by a double colon target instead of calling a variable.
     add 917c880  drivers/can/mcp2515.c: Appease nxstyle
     add bd1a586  drivers/can/mcp2515.c: Fix a syslog format
     add 6e1a504  arch/arm/src/stm32/stm32_i2c_v2.c: Appease nxstyle
     add db361cd  arch/arm/src/stm32/stm32_i2c_v2.c: Fix syslog formats
     add 98f5497  arch/arm/src/stm32/stm32_can.c: Fix syslog formats
     add dded464  arch/arm/src/stm32/stm32f40xxx_rtcc.c: Fix a syslog format
     add 2a1e589  arch/arm/src/cxd56xx/cxd56_pwm.c: Fix syslog formats
     add 0abb5d9  arch/arm/src/c5471/c5471_watchdog.c: Fix syslog formats
     add b176086  arch/arm/src/c5471/c5471_ethernet.c: Fix syslog formats
     add 66a57c3  arch/arm/src/am335x/am335x_lcdc.c: Appease nxstyle
     add 7e87339  arch/arm/src/am335x/am335x_lcdc.c: Fix a syslog format
     add d233089  arch/arm/src/am335x/am335x_edid.c: Fix a syslog format
     add 2431852  video/videomode/edid_dump.c: Fix syslog formats
     add c8ff295  arch/arm/src/a1x/a1x_serial.c: Fix syslog formats

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/a1x/a1x_serial.c         |  7 ++--
 arch/arm/src/am335x/am335x_edid.c     |  3 +-
 arch/arm/src/am335x/am335x_lcdc.c     | 13 ++++---
 arch/arm/src/c5471/c5471_ethernet.c   | 29 ++++++++-------
 arch/arm/src/c5471/c5471_watchdog.c   | 17 +++++----
 arch/arm/src/cxd56xx/cxd56_pwm.c      | 18 ++++++----
 arch/arm/src/stm32/stm32_can.c        | 15 ++++----
 arch/arm/src/stm32/stm32_i2c_v2.c     | 66 ++++++++++++++++++++---------------
 arch/arm/src/stm32/stm32f40xxx_rtcc.c |  3 +-
 drivers/can/mcp2515.c                 | 13 ++++---
 video/videomode/edid_dump.c           | 10 +++---
 11 files changed, 115 insertions(+), 79 deletions(-)