fenugrec

Results 137 comments of fenugrec

> 0xA5 in the upper byte is required to access the register TCSR Yes I recognize that, I used similar (https://github.com/fenugrec/npkern/blob/master/pl_flash_7055_350nm.c#L104 ). Look at the datasheet again - 0xEF writes...

> Once I have a working version for Volvo, I plan to make a pull request to npkern if that is alright with you? Yes absolutely. If you need to...

> RAM:FFFFA002 mov.w #h'FFFF9200, r1 > RAM:FFFFA004 mov.l r2, @r1 > RAM:FFFFA006 rts > RAM:FFFFA008 nop > RAM:FFFFA008 ; --------------------------------------------------------------------------- > RAM:FFFFA00A word_FFFFA00A: .data.w h'9200 ; DATA XREF: RAM:FFFFA002↑r >...

Possible fix (I don't actually know what I'm doing) : two lines to change, ``` from collections.abc import MutableMapping ..... class SymbolTable(MutableMapping): ```

Right. The points I'm wondering about are : - is adaptive timing useful at all in our use case ? - can we disable it once at device init ?

This all reinforces my view that the ELM protocol is just not well adapted to freediag's architecture (which itself isn't great either, as we know...) I am no longer in...

For a full fix, `cmd_exit` should be hooked or replaced within np_cli (instead of freediag/scantool_cli) to prompt for disconnection / kernel reset.

Can you elaborate ? - what is your system - what exactly failed the CMakeLists has a check for strcasecmp , and diag.h has some fallback code that should work...

I'm not opposed to this, indeed - when merging your latest D2 decoding additions, I was thinking "hmm this looks like it may soon need a table or something, like...

> For fields that need conditional formatting that can't be expressed in a formula, we could put in an escape hatch to call a C function instead of using a...