Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Miosix Kernel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Avionics
Software Development
Miosix Kernel
Compare revisions
3f3095e95600f52d2fdaf030b8ac9514d79c010c to 7ef13296f6bfdb70b74f54e2f49db848530e126a
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
avn/swd/miosix-kernel
Select target project
No results found
7ef13296f6bfdb70b74f54e2f49db848530e126a
Select Git revision
Swap
Target
avn/swd/miosix-kernel
Select target project
avn/swd/miosix-kernel
emilio.corigliano/miosix-kernel
2 results
3f3095e95600f52d2fdaf030b8ac9514d79c010c
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
[stm32f7xx] Added missing .cpp for HardwareRng
· 7ef13296
Davide Mor
authored
1 year ago
7ef13296
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
miosix/config/options.cmake
+17
-3
17 additions, 3 deletions
miosix/config/options.cmake
with
17 additions
and
3 deletions
miosix/config/options.cmake
View file @
7ef13296
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.