File tree Expand file tree Collapse file tree 4 files changed +8
-85
lines changed
Expand file tree Collapse file tree 4 files changed +8
-85
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,7 @@ DATRDY
175175DBGU
176176DCDIC
177177DCMR
178+ Dconfig
178179DCOUNT
179180decf
180181decfsz
Original file line number Diff line number Diff line change @@ -7,18 +7,15 @@ set(FREERTOS_KERNEL_PATH "../../")
77# Add the freertos_config for FreeRTOS-Kernel
88add_library (freertos_config INTERFACE )
99
10+ target_include_directories (freertos_config
11+ INTERFACE
12+ "../sample_configuration"
13+ )
14+
1015if (DEFINED FREERTOS_SMP_EXAMPLE AND FREERTOS_SMP_EXAMPLE STREQUAL "1" )
1116 message (STATUS "Build FreeRTOS SMP example" )
12- target_include_directories (freertos_config
13- INTERFACE
14- "../sample_configuration/smp"
15- )
16- else ()
17- message (STATUS "Build FreeRTOS example" )
18- target_include_directories (freertos_config
19- INTERFACE
20- "../sample_configuration"
21- )
17+ # Adding the following configurations to build SMP template port
18+ add_compile_options ( -DconfigNUMBER_OF_CORES=2 -DconfigUSE_PASSIVE_IDLE_HOOK=0 )
2219endif ()
2320
2421# Select the heap port. values between 1-4 will pick a heap.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments