This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 58f0ee6364 arch/arm64/src/imx9: Add a more capable uart driver
new 96dd39ba2e board/stm32f4discovery: Fix ds1307.c initialization
new 9009cd6f2d boards: Move DS1307 initialization to stm32/common
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:
.../stm32/common/include/stm32_ds1307.h} | 16 +--
boards/arm/stm32/common/src/Make.defs | 4 +
.../src/{stm32_mlx90614.c => stm32_ds1307.c} | 44 ++++----
boards/arm/stm32/stm32f4discovery/src/Make.defs | 4 -
.../arm/stm32/stm32f4discovery/src/stm32_bringup.c | 6 +-
.../arm/stm32/stm32f4discovery/src/stm32_ds1307.c | 113 ---------------------
.../stm32/stm32f4discovery/src/stm32f4discovery.h | 12 ---
7 files changed, 43 insertions(+), 156 deletions(-)
copy boards/{xtensa/esp32/common/include/esp32_backlight.h =>
arm/stm32/common/include/stm32_ds1307.h} (86%)
copy boards/arm/stm32/common/src/{stm32_mlx90614.c => stm32_ds1307.c} (70%)
delete mode 100644 boards/arm/stm32/stm32f4discovery/src/stm32_ds1307.c