Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • avn/swd/miosix-kernel
  • emilio.corigliano/miosix-kernel
2 results
Select Git revision
Show changes
Commits on Source (1)
...@@ -3147,7 +3147,10 @@ elseif(${ARCH} STREQUAL cortexM7_stm32f7) ...@@ -3147,7 +3147,10 @@ elseif(${ARCH} STREQUAL cortexM7_stm32f7)
## Select architecture specific files ## Select architecture specific files
## These are the files in arch/<arch name>/<board name> ## These are the files in arch/<arch name>/<board name>
set(ARCH_SRC ${KPATH}/${BOARD_INC}/interfaces-impl/bsp.cpp) set(ARCH_SRC
${KPATH}/arch/common/drivers/stm32_hardware_rng.cpp
${KPATH}/${BOARD_INC}/interfaces-impl/bsp.cpp
)
## Add a #define to allow querying board name ## Add a #define to allow querying board name
list(APPEND CFLAGS_BASE -D_BOARD_STM32F756ZG_NUCLEO) list(APPEND CFLAGS_BASE -D_BOARD_STM32F756ZG_NUCLEO)
...@@ -3188,6 +3191,7 @@ elseif(${ARCH} STREQUAL cortexM7_stm32f7) ...@@ -3188,6 +3191,7 @@ elseif(${ARCH} STREQUAL cortexM7_stm32f7)
## Select architecture specific files ## Select architecture specific files
## These are the files in arch/<arch name>/<board name> ## These are the files in arch/<arch name>/<board name>
set(ARCH_SRC set(ARCH_SRC
${KPATH}/arch/common/drivers/stm32_hardware_rng.cpp
${KPATH}/${BOARD_INC}/interfaces-impl/bsp.cpp ${KPATH}/${BOARD_INC}/interfaces-impl/bsp.cpp
${KPATH}/arch/common/drivers/stm32_backup_domain.cpp ${KPATH}/arch/common/drivers/stm32_backup_domain.cpp
) )
...@@ -3231,6 +3235,7 @@ elseif(${ARCH} STREQUAL cortexM7_stm32f7) ...@@ -3231,6 +3235,7 @@ elseif(${ARCH} STREQUAL cortexM7_stm32f7)
## Select architecture specific files ## Select architecture specific files
## These are the files in arch/<arch name>/<board name> ## These are the files in arch/<arch name>/<board name>
set(ARCH_SRC set(ARCH_SRC
${KPATH}/arch/common/drivers/stm32_hardware_rng.cpp
${KPATH}/${BOARD_INC}/interfaces-impl/bsp.cpp ${KPATH}/${BOARD_INC}/interfaces-impl/bsp.cpp
${KPATH}/arch/common/drivers/stm32_backup_domain.cpp ${KPATH}/arch/common/drivers/stm32_backup_domain.cpp
) )
...@@ -3273,6 +3278,7 @@ elseif(${ARCH} STREQUAL cortexM7_stm32f7) ...@@ -3273,6 +3278,7 @@ elseif(${ARCH} STREQUAL cortexM7_stm32f7)
## Select architecture specific files ## Select architecture specific files
## These are the files in arch/<arch name>/<board name> ## These are the files in arch/<arch name>/<board name>
set(ARCH_SRC set(ARCH_SRC
${KPATH}/arch/common/drivers/stm32_hardware_rng.cpp
${KPATH}/${BOARD_INC}/interfaces-impl/bsp.cpp ${KPATH}/${BOARD_INC}/interfaces-impl/bsp.cpp
${KPATH}/arch/common/drivers/stm32_backup_domain.cpp ${KPATH}/arch/common/drivers/stm32_backup_domain.cpp
) )
...@@ -3315,6 +3321,7 @@ elseif(${ARCH} STREQUAL cortexM7_stm32f7) ...@@ -3315,6 +3321,7 @@ elseif(${ARCH} STREQUAL cortexM7_stm32f7)
## Select architecture specific files ## Select architecture specific files
## These are the files in arch/<arch name>/<board name> ## These are the files in arch/<arch name>/<board name>
set(ARCH_SRC set(ARCH_SRC
${KPATH}/arch/common/drivers/stm32_hardware_rng.cpp
${KPATH}/${BOARD_INC}/interfaces-impl/bsp.cpp ${KPATH}/${BOARD_INC}/interfaces-impl/bsp.cpp
${KPATH}/arch/common/drivers/stm32_backup_domain.cpp ${KPATH}/arch/common/drivers/stm32_backup_domain.cpp
) )
...@@ -3353,7 +3360,10 @@ elseif(${ARCH} STREQUAL cortexM7_stm32f7) ...@@ -3353,7 +3360,10 @@ elseif(${ARCH} STREQUAL cortexM7_stm32f7)
## Select architecture specific files ## Select architecture specific files
## These are the files in arch/<arch name>/<board name> ## These are the files in arch/<arch name>/<board name>
set(ARCH_SRC ${KPATH}/${BOARD_INC}/interfaces-impl/bsp.cpp) set(ARCH_SRC
${KPATH}/arch/common/drivers/stm32_hardware_rng.cpp
${KPATH}/${BOARD_INC}/interfaces-impl/bsp.cpp
)
## Add a #define to allow querying board name ## Add a #define to allow querying board name
list(APPEND CFLAGS_BASE -D_BOARD_STM32F767ZI_NUCLEO) list(APPEND CFLAGS_BASE -D_BOARD_STM32F767ZI_NUCLEO)
...@@ -3397,6 +3407,7 @@ elseif(${ARCH} STREQUAL cortexM7_stm32f7) ...@@ -3397,6 +3407,7 @@ elseif(${ARCH} STREQUAL cortexM7_stm32f7)
## Select architecture specific files ## Select architecture specific files
## These are the files in arch/<arch name>/<board name> ## These are the files in arch/<arch name>/<board name>
set(ARCH_SRC set(ARCH_SRC
${KPATH}/arch/common/drivers/stm32_hardware_rng.cpp
${KPATH}/${BOARD_INC}/interfaces-impl/bsp.cpp ${KPATH}/${BOARD_INC}/interfaces-impl/bsp.cpp
${KPATH}/arch/common/drivers/stm32_backup_domain.cpp ${KPATH}/arch/common/drivers/stm32_backup_domain.cpp
) )
...@@ -3436,7 +3447,10 @@ elseif(${ARCH} STREQUAL cortexM7_stm32f7) ...@@ -3436,7 +3447,10 @@ elseif(${ARCH} STREQUAL cortexM7_stm32f7)
## Select architecture specific files ## Select architecture specific files
## These are the files in arch/<arch name>/<board name> ## These are the files in arch/<arch name>/<board name>
set(ARCH_SRC ${KPATH}/${BOARD_INC}/interfaces-impl/bsp.cpp) set(ARCH_SRC
${KPATH}/arch/common/drivers/stm32_hardware_rng.cpp
${KPATH}/${BOARD_INC}/interfaces-impl/bsp.cpp
)
## Add a #define to allow querying board name ## Add a #define to allow querying board name
list(APPEND CFLAGS_BASE -D_BOARD_STM32F769NI_DISCO) list(APPEND CFLAGS_BASE -D_BOARD_STM32F769NI_DISCO)
......