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

Move connectivity nanostack libservice stub #14896

Merged
merged 3 commits into from
Jul 13, 2021

Commits on Jul 13, 2021

  1. CMake: Move nanostack libservice stubs to the connectivity/libraries dir

    Move the connectivity nanostack-libservice stubs into the connectivity/libraries
    directory where the nanostack libservice component present as nanostack
    libservice source copied from the external repo. So we can avoid duplicating
    the mbed-os source tree in a central UNITTESTS folder.
    rajkan01 committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    d95bf96 View commit details
    Browse the repository at this point in the history
  2. CMake: Add mbed-headers-nanostack-libservice library

    Previously all nanostack libservice headers part of
    mbed-headers-connectivity. This PR moves all the nanostack
    libservice headers into newly added mbed-headers-nanostack-libraries.
    This makes the nanostack libservice stubs more self-contained and
    improves the composition of the library.
    rajkan01 committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    22b2e9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d488597 View commit details
    Browse the repository at this point in the history