-
- Downloads
Added comments to cstimer.h interface
Renamed ContextSwitchTimer::setNextInterrupt() to IRQsetNextInterrupt(), as its implementation required interrupts disabled, and it was always called in interrupt context anyway. ContextSwitchTimer's constructor now no longer sets an interrupt to the next time quantum, it now has to be done manually with setNextInterrupt(). Started cleanup cstimer.cpp
Showing
- miosix/arch/cortexM4_stm32f4/common/interfaces-impl/cstimer.cpp 130 additions, 103 deletions.../arch/cortexM4_stm32f4/common/interfaces-impl/cstimer.cpp
- miosix/arch/cortexM4_stm32f4/common/interfaces-impl/portability.cpp 1 addition, 1 deletion...h/cortexM4_stm32f4/common/interfaces-impl/portability.cpp
- miosix/interfaces/cstimer.h 60 additions, 17 deletionsmiosix/interfaces/cstimer.h
- miosix/kernel/kernel.cpp 2 additions, 2 deletionsmiosix/kernel/kernel.cpp
Loading
Please register or sign in to comment