-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge Zephyr 4.0.0 and Zblue 3.0.1 rebase #6
Merge Zephyr 4.0.0 and Zblue 3.0.1 rebase #6
Conversation
Signed-off-by: chao.an <[email protected]>
This reverts commit 52f9c0d. Signed-off-by: chao.an <[email protected]>
Signed-off-by: chao.an <[email protected]>
Fix tx seg buffer with NULL pointer reference if enable mesh friendly Signed-off-by: chao.an <[email protected]>
Signed-off-by: chao.an <[email protected]>
Signed-off-by: chao.an <[email protected]>
Signed-off-by: chao.an <[email protected]>
Signed-off-by: chao.an <[email protected]>
Signed-off-by: chao.an <[email protected]>
Signed-off-by: chao.an <[email protected]>
Signed-off-by: chao.an <[email protected]>
Signed-off-by: chao.an <[email protected]>
Signed-off-by: chao.an <[email protected]>
Signed-off-by: chao.an <[email protected]>
Signed-off-by: chao.an <[email protected]>
Signed-off-by: chao.an <[email protected]>
This reverts commit 1e0f5dd3314570cc15ffc102b75638deaa003c63.
Signed-off-by: chao.an <[email protected]>
Signed-off-by: chao.an <[email protected]>
Signed-off-by: chao.an <[email protected]>
Signed-off-by: chao.an <[email protected]>
Signed-off-by: chao.an <[email protected]>
Signed-off-by: chao.an <[email protected]>
Signed-off-by: chao.an <[email protected]>
Signed-off-by: Xiang Xiao <[email protected]>
Signed-off-by: chao.an <[email protected]>
Signed-off-by: chao.an <[email protected]>
N/A Signed-off-by: liuhaitao <[email protected]>
Signed-off-by: chao.an <[email protected]>
Signed-off-by: chao.an <[email protected]>
Signed-off-by: yuanjiawei <[email protected]>
According spec, for the same iv index, iv update flag should trans to false, when iv update procedure complete. When local environment has attack-node to store old network beacon(1,1), and re-send same network beacon(1,1) after 192hours, will cause whole bluetooth mesh network broke. Signed-off-by: Lingao Meng <[email protected]>
Signed-off-by: fulianfa1 <[email protected]>
Signed-off-by: cuiyunlong <[email protected]>
Signed-off-by: Lingao Meng <[email protected]>
Signed-off-by: fulianfa1 <[email protected]>
Signed-off-by: chao an <[email protected]>
Signed-off-by: hujun5 <[email protected]>
Signed-off-by: fulianfa1 <[email protected]>
Signed-off-by: fulianfa1 <[email protected]>
Signed-off-by: fulianfa1 <[email protected]>
Signed-off-by: fulianfa1 <[email protected]>
Signed-off-by: fulianfa1 <[email protected]>
Signed-off-by: fulianfa1 <[email protected]>
Signed-off-by: wangzhi7 <[email protected]>
Signed-off-by: chengkai <[email protected]>
Signed-off-by: duqunbo <[email protected]>
Signed-off-by: fulianfa1 <[email protected]>
Signed-off-by: fulianfa1 <[email protected]>
fix userchan.c build error Signed-off-by: fangzhenwei <[email protected]>
…ncies bug: v/40753 warning: SRAM_SIZE (defined at arch/dummy/Kconfig:135, ../apps/external/zblue/zblue/port/Kconfig.zephyr:76) defined with multiple types, int will be used warning: the int symbol SRAM_SIZE (defined at arch/dummy/Kconfig:135, ../apps/external/zblue/zblue/port/Kconfig.zephyr:76) has a non-int default 0x1C000 (undefined) Signed-off-by: fangzhenwei <[email protected]>
…default bug: v/40753 /usr/bin/ld: nuttx.rel: in function `mem_pool_data_alloc': /home/frozen/work/coding/vela/dev/external/zblue/zblue/subsys/net/buf.c:122: undefined reference to `k_heap_alloc' /usr/bin/ld: nuttx.rel: in function `mem_pool_data_unref': /home/frozen/work/coding/vela/dev/external/zblue/zblue/subsys/net/buf.c:147: undefined reference to `k_heap_free' Signed-off-by: fangzhenwei <[email protected]>
bug: v/42205 subsys/bluetooth/host/smp.c: In function 'sc_send_public_key': subsys/bluetooth/host/smp.c:3144:9: error: 'memcpy' offset [0, 31] is out of the bounds [0, 0] [-Werror=array-bounds] 3144 | memcpy(req->y, &sc_public_key[32], sizeof(req->y)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: fangzhenwei <[email protected]>
bug: v/42708 1. let ZEPHYR_WORK_ON_USERSPACE decide k_thread_create implementation. 2. use pthread_create replace nxthread_create when work at usersapce. Signed-off-by: fangzhenwei <[email protected]>
|
69aecba
into
open-vela:dev-upgrade-4.0.0
Summary
Merge Zephyr 4.0.0 and Zblue 3.0.1 rebase.
Impact
N/A.
Testing
CI.