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

Conversation

ghost
Copy link

@ghost ghost commented Nov 22, 2018

Description

Patch Cordio BLE to work correctly with NRF52840.

Pull request type

[X] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change

Copy link
Owner

@pan- pan- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@scartmell-arm Could you replace uses of us_ticker API with the Timer API ?

targets/targets.json Outdated Show resolved Hide resolved
@pan-
Copy link
Owner

pan- commented Nov 22, 2018

@paul-szczepanek-arm could you review ?

Steve Cartmell added 7 commits November 26, 2018 19:30
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.
The function wsfOsReadyToSleep should only be called when interrupts are
disabled. Entering a critical section before calling the function fixes
any potential issues.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants