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/incubator-nuttx.git.
from 13816de arch/stm32f7: Fix nxstyle errors add dab6140 nucleo-f302r8: refactor bringup logic for consistency with other boards add 16a0b8a nucleo-f446re: move clock configuration to board.h for consistency with other boards add 8cf752d nucleo-f446re: refactor bringup logic for consistency with other boards No new revisions were added by this update. Summary of changes: boards/arm/stm32/nucleo-f302r8/src/Make.defs | 4 +- boards/arm/stm32/nucleo-f302r8/src/nucleo-f302r8.h | 22 ++ .../stm32/nucleo-f302r8/src/stm32_appinit.c} | 6 +- boards/arm/stm32/nucleo-f302r8/src/stm32_boot.c | 23 ++ .../src/{stm32_appinitialize.c => stm32_bringup.c} | 46 ++-- boards/arm/stm32/nucleo-f446re/include/board.h | 165 +++++++++++++- .../stm32/nucleo-f446re/include/nucleo-f446re.h | 239 --------------------- boards/arm/stm32/nucleo-f446re/src/Make.defs | 4 +- boards/arm/stm32/nucleo-f446re/src/nucleo-f446re.h | 20 ++ boards/arm/stm32/nucleo-f446re/src/stm32_appinit.c | 103 ++------- boards/arm/stm32/nucleo-f446re/src/stm32_boot.c | 7 +- .../src/stm32_bringup.c | 84 +++----- 12 files changed, 301 insertions(+), 422 deletions(-) copy boards/{z80/ez80/z20x/src/ez80_appinit.c => arm/stm32/nucleo-f302r8/src/stm32_appinit.c} (96%) rename boards/arm/stm32/nucleo-f302r8/src/{stm32_appinitialize.c => stm32_bringup.c} (67%) delete mode 100644 boards/arm/stm32/nucleo-f446re/include/nucleo-f446re.h copy boards/arm/stm32/{nucleo-f4x1re => nucleo-f446re}/src/stm32_bringup.c (56%)