File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ template("siwx917_sdk") {
187
187
# 1->SOC and 0->NCP
188
188
" RSI_WLAN_API_ENABLE" ,
189
189
" NVM3_DEFAULT_NVM_SIZE=40960" ,
190
- " NVM3_DEFAULT_MAX_OBJECT_SIZE=4092 " ,
190
+ " NVM3_DEFAULT_MAX_OBJECT_SIZE=${ sl_nvm3_max_object_size } " ,
191
191
" KVS_MAX_ENTRIES=${ kvs_max_entries } " ,
192
192
" ${ silabs_mcu } =1" ,
193
193
" ${ silabs_board } =1" ,
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ declare_args() {
38
38
# enable by default for thread/non-wifi-ncp builds
39
39
enable_openthread_cli = ! (use_rs9116 || use_wf200 || use_SiWx917 )
40
40
kvs_max_entries = 255
41
+ sl_nvm3_max_object_size = 4092
41
42
42
43
# Use Silabs factory data provider example.
43
44
# Users can implement their own.
@@ -418,7 +419,7 @@ template("efr32_sdk") {
418
419
" HARD_FAULT_LOG_ENABLE" ,
419
420
" CORTEXM3_EFM32_MICRO" ,
420
421
" NVM3_DEFAULT_NVM_SIZE=40960" ,
421
- " NVM3_DEFAULT_MAX_OBJECT_SIZE=4092 " ,
422
+ " NVM3_DEFAULT_MAX_OBJECT_SIZE=${ sl_nvm3_max_object_size } " ,
422
423
" KVS_MAX_ENTRIES=${ kvs_max_entries } " ,
423
424
" CORTEXM3=1" ,
424
425
" MICRO=EMBER_MICRO_CORTEXM3_EFR32" ,
You can’t perform that action at this time.
0 commit comments