0
I Use This!
Inactive

Commits : Listings

Analyzed 32 minutes ago. based on code collected 3 days ago.
Jun 07, 2023 — Jun 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- PS2KEYBOARD fast, efficient, nice but not thoroughly tested (no menu yet) More... almost 21 years ago
- added some links to various ion sense papers More... almost 21 years ago
- included dispatcher.c for __inline__ efficiency - heap val_t is 8 bit unless VAL_T_16BIT defined More... almost 21 years ago
- "optimize" latency in eventqueue.c setalarm2() when etime.now overflows More... almost 21 years ago
- minimal changes. rpm_c is only 8 bit from now, it only handles reenable IC3 - I tested the eventqueue in avrstudio, works quite well More... almost 21 years ago
- handler2k() is run from eventqueue (setalarm2()) 1250..2000/sec (configurable) - now, heap-pointers and friends collected to a structure (etime) for speed More... almost 21 years ago
- removed OCR0 interrupt altogether - handler2k is not called yet, I will fix it soon More... almost 21 years ago
- so timing.c was not added earlier? strange. Here it is. More... almost 21 years ago
- RPM calculation from ICR3 More... almost 21 years ago
- timing.c can now fire injection (alternating or simultaneous) with EVENTQUEUE - lcd_display.c much cleaner (smaller functions in lcd_funcarr -> mainloop in 400 usec with lcd!) More... almost 21 years ago
- timing.h added More... almost 21 years ago
- silly cycle removed from lcd_display.c that was accidentally left there - timing_init() More... almost 21 years ago
- start ringbuf.[ch] to get rid of huge interrupt latencies because of comm - note that it is not correct yet, buff-limits need to be checked; head, tail locked More... almost 21 years ago
- started timing.c More... almost 21 years ago
- srl_generic_P() More... almost 21 years ago
- lcd_funcarr usage was broken (FLASH - SRAM pointer mixup) - fixed with functionpointers in the FLASH (was a little tough, having the pointers in memory would have been 100 times simpler) More... almost 21 years ago
- lcd_funcarr dereferencing is still buggy More... almost 21 years ago
- put ignconf.o in makefile - replace beginning of serial-log messages with \r\n More... almost 21 years ago
- make injconf ignconf definitions faster by PORT_OP_NONE - now_upper extensions (time is now 32bits * 4usec) - fix a bug in heap.c (compare heapval instead of heapkey) More... almost 21 years ago
- drop doublecheck of LCD busy condition - who remembers? More... almost 21 years ago
- fixed a problem, which would hang the mainloop if the lcd failed or disconnected at just the wrong time (and return busy afterwards) - latency_histogram and latency_comm() More... almost 21 years ago
- track event latencies and other problems in benchmark.c More... almost 21 years ago
- some cleanups - primepulse with eventqueue More... almost 21 years ago
- ignition events More... almost 21 years ago
- injconf.c serial injection definitions for 4cyl HIGH-Z More... almost 21 years ago
- injevents.fig explains how eventqueue, dispatcher and injconf.c is used for sequential injection More... almost 21 years ago
- PWM mapping for 6 (LOW-Z) injbank sequential injection - question about LCD-control-pins (free SDA/SCL/RXD1/TXD1 for comm?) - PG0 PG1 (used for the injg, injh or needed for LCD?) More... almost 21 years ago
- srl_generic() serial logging function More... almost 21 years ago
- ifdefed pushfunc(&pwdata, 13); More... almost 21 years ago
- LCD_4x16 More... almost 21 years ago