-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: ble-extended-advertising
Are you sure you want to change the base?
Commits on Nov 26, 2018
-
fix(pan-cordio): Move stack BLE stack setup to later in initialisation
Steve Cartmell committedNov 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 3ce2318 - Browse repository at this point
Copy the full SHA 3ce2318View commit details -
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 committedNov 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 36c653c - Browse repository at this point
Copy the full SHA 36c653cView commit details -
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 committedNov 26, 2018 Configuration menu - View commit details
-
Copy full SHA for ad18edb - Browse repository at this point
Copy the full SHA ad18edbView commit details -
fix(pan-cordio): Override WSF handler size in a platform specific manner
Steve Cartmell committedNov 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 4924079 - Browse repository at this point
Copy the full SHA 4924079View commit details -
refactor(pan-cordio): Use Timer class instead of raw ticker for timing
Steve Cartmell committedNov 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 67d361f - Browse repository at this point
Copy the full SHA 67d361fView commit details -
fix(pan-cordio): Reset timer after updating to reduce chance of overflow
Steve Cartmell committedNov 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 835ea52 - Browse repository at this point
Copy the full SHA 835ea52View commit details -
fix(pan-cordio): Fix references to old enumeration that was removed
Enumeration values were removed in 78d4a9b
Steve Cartmell committedNov 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 60ffc01 - Browse repository at this point
Copy the full SHA 60ffc01View commit details