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

Fix nordic cordio support #6

Open
wants to merge 7 commits into
base: ble-extended-advertising
Choose a base branch
from
Open

Fix nordic cordio support #6

wants to merge 7 commits into from

Commits on Nov 26, 2018

  1. Configuration menu
    Copy the full SHA
    3ce2318 View commit details
    Browse the repository at this point in the history
  2. fix(pan-cordio): Increase the maximum number of supported WSF handlers

    NRF52480 fails to complete BLE initialisation due to attempting to set
    more event handlers than are supported by the WSF library.
    
    Increasing the number of handlers fixes this issue.
    Steve Cartmell committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    36c653c View commit details
    Browse the repository at this point in the history
  3. fix(pan-cordio): Wrap call to wsfOsReadyToSleep in a critical section

    The function wsfOsReadyToSleep should only be called when interrupts are
    disabled. Entering a critical section before calling the function fixes
    any potential issues.
    Steve Cartmell committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    ad18edb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4924079 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67d361f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    835ea52 View commit details
    Browse the repository at this point in the history
  7. fix(pan-cordio): Fix references to old enumeration that was removed

    Enumeration values were removed in
    78d4a9b
    Steve Cartmell committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    60ffc01 View commit details
    Browse the repository at this point in the history