0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- fixing eventqueue again: - eliminating readTMR2_f(); soon readTMR2() condition - clear flag after setting the OCR2 value, so if alarm2core() happens from user calling, not interrupt.... More... almost 21 years ago
- fix possible overstep nowh++: ripped earlier (lower_tmp <= nowl) condition instead of safe (lower_tmp < nowl) experiment - added software rpm stimulation via OCR0 More... almost 21 years ago
- correct small typo that stopped handler2k from executing More... almost 21 years ago
- no more estimates for the empty heap case: always call readTMR2 in alarm2core() More... almost 21 years ago
- give a little more time for the empty heap case - readTMR2 in the worst case More... almost 21 years ago
- time-forward, never goback cheat in eventqueue More... almost 21 years ago
- fixed 1024 usec loosing - provide convenience event_insert_..._rel() relative scheduling functions More... almost 21 years ago
- always clearing the OCF2 flag after explicitely calling alarm2core() is dangerous More... almost 21 years ago
- setalarm2() calling was not sufficient after event_insert() - might not catch if heaproot time just passed while processing - alarm2core() is believed to be better, readTMR2() _after_ the OCR flag is set, and does appropriate action if needed. More... almost 21 years ago
- eliminated some readTMR2() /can it be worse? :-) / - added comments More... almost 21 years ago
- log what's going on in the heaps More... almost 21 years ago
- next try for not missing the event More... almost 21 years ago
- fixed an ugly bug (in the comment it was OK!) that sometimes stole 1024 usec More... almost 21 years ago
- nonconformant dispatcher calling (rare and silly) case fixed More... almost 21 years ago
- counting heapconsumes More... almost 21 years ago
- fixed undefined reference to benchstats when ndef BENCHMARK More... almost 21 years ago
- clearing of the OCF2 interrupt flag moved into setalarm2() More... almost 21 years ago
- stripped checking of root of heap_overflow (since we fire an OCR2 for the overflow anyway!) More... almost 21 years ago
- fixed the known overflow situation - what's next? testing? More... almost 21 years ago
- handler2k scheduled as OCR2=0 - NOTE: untested, there is also a known bug More... almost 21 years ago
Fixed rtc and added some rpm_p logging. More... almost 21 years ago
- rtc is not volatile - rtc.adc_clk initialized More... almost 21 years ago
Corrected the ic3 interrupt reenabling. Renamed menu: "dump ps2 menu char" from 'm' to 'd'. More... almost 21 years ago
Cleaned up in some old unused variables. Fixed statusled. More... almost 21 years ago
- eventqueue.c included (this is rape) to get inline effect More... almost 21 years ago
- initialize rtc variables - more comments More... almost 21 years ago
- put stuff from handler2k to userspace More... almost 21 years ago
- softpwm prototype - started to blow up handler2k() , put to userspace (early stage) More... almost 21 years ago
- maxdiff changed to 16 bits More... almost 21 years ago
- small cosmetics to rpm_hr() (+deleted silly comment) More... almost 21 years ago