Skip to content

Commit 84ad1e9

Browse files
magp-nordicmasz-nordic
authored andcommitted
applications: sdp: add definition of SDP_DEVELOPER_MODE
Add definition of SDP_DEVELOPER_MODE for all SDPs. Signed-off-by: Magdalena Pastula <[email protected]>
1 parent 15ccbda commit 84ad1e9

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

applications/sdp/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
config SDP_DEVELOPER_MODE
2+
bool "SDP developer mode"
3+
help
4+
SDP developer mode.
5+
If enabled, changes in HRT files will be included in build.
6+
Otherwise, if there is a change in HRT that produces a different ASM file than
7+
the provided one, build error is reported.

applications/sdp/gpio/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ config SDP_GPIO_BACKEND_ICBMSG
1515

1616
endchoice
1717

18+
rsource "../Kconfig"
1819
source "Kconfig.zephyr"

applications/sdp/mspi/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ config SDP_MSPI_FAULT_TIMER
1818
Timer is used to detect application faults. If the timer expires,
1919
the application is considered to be in a fault state.
2020

21+
rsource "../Kconfig"
2122
source "Kconfig.zephyr"

0 commit comments

Comments
 (0)