This is an automated email from the ASF dual-hosted git repository.
raiden00 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new d4aa30a171 boards/arm/stm32f7: fixed removed endif() in cmakefile
nucleo-f746zg nucleo-f722ze nucleo-f767zi
d4aa30a171 is described below
commit d4aa30a171b69596b29fc0fc1586e1b96ed76e65
Author: simbit18 <[email protected]>
AuthorDate: Mon Oct 21 16:51:14 2024 +0200
boards/arm/stm32f7: fixed removed endif() in cmakefile nucleo-f746zg
nucleo-f722ze nucleo-f767zi
fix
CMake Error at boards/arm/stm32f7/nucleo-f746zg/src/CMakeLists.txt:76
(endif):
Flow control statements are not properly nested.
CMake Error at boards/arm/stm32f7/nucleo-f746zg/src/CMakeLists.txt:76
(endif):
Flow control statements are not properly nested.
-- Configuring incomplete, errors occurred!
---
boards/arm/stm32f7/nucleo-f722ze/src/CMakeLists.txt | 1 -
boards/arm/stm32f7/nucleo-f746zg/src/CMakeLists.txt | 1 -
boards/arm/stm32f7/nucleo-f767zi/src/CMakeLists.txt | 1 -
3 files changed, 3 deletions(-)
diff --git a/boards/arm/stm32f7/nucleo-f722ze/src/CMakeLists.txt
b/boards/arm/stm32f7/nucleo-f722ze/src/CMakeLists.txt
index bd9d8da214..7c56a5c4ab 100644
--- a/boards/arm/stm32f7/nucleo-f722ze/src/CMakeLists.txt
+++ b/boards/arm/stm32f7/nucleo-f722ze/src/CMakeLists.txt
@@ -82,4 +82,3 @@ endif()
target_sources(board PRIVATE ${SRCS})
set_property(GLOBAL PROPERTY LD_SCRIPT "${NUTTX_BOARD_DIR}/scripts/flash.ld")
-endif()
diff --git a/boards/arm/stm32f7/nucleo-f746zg/src/CMakeLists.txt
b/boards/arm/stm32f7/nucleo-f746zg/src/CMakeLists.txt
index c454797bc3..985966f9b4 100644
--- a/boards/arm/stm32f7/nucleo-f746zg/src/CMakeLists.txt
+++ b/boards/arm/stm32f7/nucleo-f746zg/src/CMakeLists.txt
@@ -73,4 +73,3 @@ endif()
target_sources(board PRIVATE ${SRCS})
set_property(GLOBAL PROPERTY LD_SCRIPT "${NUTTX_BOARD_DIR}/scripts/flash.ld")
-endif()
diff --git a/boards/arm/stm32f7/nucleo-f767zi/src/CMakeLists.txt
b/boards/arm/stm32f7/nucleo-f767zi/src/CMakeLists.txt
index 171173a94c..409efb4549 100644
--- a/boards/arm/stm32f7/nucleo-f767zi/src/CMakeLists.txt
+++ b/boards/arm/stm32f7/nucleo-f767zi/src/CMakeLists.txt
@@ -73,4 +73,3 @@ endif()
target_sources(board PRIVATE ${SRCS})
set_property(GLOBAL PROPERTY LD_SCRIPT "${NUTTX_BOARD_DIR}/scripts/flash.ld")
-endif()