Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
toki
configs
Commits
c72d07b7
Commit
c72d07b7
authored
Aug 21, 2020
by
Ulrich Huber
Committed by
Oliver Horst
Aug 31, 2020
Browse files
[fix] Link freertos-config-headers against toki-hal-config-headers to get configASSERT
parent
d5210d4b
Changes
12
Hide whitespace changes
Inline
Side-by-side
zcu102-zynqmp/freertos/baseline/master/freertos/include/CMakeLists.txt
View file @
c72d07b7
...
...
@@ -14,6 +14,11 @@ find_package(
REQUIRED
)
find_package
(
toki-hal-config-headers
REQUIRED
)
add_library
(
freertos-config-headers
#
...
...
@@ -31,6 +36,7 @@ target_link_libraries(
freertos-config-headers
#
INTERFACE xil-headers
toki-hal-config-headers
)
...
...
zcu102-zynqmp/freertos/baseline/master/freertos/include/freertos-config-headers-config.cmake.in
View file @
c72d07b7
...
...
@@ -3,6 +3,7 @@
include(CMakeFindDependencyMacro)
find_dependency(xil-headers)
find_dependency(toki-hal-config-headers)
# Import targets
include(${CMAKE_CURRENT_LIST_DIR}/freertos-config-headers-targets.cmake)
...
...
zcu102-zynqmp/freertos/baseline/master/freertos/include/freertos/FreeRTOSConfig.h
View file @
c72d07b7
...
...
@@ -3,6 +3,7 @@
#include
"xil/xparameters.h"
#include
"xil/bspconfig.h"
#include
"toki/config.h"
/**
...
...
zcu102-zynqmp/freertos/baseline/slave/freertos/include/CMakeLists.txt
View file @
c72d07b7
...
...
@@ -14,6 +14,11 @@ find_package(
REQUIRED
)
find_package
(
toki-hal-config-headers
REQUIRED
)
add_library
(
freertos-config-headers
#
...
...
@@ -31,6 +36,7 @@ target_link_libraries(
freertos-config-headers
#
INTERFACE xil-headers
toki-hal-config-headers
)
...
...
zcu102-zynqmp/freertos/baseline/slave/freertos/include/freertos-config-headers-config.cmake.in
View file @
c72d07b7
...
...
@@ -3,6 +3,7 @@
include(CMakeFindDependencyMacro)
find_dependency(xil-headers)
find_dependency(toki-hal-config-headers)
# Import targets
include(${CMAKE_CURRENT_LIST_DIR}/freertos-config-headers-targets.cmake)
...
...
zcu102-zynqmp/freertos/baseline/slave/freertos/include/freertos/FreeRTOSConfig.h
View file @
c72d07b7
...
...
@@ -3,6 +3,7 @@
#include
"xil/xparameters.h"
#include
"xil/bspconfig.h"
#include
"toki/config.h"
/**
...
...
zcu102-zynqmp/freertos/intperf/master/freertos/include/CMakeLists.txt
View file @
c72d07b7
...
...
@@ -14,6 +14,11 @@ find_package(
REQUIRED
)
find_package
(
toki-hal-config-headers
REQUIRED
)
add_library
(
freertos-config-headers
#
...
...
@@ -31,6 +36,7 @@ target_link_libraries(
freertos-config-headers
#
INTERFACE xil-headers
toki-hal-config-headers
)
...
...
zcu102-zynqmp/freertos/intperf/master/freertos/include/freertos-config-headers-config.cmake.in
View file @
c72d07b7
...
...
@@ -3,6 +3,7 @@
include(CMakeFindDependencyMacro)
find_dependency(xil-headers)
find_dependency(toki-hal-config-headers)
# Import targets
include(${CMAKE_CURRENT_LIST_DIR}/freertos-config-headers-targets.cmake)
...
...
zcu102-zynqmp/freertos/intperf/master/freertos/include/freertos/FreeRTOSConfig.h
View file @
c72d07b7
...
...
@@ -3,6 +3,7 @@
#include
"xil/xparameters.h"
#include
"xil/bspconfig.h"
#include
"toki/config.h"
/**
...
...
zcu102-zynqmp/freertos/intperf/slave/freertos/include/CMakeLists.txt
View file @
c72d07b7
...
...
@@ -14,6 +14,11 @@ find_package(
REQUIRED
)
find_package
(
toki-hal-config-headers
REQUIRED
)
add_library
(
freertos-config-headers
#
...
...
@@ -31,6 +36,7 @@ target_link_libraries(
freertos-config-headers
#
INTERFACE xil-headers
toki-hal-config-headers
)
...
...
zcu102-zynqmp/freertos/intperf/slave/freertos/include/freertos-config-headers-config.cmake.in
View file @
c72d07b7
...
...
@@ -3,6 +3,7 @@
include(CMakeFindDependencyMacro)
find_dependency(xil-headers)
find_dependency(toki-hal-config-headers)
# Import targets
include(${CMAKE_CURRENT_LIST_DIR}/freertos-config-headers-targets.cmake)
...
...
zcu102-zynqmp/freertos/intperf/slave/freertos/include/freertos/FreeRTOSConfig.h
View file @
c72d07b7
...
...
@@ -3,6 +3,7 @@
#include
"xil/xparameters.h"
#include
"xil/bspconfig.h"
#include
"toki/config.h"
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment