forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: lwm2m_client_utils: Add stubbing for LWM2M init macros
Add initialization stub for LwM2M_***_INIT() macros to work. Remove CONFIG_LWM2M_FIRMWARE_UPDATE_OBJ_SUPPORT=y as it is already directly included in CMakeListst.txt Signed-off-by: Seppo Takalo <[email protected]>
- Loading branch information
1 parent
40d15cb
commit 86685d9
Showing
4 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,3 +73,5 @@ target_include_directories(app | |
PRIVATE | ||
${includes} | ||
) | ||
|
||
zephyr_linker_sources(SECTIONS src/iterables.ld) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ITERABLE_SECTION_ROM(lwm2m_init_func, 4) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters