lib: stm32wba: update to unify 802154 error code#363
lib: stm32wba: update to unify 802154 error code#363erwango merged 2 commits intozephyrproject-rtos:mainfrom
Conversation
update the LL libraries including ieee802.15.4 feature with 802.15.4 error code unification change Signed-off-by: Vincent Tardy <vincent.tardy@st.com>
erwango
left a comment
There was a problem hiding this comment.
I'm a bit unclear on this part of code. It doesn't seem to be STM32Cube code, but then why it's not in Zephyr repo side ?
The ieee802154 error code we refer in this PR is not the error code used in zephyr driver or upper layer. To simplify the interface and prevent error code handling issues, only one error code type, stm32wba_802154_ral_error_t, is now used for all link layer interfaces. Let me know if it's still unclear |
|
Then, is that some code that is also present in STM32Cube WBA package ? |
yes |
Update the stm32wba 802154 header files with 802.15.4 error code unification change Signed-off-by: Vincent Tardy <vincent.tardy@st.com>
f9d821d to
bc3d669
Compare
Update of the ieee802154 Link layer libraries and header files including 802.15.4 error code unification
FYI: @asm5878 , @erwango