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

nordic/peripherals interface - refactor to generic interfaces #26

Open
natersoz opened this issue Dec 30, 2018 · 0 comments
Open

nordic/peripherals interface - refactor to generic interfaces #26

natersoz opened this issue Dec 30, 2018 · 0 comments

Comments

@natersoz
Copy link
Owner

  1. Consider using CMSIS peripheral interfaces when possible.
  2. Move generic interface header files into a separate directory.
  3. Timer & RTC interfaces contain Nordic specific instance information.

Example: The classes timer_observer_generic and timer_observable_generic are nearly generic in that they contain no external dependencies. Nope, false: They have the number 6 scattered about for the cc_index_limit which is Nordic specific.

This needs to be removed so that the interface is truly generic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant