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 0a74293f11 boards/szpi-esp32s3: Remove FAR qualifier add c309c452d6 boards/arm/stm32h7: add support for stm32h750b-dk board Support for development using STM32H750B-DK, including configuration of onboard memory, flash, etc., and configuration of LVGL runtime environment has been added. add e421e2c9e5 arch/arm/stm32h7: add support for STM32H750B modify the compilation configuration of stm32h7, add compilation options for stm32h750. add 32c5667d5d Optimize double buffering implementation optimize the implemented dual buffer support to avoid compilation errors on other development boards. No new revisions were added by this update. Summary of changes: arch/arm/include/stm32h7/chip.h | 1 + arch/arm/src/stm32h7/Kconfig | 10 +++++ arch/arm/src/stm32h7/stm32_ltdc.c | 7 +++- boards/Kconfig | 10 +++++ .../stm32h750b-dk}/CMakeLists.txt | 2 +- .../arm/stm32h7/stm32h750b-dk}/Kconfig | 5 +-- .../configs/lvgl/defconfig | 13 ++++--- .../include/board.h | 45 ++++++++++------------ .../scripts/Make.defs | 4 +- .../scripts/flash.ld | 7 ++-- .../scripts/flash_m4.ld | 4 +- .../scripts/gnu-elf.ld | 4 +- .../scripts/memory.ld | 4 +- .../stm32h750b-dk}/scripts/user-space.ld | 4 +- .../src/CMakeLists.txt | 4 +- .../src/Makefile | 6 +-- .../stm32h750b-dk/src/stm32_appinitialize.c} | 8 ++-- .../src/stm32_autoleds.c | 6 +-- .../src/stm32_boot.c | 6 +-- .../src/stm32_bringup.c | 6 +-- .../src/stm32_ft5x06.c | 6 +-- .../src/stm32_lcd.c | 6 +-- .../src/stm32_ostest.c | 6 +-- .../stm32h750b-dk/src/stm32_reset.c} | 5 ++- .../src/stm32_usb.c | 6 +-- .../src/stm32_userleds.c | 6 +-- .../src/stm32h750b-dk.h} | 12 +++--- 27 files changed, 97 insertions(+), 106 deletions(-) copy boards/arm/{xmc4/xmc4800-relax => stm32h7/stm32h750b-dk}/CMakeLists.txt (95%) copy {arch/x86/src/common => boards/arm/stm32h7/stm32h750b-dk}/Kconfig (68%) copy boards/arm/stm32h7/{stm32h745i-disco => stm32h750b-dk}/configs/lvgl/defconfig (89%) copy boards/arm/stm32h7/{stm32h745i-disco => stm32h750b-dk}/include/board.h (94%) copy boards/arm/stm32h7/{nucleo-h745zi => stm32h750b-dk}/scripts/Make.defs (95%) copy boards/arm/stm32h7/{stm32h745i-disco => stm32h750b-dk}/scripts/flash.ld (97%) copy boards/arm/stm32h7/{stm32h745i-disco => stm32h750b-dk}/scripts/flash_m4.ld (96%) copy boards/arm/stm32h7/{stm32h745i-disco => stm32h750b-dk}/scripts/gnu-elf.ld (96%) copy boards/arm/stm32h7/{weact-stm32h743 => stm32h750b-dk}/scripts/memory.ld (94%) copy boards/arm/{stm32/omnibusf4 => stm32h7/stm32h750b-dk}/scripts/user-space.ld (96%) copy boards/arm/stm32h7/{stm32h745i-disco => stm32h750b-dk}/src/CMakeLists.txt (94%) copy boards/arm/stm32h7/{stm32h745i-disco => stm32h750b-dk}/src/Makefile (92%) copy boards/arm/{stm32/axoloti/src/stm32_appinit.c => stm32h7/stm32h750b-dk/src/stm32_appinitialize.c} (96%) copy boards/arm/stm32h7/{stm32h745i-disco => stm32h750b-dk}/src/stm32_autoleds.c (97%) copy boards/arm/stm32h7/{stm32h745i-disco => stm32h750b-dk}/src/stm32_boot.c (95%) copy boards/arm/stm32h7/{stm32h745i-disco => stm32h750b-dk}/src/stm32_bringup.c (98%) copy boards/arm/stm32h7/{stm32h745i-disco => stm32h750b-dk}/src/stm32_ft5x06.c (98%) copy boards/arm/stm32h7/{stm32h745i-disco => stm32h750b-dk}/src/stm32_lcd.c (96%) copy boards/arm/stm32h7/{stm32h745i-disco => stm32h750b-dk}/src/stm32_ostest.c (95%) copy boards/arm/{rp23xx/common/src/rp23xx_reset.c => stm32h7/stm32h750b-dk/src/stm32_reset.c} (97%) copy boards/arm/stm32h7/{stm32h745i-disco => stm32h750b-dk}/src/stm32_usb.c (98%) copy boards/arm/stm32h7/{stm32h745i-disco => stm32h750b-dk}/src/stm32_userleds.c (96%) copy boards/arm/stm32h7/{stm32h745i-disco/src/stm32h745i_disco.h => stm32h750b-dk/src/stm32h750b-dk.h} (95%)