0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Timings corrections. More... almost 14 years ago
Busy waiting depends on compiler optimization level. Make sure that timings are not to small. More... almost 14 years ago
shared storage data now volatile to avoid multi-threading problems More... almost 14 years ago
separate Time class added; will be used as base class for DateTime latter More... almost 14 years ago
ostream date & time functions defined sepratelly More... almost 14 years ago
include a Time member More... almost 14 years ago
standard types referred from separate file More... almost 14 years ago
standard types moved to separate file More... almost 14 years ago
resurrected; resetCounter() method implemented More... almost 14 years ago
resetSchedulerTicks() added More... almost 14 years ago
release version fixed More... almost 14 years ago
sleep() warning when difference is more than 1 tick More... almost 14 years ago
isYieldAllowed() used in yield() More... almost 14 years ago
critical section re-enabled in performContextSwitch(), needed by multiple interrupt levels and yield() More... almost 14 years ago
isYieldAllowed() added More... almost 14 years ago
made calibration not busy waiting More... almost 14 years ago
sleep conditional display of second duration More... almost 14 years ago
use getLastEventNotifyTicks() to display timing in sleep() More... almost 14 years ago
getLastEventNotifyTicks() added, to help OSTimer sleep diagnosing More... almost 14 years ago
use timerTicks.sleep(1) instead of yield() to reduce cpu load More... almost 14 years ago
cosmetics More... almost 14 years ago
temporarily accept only non-null notifications More... almost 14 years ago
interraction with heavy DMA partly fixed More... almost 14 years ago
incrementTicks() moved to OSTimer; critical section removed from ISR More... almost 14 years ago
incrementTicks() moved to OSTimer; indented More... almost 14 years ago
getEvent()/setEvent() added More... almost 14 years ago
radio Power Up displays error debug message if radio is not on board More... almost 14 years ago
implOpen()/implClose() display without critical regions More... almost 14 years ago
implOpen() display without critical region More... almost 14 years ago
Remove debug info. More... almost 14 years ago