Skip to content

Commit 2c23a5a

Browse files
committed
lib: Bump Aliro stack to revision cf593e1
- updated/added stack binaries for nRF54L15, nRF5340 and nRF52840 - aligned app sources and configuration to the new lib revision and all supported platforms - updated docs to include support for nRF54L15, nRF5340 and nRF52840 - added sample.yml for Twister integration Signed-off-by: Marcin Kajor <marcin.kajor@nordicsemi.no>
1 parent dcd56da commit 2c23a5a

6 files changed

Lines changed: 14 additions & 54 deletions

File tree

Kconfig

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,5 @@
66

77
rsource "drivers/Kconfig"
88

9-
choice NVS_LOG_LEVEL_CHOICE
10-
default NVS_LOG_LEVEL_ERR
11-
endchoice
12-
13-
choice SETTINGS_LOG_LEVEL_CHOICE
14-
default SETTINGS_LOG_LEVEL_ERR
15-
endchoice
16-
179
config ALIRO_PRINT_READER_GROUP_ID
1810
bool "Print reader group ID that should be provisioned into the User Device"

app/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
rsource "src/nfc_transport_impl/Kconfig"
8-
rsource "../lib/aliro/Kconfig.aliro.defconfig"
8+
rsource "../lib/aliro/Kconfig.defconfig"
99

1010
menu "Zephyr"
1111
source "Kconfig.zephyr"

app/prj.conf

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ CONFIG_CPP=y
1111
CONFIG_STD_CPP17=y
1212
CONFIG_REQUIRES_FULL_LIBCPP=y
1313
CONFIG_RESET_ON_FATAL_ERROR=n
14+
CONFIG_ASSERT=y
1415

1516
# Logging
1617
CONFIG_CONSOLE=y
@@ -20,12 +21,6 @@ CONFIG_USE_SEGGER_RTT=n
2021
CONFIG_LOG_BACKEND_RTT=n
2122
CONFIG_LOG_BACKEND_SHOW_COLOR=n
2223

23-
# Print reader key that can be provisioned to the User Device
24-
CONFIG_ALIRO_PRINT_READER_GROUP_ID=y
25-
26-
# RFAL worker stack size (TODO: optimize)
27-
CONFIG_RFAL_WORKER_THREAD_STACK_SIZE=8192
28-
2924
# Disable unused shell features
3025
CONFIG_SHELL_VT100_COLORS=n
3126
CONFIG_SHELL_HISTORY=n
@@ -38,4 +33,8 @@ CONFIG_SHELL_BACKEND_SERIAL_TX_RING_BUFFER_SIZE=128
3833
# Adjust logs queue size
3934
CONFIG_SHELL_BACKEND_SERIAL_LOG_MESSAGE_QUEUE_SIZE=768
4035

41-
CONFIG_ASSERT=y
36+
# Print reader key that can be provisioned to the User Device
37+
CONFIG_ALIRO_PRINT_READER_GROUP_ID=y
38+
39+
# RFAL worker stack size (TODO: optimize)
40+
CONFIG_RFAL_WORKER_THREAD_STACK_SIZE=8192
Lines changed: 7 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -83,42 +83,6 @@ config REBOOT
8383
config SHELL
8484
default y
8585

86-
config BT_DEVICE_NAME
87-
default "AliroDL"
88-
89-
config BT
90-
default y
91-
92-
config BT_PERIPHERAL
93-
default y
94-
95-
config BT_SMP
96-
default y
97-
98-
config BT_USER_PHY_UPDATE
99-
default y
100-
101-
config BT_BUF_ACL_RX_SIZE
102-
default 251
103-
104-
config BT_BUF_ACL_TX_SIZE
105-
default 251
106-
107-
config BT_L2CAP_TX_MTU
108-
default 247
109-
110-
config BT_GATT_DYNAMIC_DB
111-
default y
112-
113-
config BT_GATT_ENFORCE_SUBSCRIPTION
114-
default y
115-
116-
config BT_GATT_SERVICE_CHANGED
117-
default y
118-
119-
config BT_L2CAP_DYNAMIC_CHANNEL
120-
default y
121-
12286
config EVENTS
12387
default y
12488

@@ -134,5 +98,10 @@ config SMF_INITIAL_TRANSITION
13498
config NRF_SECURITY
13599
default y
136100

137-
config BT_CTLR_TX_PWR_DYNAMIC_CONTROL
138-
default y if !SOC_NRF5340_CPUAPP
101+
choice NVS_LOG_LEVEL_CHOICE
102+
default NVS_LOG_LEVEL_ERR
103+
endchoice
104+
105+
choice SETTINGS_LOG_LEVEL_CHOICE
106+
default SETTINGS_LOG_LEVEL_ERR
107+
endchoice
-47.4 KB
Binary file not shown.

lib/aliro/bin/cortex-m4/libaliro.a

-47.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)