Merge branch 'cherry-pick-5fd540d5' into 'release-7.5'

bbfdm: increase IPC max len to 20M

See merge request feed/iopsys!1981
This commit is contained in:
Vivek Dutta 2025-12-05 16:11:22 +05:30 committed by IOPSYS Dev
commit b8809e06e6
No known key found for this signature in database

View file

@ -107,7 +107,7 @@ endif
CMAKE_OPTIONS += \
-DBBF_VENDOR_PREFIX:String="$(CONFIG_BBF_VENDOR_PREFIX)" \
-DBBFDMD_MAX_MSG_LEN:Integer=10485760 \
-DBBFDMD_MAX_MSG_LEN:Integer=20971520 \
-DCMAKE_BUILD_TYPE:String="Debug" \