This is an automated email from the ASF dual-hosted git repository.
mgorecki pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git
from 4868635c4 tinyusb/msc_fat_view: Handle multi file write
new 9f835281d hw/bsp: Add initial support for Nucleo-H753ZI
new 1d75f297b hw/bsp: Remove leftover variable from stm32 based BSPs
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:
apps/pwm_test/src/main.c | 5 ++
hw/bsp/nucleo-g0b1re/src/hal_bsp.c | 3 --
hw/bsp/nucleo-g491re/src/hal_bsp.c | 3 --
hw/bsp/nucleo-h723zg/src/hal_bsp.c | 3 --
hw/bsp/nucleo-h723zg/syscfg.yml | 2 +
hw/bsp/{nucleo-f767zi => nucleo-h753zi}/bsp.yml | 22 ++++----
.../include/bsp/bsp.h | 17 +++---
.../include/bsp/stm32h7xx_hal_conf.h | 1 -
.../nucleo-h753zi.cfg} | 0
.../nucleo-h753zi_debug.sh} | 0
hw/bsp/{nucleo-h723zg => nucleo-h753zi}/pkg.yml | 6 +--
.../{nucleo-h723zg => nucleo-h753zi}/src/hal_bsp.c | 62 +++-------------------
hw/bsp/{nucleo-h723zg => nucleo-h753zi}/syscfg.yml | 26 ++++-----
hw/bsp/nucleo-l073rz/src/hal_bsp.c | 9 ----
hw/bsp/nucleo-u575zi-q/src/hal_bsp.c | 3 --
hw/bsp/weact_g431cb/src/hal_bsp.c | 3 --
hw/mcu/stm/stm32h7xx/src/clock_stm32h7xx.c | 1 -
17 files changed, 50 insertions(+), 116 deletions(-)
copy hw/bsp/{nucleo-f767zi => nucleo-h753zi}/bsp.yml (80%)
copy hw/bsp/{nucleo-h723zg => nucleo-h753zi}/include/bsp/bsp.h (90%)
copy hw/bsp/{nucleo-h723zg => nucleo-h753zi}/include/bsp/stm32h7xx_hal_conf.h
(99%)
copy hw/bsp/{nucleo-f746zg/nucleo-f746zg.cfg =>
nucleo-h753zi/nucleo-h753zi.cfg} (100%)
copy hw/bsp/{b-l072z-lrwan1/b-l072z-lrwan1_debug.sh =>
nucleo-h753zi/nucleo-h753zi_debug.sh} (100%)
mode change 100755 => 100644
copy hw/bsp/{nucleo-h723zg => nucleo-h753zi}/pkg.yml (89%)
copy hw/bsp/{nucleo-h723zg => nucleo-h753zi}/src/hal_bsp.c (82%)
copy hw/bsp/{nucleo-h723zg => nucleo-h753zi}/syscfg.yml (84%)