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

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


    from ae4b5b5f50 net/tcp: TCP_WAITALL should use state flag
     new 59a747ee36 Fix error: chip/stm32l5_pwr.c:50:20: error: unused function 
'stm32l5_pwr_modifyreg'
     new 30a153d2a0 Fix chip/stm32l562xx_rcc.c:78:20: error: unused function 
'rcc_reset'
     new 4cc52f277b Fix Error: chip/stm32l4_pwr.c:50:20: error: unused function 
'stm32l4_pwr_modifyreg'
     new 4e6568c29a Fix Error: chip/stm32l4_dfumode.c:45:20: error: unused 
function 'rcc_reset'
     new 27629b74c9 Fix Error: chip/stm32_serial.c:1542:20: error: unused 
function 'up_serialmod'
     new 7bda8747b2 Fix Error: audio/wm8994.c:485:26: error: result of 
comparison of constant 65536 with expression of type 'uint16_t' (aka 'unsigned 
short') is always false
     new 6386596731 Fix Error: chip/stm32_qencoder.c:989:46: error: format 
specifies type 'unsigned long' but the argument has type 'uint32_t' (aka 
'unsigned int')
     new ea171d6e5d Fix Error: chip/stm32_spi.c:571:23: error: unused function 
'spi_getreg8'
     new ab31236905 Fix Error: chip/stm32_tim_lowerhalf.c:479:54: error: format 
specifies type 'unsigned long' but the argument has type 'uint32_t'
     new a34230c954 Fix Error: chip/stm32_qencoder.c:989:46: error: format 
specifies type 'unsigned long' but the argument has type 'uint32_t' (aka 
'unsigned int')
     new 81b9df53fc Fix Error: board/dfu_signature.c:53:16: error: unknown 
attribute 'externally_visible' ignored
     new 30a01ab551 Fix Error: board/stm32_selectsram.c:163:13: error: shifting 
a negative signed value is undefined [-Werror,-Wshift-negative-value]

The 12 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/stm32f0l0g0/stm32_serial_v2.c         | 12 ------
 arch/arm/src/stm32f0l0g0/stm32_spi.c               | 23 +----------
 arch/arm/src/stm32f0l0g0/stm32_tim_lowerhalf.c     |  4 +-
 arch/arm/src/stm32f7/stm32_qencoder.c              |  3 +-
 arch/arm/src/stm32h7/stm32_serial.c                | 12 ------
 arch/arm/src/stm32l4/stm32l4_dfumode.c             |  2 +
 arch/arm/src/stm32l4/stm32l4_pwr.c                 |  7 ----
 arch/arm/src/stm32l5/stm32l562xx_rcc.c             | 44 ----------------------
 arch/arm/src/stm32l5/stm32l5_pwr.c                 |  7 ----
 boards/arm/stm32/hymini-stm32v/src/stm32_r61505u.c |  4 +-
 boards/arm/stm32/hymini-stm32v/src/stm32_ssd1289.c |  4 +-
 .../arm/stm32/olimex-stm32-p407/src/stm32_sram.c   |  6 +--
 boards/arm/stm32/photon/src/dfu_signature.c        |  2 +-
 .../arm/stm32/stm3220g-eval/src/stm32_selectsram.c |  6 +--
 .../arm/stm32/stm3240g-eval/src/stm32_selectsram.c |  6 +--
 .../stm32/viewtool-stm32f107/src/stm32_ssd1289.c   |  4 +-
 drivers/audio/wm8994.c                             |  2 +-
 drivers/sensors/mpu60x0.c                          |  2 +
 18 files changed, 27 insertions(+), 123 deletions(-)

Reply via email to