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 4685c8f Merge pull request #1292 from wes3/batt_poll_fix
new de96e6e [STM32] Add syscfg's for HAL driver choice
new 3b16576 Fix identation
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
hw/mcu/stm/stm32_common/src/hal_gpio.c | 72 +++++++++++-----------
hw/mcu/stm/stm32_common/src/hal_i2c.c | 10 +--
hw/mcu/stm/stm32_common/src/hal_uart.c | 14 ++---
.../stm/stm32_common/src/stm32_driver_mod_i2c_v1.c | 4 +-
.../stm/stm32_common/src/stm32_driver_mod_i2c_v2.c | 4 +-
hw/mcu/stm/stm32_common/src/stm32_driver_mod_spi.c | 2 +-
hw/mcu/stm/stm32f1xx/syscfg.yml | 14 ++++-
hw/mcu/stm/stm32f3xx/syscfg.yml | 14 +++++
hw/mcu/stm/stm32f4xx/syscfg.yml | 14 ++++-
hw/mcu/stm/stm32f7xx/syscfg.yml | 14 +++++
hw/mcu/stm/stm32l1xx/syscfg.yml | 14 ++++-
hw/mcu/stm/stm32l4xx/syscfg.yml | 14 ++++-
12 files changed, 133 insertions(+), 57 deletions(-)