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 2020/06/26 12:59:48 UTC

[incubator-nuttx] branch master updated (b83b83b -> c26521c)

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 b83b83b  pthread/mutex: add PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP support
     add b4bea95  stm32l4: add support for booting into DFU mode
     add d1c538b  stm32l4: dfumode style fixes
     add c26521c  stm32l4 dfumode: move initialization point of bootloader jump instruction to correct place

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/stm32l4/Make.defs                     |   1 +
 arch/arm/src/stm32l4/stm32l4_dfumode.c             | 180 +++++++++++++++++++++
 .../am335x_sysclk.h => stm32l4/stm32l4_dfumode.h}  |  18 ++-
 3 files changed, 191 insertions(+), 8 deletions(-)
 create mode 100644 arch/arm/src/stm32l4/stm32l4_dfumode.c
 copy arch/arm/src/{am335x/am335x_sysclk.h => stm32l4/stm32l4_dfumode.h} (86%)