You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by st...@apache.org on 2018/03/23 15:54:40 UTC

[mynewt-core] 01/01: Merge pull request #941 from utzig/stm32-common-spi

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

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

commit 316a2ec77bd2a3114f390ce57b821e88f08fe138
Merge: 622edc2 1e8185d
Author: Sterling Hughes <st...@users.noreply.github.com>
AuthorDate: Fri Mar 23 08:54:37 2018 -0700

    Merge pull request #941 from utzig/stm32-common-spi
    
    Stm32 common SPI

 apps/spitest/src/main.c                            |    2 +-
 .../nucleo-f303k8/include/bsp/stm32f3xx_hal_conf.h |    2 +-
 .../nucleo-f303re/include/bsp/stm32f3xx_hal_conf.h |    2 +-
 .../nucleo-f401re/include/bsp/stm32f4xx_hal_conf.h |    2 +-
 hw/bsp/nucleo-f401re/src/hal_bsp.c                 |    5 +-
 .../nucleo-f413re/include/bsp/stm32f4xx_hal_conf.h |    2 +-
 hw/bsp/nucleo-f413re/src/hal_bsp.c                 |    5 +-
 .../nucleo-f413zh/include/bsp/stm32f4xx_hal_conf.h |    2 +-
 hw/bsp/nucleo-f413zh/src/hal_bsp.c                 |    5 +-
 .../olimex-p103/include/bsp/stm32f1xx_hal_conf.h   |    2 +-
 hw/bsp/olimex-p103/src/hal_bsp.c                   |   68 +-
 .../include/bsp/stm32f4xx_hal_conf.h               |    2 +-
 hw/bsp/olimex_stm32-e407_devboard/src/hal_bsp.c    |    3 +-
 hw/bsp/sensorhub/include/bsp/stm32f4xx_hal_conf.h  |    2 +-
 .../include/bsp/stm32f3xx_hal_conf.h               |    4 +-
 hw/bsp/stm32f3discovery/src/hal_bsp.c              |   75 +-
 .../include/bsp/stm32f4xx_hal_conf.h               |    2 +-
 .../include/bsp/stm32f4xx_hal_conf.h               |    2 +-
 hw/bsp/stm32f4discovery/src/hal_bsp.c              |   25 +
 .../include/bsp/stm32f7xx_hal_conf.h               |   49 +-
 hw/bsp/stm32f767-nucleo/src/hal_bsp.c              |   25 +
 .../include/bsp/stm32f7xx_hal_conf.h               |    2 +-
 hw/bsp/stm32l152discovery/src/hal_bsp.c            |   29 +
 .../stm/{stm32f4xx => stm32_common}/src/hal_spi.c  |  494 ++--
 hw/mcu/stm/stm32_common/src/stm32_driver_mod_spi.c |  726 +++++
 hw/mcu/stm/stm32f1xx/include/mcu/stm32_hal.h       |   18 +
 hw/mcu/stm/stm32f1xx/include/mcu/stm32f1_bsp.h     |    8 +-
 hw/mcu/stm/stm32f1xx/src/hal_gpio.c                |   26 -
 hw/mcu/stm/stm32f1xx/src/hal_spi.c                 |  911 -------
 hw/mcu/stm/stm32f1xx/src/hal_uart.c                |   29 +-
 hw/mcu/stm/stm32f1xx/syscfg.yml                    |   17 +
 hw/mcu/stm/stm32f3xx/include/mcu/stm32_hal.h       |   18 +
 hw/mcu/stm/stm32f3xx/syscfg.yml                    |   27 +
 hw/mcu/stm/stm32f4xx/include/mcu/stm32_hal.h       |   18 +
 .../stm32f4xx/include/mcu/stm32f4xx_mynewt_hal.h   |    9 -
 hw/mcu/stm/stm32f4xx/pkg.yml                       |    7 +-
 .../Src/stm32f4xx_hal_spi.c.rej                    |   46 -
 hw/mcu/stm/stm32f4xx/src/stm32_driver_mod_spi.c    | 2821 --------------------
 hw/mcu/stm/stm32f7xx/include/mcu/stm32_hal.h       |   18 +
 .../stm32f7xx/include/mcu/stm32f7xx_mynewt_hal.h   |    8 -
 hw/mcu/stm/stm32f7xx/syscfg.yml                    |   10 +
 hw/mcu/stm/stm32l1xx/include/mcu/stm32_hal.h       |   18 +
 .../stm32l1xx/include/mcu/stm32l1xx_mynewt_hal.h   |    8 -
 hw/mcu/stm/stm32l1xx/src/hal_spi.c                 |  908 -------
 hw/mcu/stm/stm32l1xx/syscfg.yml                    |   11 +
 45 files changed, 1444 insertions(+), 5029 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
sterling@apache.org.