Skip to content

[Silicon Labs] Fix compile warnings and ticker test failure #4042

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

Conversation

asmellby
Copy link
Contributor

  • Using PinName as bitfield doesn't work without warnings, since NC
    needs all 32 bits to be represented.
  • lp_ticker should not be freed when interrupt is disabled, since this
    will kill the timebase. This change makes the lp_ticker related tests pass.

* Using PinName as bitfield doesn't work without warnings, since NC
  needs all 32 bits to be represented.
* lp_ticker should not be freed when interrupt is disabled, since this
  will kill the timebase.
@0xc0170
Copy link
Contributor

0xc0170 commented Mar 27, 2017

/morph test

@mbed-bot
Copy link

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph test

Output

mbed Build Number: 1750

All builds and test passed!

@asmellby asmellby changed the base branch from master to mbed-os-workshop-17q2 March 28, 2017 09:23
@0xc0170 0xc0170 removed the needs: CI label Mar 28, 2017
@0xc0170 0xc0170 merged commit 567dbf7 into ARMmbed:mbed-os-workshop-17q2 Mar 28, 2017
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.

3 participants