Skip to content
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

OpenThread HDLC RCP communication support #75986

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Nov 5, 2024

  1. drivers: openthread: nxp: Add a HDLC RCP communication

    Add a HDLC RCP communication with its hdlc_api interface APIs
    and a NXP driver.
    
    Signed-off-by: Jamel Arbi <[email protected]>
    JA-NXP committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    fa39d64 View commit details
    Browse the repository at this point in the history
  2. modules: openthread: Add of spinel hdlc rcp host interface

    Add a spinel support to an RCP design, the core of OpenThread lives on the
    host processor connected to an RCP radio controller over a HDLC interface.
    
    Signed-off-by: Jamel Arbi <[email protected]>
    JA-NXP committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    aaa5adf View commit details
    Browse the repository at this point in the history
  3. net: openthread: Adapt OpenThread to support RCP interface

    Adapt the openthread.c file to support the host RCP interface.
    
    Signed-off-by: Jamel Arbi <[email protected]>
    JA-NXP committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d1f29b4 View commit details
    Browse the repository at this point in the history
  4. samples: net: sockets: Add OT RCP config for echo client, server

    Add OT RCP config for NXP RW612 platform
    
    Signed-off-by: Jamel Arbi <[email protected]>
    JA-NXP committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a606738 View commit details
    Browse the repository at this point in the history
  5. boards: nxp: frdm_rw612: add flash partitions

    Add flash partirions for NXP FRDM RW612 board
    
    Signed-off-by: Jamel Arbi <[email protected]>
    JA-NXP committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    4901a24 View commit details
    Browse the repository at this point in the history
  6. west.yml: hal_nxp update from upstream

    Update hal_nxp to include Openthread RCP changes
    
    Signed-off-by: Jamel Arbi <[email protected]>
    JA-NXP committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    f51d525 View commit details
    Browse the repository at this point in the history