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

Rollup PR: Resume testing on PRs with false failures #8733

Merged
merged 9 commits into from
Nov 14, 2018

Commits on Nov 9, 2018

  1. fix bug set a correct page size

    Qinghao Shi authored and Qinghao Shi committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    f7ff09d View commit details
    Browse the repository at this point in the history
  2. Revert flash_get_value for M2351 done in PR#8589

    `flash_get_erase_value` is added in hal/TARGET_FLASH_CMSIS_ALGO/flash_common_algo.c
    duplicate copy of same function in targets/TARGET_NUVOTON/TARGET_M2351/flash_api.c
    resulted in build issues with secure build
    Deepika committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    049b5f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e7cbd4 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Configuration menu
    Copy the full SHA
    4551d94 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. Implement Socket::getpeername() API

    This is equivalent of POSIX getpeername() function. It allows to
    get remote address associated with the socket.
    For example:
    socket *s = server.accept();
    SocketAddress remote;
    s->getpeername(&remote);
    Seppo Takalo committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    619bcb5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refactor-targets-formatting' of ssh://github.com/scartm…

    …ell-arm/mbed-os into rollup
    Cruz Monrreal II authored and Cruz Monrreal II committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    cf7c767 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'erase_flash_fix' of ssh://github.com/deepikabhavnani/mb…

    …ed-os into rollup
    Cruz Monrreal II authored and Cruz Monrreal II committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    0499ee2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fm_flash' of ssh://github.com/jamesbeyond/mbed-os into …

    …rollup
    Cruz Monrreal II authored and Cruz Monrreal II committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    798ffd0 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'getpeername' of ssh://github.com/SeppoTakalo/mbed-os in…

    …to rollup
    Cruz Monrreal II authored and Cruz Monrreal II committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    4a5ba7f View commit details
    Browse the repository at this point in the history