You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by je...@apache.org on 2019/12/17 21:25:10 UTC

[mynewt-core] branch master updated (dacb464 -> 7377dc6)

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

jerzy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git.


    from dacb464  hw/drivers/crypto: Add crypto_in_use flag. (#2134)
     add 710f48e  stm32f4xx: Add syscfg to enable I2C
     add 73112e6  hw/mcu: Add support for stm32f411
     add 7377dc6  Add Nucleo-F411RE BSP

No new revisions were added by this update.

Summary of changes:
 .../boot-nucleo-f411re.ld}                         |   3 +-
 hw/bsp/{nucleo-f401re => nucleo-f411re}/bsp.yml    |  20 +-
 .../include/bsp/bsp.h                              |   9 +-
 .../include/bsp/stm32f4xx_hal_conf.h               |  66 ------
 .../nucleo-f411re.ld}                              |   2 +-
 .../nucleo-f411re_debug.cmd}                       |   0
 .../nucleo-f411re_debug.sh}                        |   0
 .../nucleo-f411re_download.cmd}                    |   0
 .../nucleo-f411re_download.sh}                     |   0
 hw/bsp/{nucleo-f413zh => nucleo-f411re}/pkg.yml    |  12 +-
 .../src/arch/cortex_m4/startup_STM32F411.s}        |   7 +-
 hw/bsp/nucleo-f411re/src/hal_bsp.c                 | 260 +++++++++++++++++++++
 hw/bsp/{nucleo-f413zh => nucleo-f411re}/syscfg.yml |  60 ++++-
 hw/mcu/stm/stm32f4xx/include/mcu/cmsis_nvic.h      |   2 +
 .../stm/stm32f4xx/{stm32f401.ld => stm32f411.ld}   |   0
 hw/mcu/stm/stm32f4xx/syscfg.yml                    |  35 ++-
 16 files changed, 378 insertions(+), 98 deletions(-)
 copy hw/bsp/{stm32f429discovery/boot-stm32f429discovery.ld => nucleo-f411re/boot-nucleo-f411re.ld} (91%)
 copy hw/bsp/{nucleo-f401re => nucleo-f411re}/bsp.yml (73%)
 copy hw/bsp/{nucleo-f413zh => nucleo-f411re}/include/bsp/bsp.h (95%)
 copy hw/bsp/{nucleo-f413zh => nucleo-f411re}/include/bsp/stm32f4xx_hal_conf.h (75%)
 copy hw/bsp/{nucleo-f401re/nucleo-f401re.ld => nucleo-f411re/nucleo-f411re.ld} (95%)
 copy hw/bsp/{vbluno52/vbluno52_download.cmd => nucleo-f411re/nucleo-f411re_debug.cmd} (100%)
 mode change 100755 => 100644
 copy hw/bsp/{stm32l152discovery/stm32l152discovery_debug.sh => nucleo-f411re/nucleo-f411re_debug.sh} (100%)
 mode change 100755 => 100644
 copy hw/bsp/{vbluno52/vbluno52_download.cmd => nucleo-f411re/nucleo-f411re_download.cmd} (100%)
 mode change 100755 => 100644
 copy hw/bsp/{stm32l152discovery/stm32l152discovery_download.sh => nucleo-f411re/nucleo-f411re_download.sh} (100%)
 mode change 100755 => 100644
 copy hw/bsp/{nucleo-f413zh => nucleo-f411re}/pkg.yml (85%)
 copy hw/bsp/{nucleo-f401re/src/arch/cortex_m4/startup_STM32F40x.s => nucleo-f411re/src/arch/cortex_m4/startup_STM32F411.s} (98%)
 create mode 100644 hw/bsp/nucleo-f411re/src/hal_bsp.c
 copy hw/bsp/{nucleo-f413zh => nucleo-f411re}/syscfg.yml (51%)
 copy hw/mcu/stm/stm32f4xx/{stm32f401.ld => stm32f411.ld} (100%)