Skip to content

Commit

Permalink
manifest: Update sdk-nrf
Browse files Browse the repository at this point in the history
Update sdk-nrf

Signed-off-by: Simen S. Røstad <[email protected]>
  • Loading branch information
simensrostad committed Oct 31, 2024
1 parent cd9092f commit 6b83732
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions app/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ CONFIG_DK_LIBRARY=y
CONFIG_ZVFS_OPEN_MAX=10
CONFIG_PWM=y

# Disable UART NRFX legacy shim to make the device boot.
CONFIG_UART_NRFX_UARTE_LEGACY_SHIM=n

# Heap and stacks
CONFIG_MAIN_STACK_SIZE=4096
# Extended AT host/monitor stack/heap sizes since some nrf_cloud credentials are longer than 1024 bytes.
Expand Down Expand Up @@ -244,3 +247,8 @@ CONFIG_TASK_WDT_CHANNELS=9

# Device power management
CONFIG_PM_DEVICE=y

# Set nRF Cloud CoAP security tag to a dev tag to enable decoded DTLS traces.
# It is required that the nRF Cloud CoAP server certificate has been provisioned to the sec tag.
CONFIG_NRF_CLOUD_COAP_SEC_TAG=2147483667
CONFIG_NRF_CLOUD_COAP_JWT_SEC_TAG=4242
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ manifest:
- name: nrf
remote: ncs
repo-path: sdk-nrf
revision: 24aadff4ec330a06e2a76a10639bf5a3698512f8
revision: abb1738e08e66587d09801f9db9ff54ea51f6cd5
import: true

0 comments on commit 6b83732

Please sign in to comment.