You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2021/09/09 11:26:16 UTC

[incubator-nuttx] branch master updated (4ef8599 -> d4e59b7)

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

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


    from 4ef8599  esp32_serial.c: Release the spinlock before calling uart_xmitchars, this functions will call esp32_txint again which leads to deadlock since esp32_txint has already locked the spinlock.
     add d4e59b7  arch/arm/src/stm32l4: add control for Vddio2 independent I/Os supply valid

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/stm32l4/stm32l4_pwr.c                | 62 +++++++++++++++++++++++
 arch/arm/src/stm32l4/stm32l4_pwr.h                | 19 +++++++
 arch/arm/src/stm32l5/stm32l5_pwr.c                |  4 +-
 boards/arm/stm32l5/nucleo-l552ze/src/stm32_boot.c |  2 +-
 boards/arm/stm32l5/stm32l562e-dk/src/stm32_boot.c |  2 +-
 5 files changed, 85 insertions(+), 4 deletions(-)