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

Slim down sketch size #553

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on May 19, 2017

  1. Configuration menu
    Copy the full SHA
    a5c0c0c View commit details
    Browse the repository at this point in the history
  2. avoid exporting __assert_func symbol from system lib

    __assert_func and its dependencies are automatically added by libc unless we provide a stub implementation and avoid uisng -Wl,--whole-archive when linking against system lib
    facchinm committed May 19, 2017
    Configuration menu
    Copy the full SHA
    c8ea5d0 View commit details
    Browse the repository at this point in the history
  3. Avoid exporting BLE symbols in sketches which don't use BLE

    By moving the BLE stack initialization to its library we can avoid including it in any build.
    facchinm committed May 19, 2017
    Configuration menu
    Copy the full SHA
    bb10210 View commit details
    Browse the repository at this point in the history