You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider using CMSIS peripheral interfaces when possible.
Move generic interface header files into a separate directory.
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.
The text was updated successfully, but these errors were encountered:
Example: The classes
timer_observer_generic
andtimer_observable_generic
are nearly generic in that they contain no external dependencies. Nope, false: They have the number6
scattered about for thecc_index_limit
which is Nordic specific.This needs to be removed so that the interface is truly generic.
The text was updated successfully, but these errors were encountered: