File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
- # Copyright (c) 2024 O.S. Systems Software LTDA.
2
- # Copyright (c) 2024 Freedom Veiculos Eletricos
1
+ # Copyright (c) 2024-2025 O.S. Systems Software LTDA.
2
+ # Copyright (c) 2024-2025 Freedom Veiculos Eletricos
3
3
# SPDX-License-Identifier: Apache-2.0
4
4
5
5
zephyr_sources_ifdef (CONFIG_ZEPHYR_BEHAVIOUR_TREE
@@ -17,4 +17,10 @@ zephyr_sources_ifdef(CONFIG_ZEPHYR_BEHAVIOUR_TREE_NODE_CONTEXT
17
17
zephyrbt_decorator_timeout.c
18
18
)
19
19
20
+ # Support LD linker template
20
21
zephyr_linker_sources (DATA_SECTIONS zephyrbt.ld )
22
+
23
+ # Support CMake linker generator
24
+ zephyr_iterable_section (
25
+ NAME zephyr_behaviour_tree
26
+ GROUP DATA_REGION ${XIP_ALIGN_WITH_INPUT} )
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2024 O.S. Systems Software LTDA.
3
- * Copyright (c) 2024 Freedom Veiculos Eletricos
2
+ * Copyright (c) 2024-2025 O.S. Systems Software LTDA.
3
+ * Copyright (c) 2024-2025 Freedom Veiculos Eletricos
4
4
*
5
5
* SPDX-License-Identifier : Apache-2.0
6
6
*/
7
7
8
8
#include <zephyr/linker/iterable_sections.h>
9
9
10
- ITERABLE_SECTION_RAM(zephyrbt_context, 4 )
10
+ ITERABLE_SECTION_RAM(zephyrbt_context, Z_LINK_ITERABLE_SUBALIGN )
You can’t perform that action at this time.
0 commit comments