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

Change Mbed CoAP to be a feature #12962

Closed
wants to merge 2 commits into from
Closed

Commits on May 7, 2020

  1. Rename frameworks/mbed-coap to FEATURE_MBED_COAP

    This change allows to turn CoAP as selectable component, instead of being
    forced on to enabled.
    teetak01 committed May 7, 2020
    Configuration menu
    Copy the full SHA
    39e5dd1 View commit details
    Browse the repository at this point in the history
  2. Enable FEATURE_MBED_COAP by default

    This maintains backwards compatibility with existing users of mbed-coap.
    
    Applications that do not need mbed-coap can disable it with
    
    +            "target.features_remove": ["MBED_COAP"],
    
    override.
    teetak01 committed May 7, 2020
    Configuration menu
    Copy the full SHA
    b0fca01 View commit details
    Browse the repository at this point in the history