You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2020/03/09 14:01:57 UTC

[mynewt-core] branch master updated (90eb0f9 -> d5f43a0)

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

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


    from 90eb0f9  mbedtls: fixes to Mynewt config
     add 365c59b  BSP for Adafruit Feather STM32F405.
     add 33fbb1f  Define MCU_NUM_PERIPH_VECTORS for STM32F405
     add c4008a3  Got UART working on Rx/Tx pins.
     add 4c1489d  Improved pin definitions.
     add d5f43a0  Switch to ST-Link download & debug.

No new revisions were added by this update.

Summary of changes:
 .../ada_feather_stm32f405.ld}                      |  2 +-
 .../ada_feather_stm32f405_debug.cmd}               |  0
 .../ada_feather_stm32f405_debug.sh}                |  0
 .../ada_feather_stm32f405_download.cmd}            |  0
 .../ada_feather_stm32f405_download.sh}             | 29 ++++++++++++++++-
 .../boot-ada_feather_stm32f405.ld}                 |  0
 .../bsp.yml                                        | 18 +++++-----
 .../include/bsp/bsp.h                              |  2 +-
 .../include/bsp/stm32f4xx_hal_conf.h               |  5 +--
 .../pkg.yml                                        | 11 ++++---
 .../run_from_flash.ld                              |  2 +-
 .../run_from_loader.ld                             |  2 +-
 .../run_from_sram.ld                               |  2 +-
 .../src/arch/cortex_m4/startup_STM32F40x.s         |  0
 .../src/hal_bsp.c                                  | 12 +++----
 .../syscfg.yml                                     | 38 +++++++++++++---------
 hw/mcu/stm/stm32f4xx/include/mcu/cmsis_nvic.h      |  2 +-
 17 files changed, 80 insertions(+), 45 deletions(-)
 copy hw/bsp/{black_vet6/stm32f4ve.ld => ada_feather_stm32f405/ada_feather_stm32f405.ld} (94%)
 copy hw/bsp/{vbluno52/vbluno52_download.cmd => ada_feather_stm32f405/ada_feather_stm32f405_debug.cmd} (100%)
 copy hw/bsp/{stm32l152discovery/stm32l152discovery_debug.sh => ada_feather_stm32f405/ada_feather_stm32f405_debug.sh} (100%)
 copy hw/bsp/{vbluno52/vbluno52_download.cmd => ada_feather_stm32f405/ada_feather_stm32f405_download.cmd} (100%)
 copy hw/bsp/{nucleo-f411re/nucleo-f411re_download.sh => ada_feather_stm32f405/ada_feather_stm32f405_download.sh} (52%)
 copy hw/bsp/{stm32f429discovery/boot-stm32f429discovery.ld => ada_feather_stm32f405/boot-ada_feather_stm32f405.ld} (100%)
 copy hw/bsp/{olimex_stm32-e407_devboard => ada_feather_stm32f405}/bsp.yml (73%)
 copy hw/bsp/{black_vet6 => ada_feather_stm32f405}/include/bsp/bsp.h (97%)
 copy hw/bsp/{olimex_stm32-e407_devboard => ada_feather_stm32f405}/include/bsp/stm32f4xx_hal_conf.h (96%)
 copy hw/bsp/{olimex_stm32-e407_devboard => ada_feather_stm32f405}/pkg.yml (86%)
 copy hw/bsp/{olimex_stm32-e407_devboard => ada_feather_stm32f405}/run_from_flash.ld (94%)
 copy hw/bsp/{black_vet6 => ada_feather_stm32f405}/run_from_loader.ld (94%)
 copy hw/bsp/{olimex_stm32-e407_devboard => ada_feather_stm32f405}/run_from_sram.ld (98%)
 copy hw/bsp/{stm32f4discovery => ada_feather_stm32f405}/src/arch/cortex_m4/startup_STM32F40x.s (100%)
 copy hw/bsp/{olimex_stm32-e407_devboard => ada_feather_stm32f405}/src/hal_bsp.c (98%)
 copy hw/bsp/{nucleo-f413zh => ada_feather_stm32f405}/syscfg.yml (67%)