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

samples: openthread: Enable USB CDC ACM for Spinel #4121

Merged
merged 3 commits into from Jul 1, 2021

Commits on Jun 29, 2021

  1. samples: openthread: prefer deferred logging for all samples

    Use LOG_MODE_DEFERRED to decrease logging impact on the application.
    
    Signed-off-by: Lukasz Maciejonczyk <lukasz.maciejonczyk@nordicsemi.no>
    lmaciejonczyk committed Jun 29, 2021
    Copy the full SHA
    5bde0ce View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. samples: openthread: enable USB CDC ACM for NCP/RCP

    It enables emulation serial port over USB in Co-Processor sample
    for Spinel communication with the host.
    
    Signed-off-by: Lukasz Maciejonczyk <lukasz.maciejonczyk@nordicsemi.no>
    lmaciejonczyk committed Jul 1, 2021
    Copy the full SHA
    b9b5086 View commit details
    Browse the repository at this point in the history
  2. samples: openthread: add missing twister tests for CLI sample

    Build variants: minimal_multiprotocol and minimal_singleprotocol haven't
    been checked. This commit fixes it.
    
    Signed-off-by: Lukasz Maciejonczyk <lukasz.maciejonczyk@nordicsemi.no>
    lmaciejonczyk committed Jul 1, 2021
    Copy the full SHA
    59b712f View commit details
    Browse the repository at this point in the history