Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit 6bccc7c

Browse files
author
GitHub Actions
committed
1 parent 05857bd commit 6bccc7c

8 files changed

Lines changed: 6 additions & 21 deletions

File tree

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66

7-
# Copy of the SPM project configuration. */
8-
CONFIG_ASSERT=n
9-
CONFIG_IS_SPM=y
10-
CONFIG_FW_INFO=y
11-
CONFIG_GPIO=n
12-
CONFIG_MAIN_STACK_SIZE=4096
13-
CONFIG_INIT_ARCH_HW_AT_BOOT=y
14-
157
## Disable serial and UART interface.
168
CONFIG_SERIAL=n
179
CONFIG_UART_CONSOLE=n

overlay-azure.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ CONFIG_AZURE_IOT_HUB_DPS=y
99
CONFIG_AZURE_IOT_HUB_AUTO_DEVICE_TWIN_REQUEST=y
1010
CONFIG_AZURE_IOT_HUB_DEVICE_ID_APP=y
1111
CONFIG_AZURE_IOT_HUB_MQTT_RX_TX_BUFFER_LEN=2048
12-
CONFIG_AZURE_IOT_HUB_TOPIC_PROPERTY_BAG_PREFIX=n
1312
CONFIG_AZURE_IOT_HUB_STACK_SIZE=4096
1413
CONFIG_AZURE_FOTA=y
1514
CONFIG_AZURE_FOTA_TLS=y

tests/debug_module/boards/nrf9160dk_nrf9160_ns.conf

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/debug_module/boards/qemu_cortex_m3.conf

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/debug_module/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ CONFIG_EVENT_MANAGER=y
1212

1313
# Event manager requires sys_reboot()
1414
CONFIG_REBOOT=y
15+
# The following option is required to silence the linker warning about orphan
16+
# sections. The event manager header files uses orphan sections.
17+
CONFIG_LINKER_ORPHAN_SECTION_PLACE=y

tests/gps_module/boards/nrf9160dk_nrf9160_ns.conf

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/gps_module/boards/qemu_cortex_m3.conf

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/gps_module/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ CONFIG_EVENT_MANAGER=y
1919

2020
# Event manager requires sys_reboot()
2121
CONFIG_REBOOT=y
22+
# The following option is required to silence the linker warning about orphan
23+
# sections. The event manager header files uses orphan sections.
24+
CONFIG_LINKER_ORPHAN_SECTION_PLACE=y

0 commit comments

Comments
 (0)