* bump
* from https://github.com/commaai/openpilot/pull/27929
* get VIN on bolt!
* might as well try on other gms
* remove vin
* ugh gm is going to be slow
* fix
* should really fix this
* revert
* happy?1
* fix unit test
* bump
* functional addressing must be an OBD gateway feature, this does nothing
* fix vin response
* fix addr!
* finally fix fw_versions bugs since boardd IsOnroad refactor
* for
* only bus 0
* clean up
* Update selfdrive/car/gm/values.py
* ChatGPT re-write
* filter out did
* todo
* oof
* preview: what multiple DIDs per ECU would look like in the future
* Revert "preview: what multiple DIDs per ECU would look like in the future"
This reverts commit 88f0d8611e.
* function to get all ecus
* we can remove this!
* can also do this!
* and this one too :o
* consistency
* yay
* clean up
* bump
* from https://github.com/commaai/openpilot/pull/27929
* get VIN on bolt!
* might as well try on other gms
* remove vin
* ugh gm is going to be slow
* fix
* should really fix this
* revert
* happy?1
* fix unit test
* bump
* functional addressing must be an OBD gateway feature, this does nothing
* fix vin response
* fix addr!
* finally fix fw_versions bugs since boardd IsOnroad refactor
* for
* only bus 0
* clean up
* Update selfdrive/car/gm/values.py
* ChatGPT re-write
* filter out did
* todo
* oof
* preview: what multiple DIDs per ECU would look like in the future
* Revert "preview: what multiple DIDs per ECU would look like in the future"
This reverts commit 88f0d8611e.
* function to get all ecus
* we can remove this!
* can also do this!
* and this one too :o
* consistency
* yay
* add tests
* revert GM stuff
* another PR
* reads better
* revert rest of gm
* use that
* interesting
* these are exactly the same (with ordering differences)
* Revert "these are exactly the same (with ordering differences)"
This reverts commit a9e918dc35.
* flip
* bump
* gm vin
* that's not right
* only check relevant buses
* instead try queries for each bus first
* clean up
* use default retry in function
* all
* add instructions to my fork
* add paypall.png to gitignore
* Revert "add instructions to my fork"
This reverts commit a6a6f93533.
* translate
* revert this
* why?
---------
Co-authored-by: Comma Device <device@comma.ai>
* use radar instead of abs
* str the strenum
* Lexus ES: non-TSS2 probably don't have stop and go without DSU-pull and/or pedal
* remove from NO_STOP_TIMER_CAR. this set is so confusing
* Combine ES & ESH (preferring ESH's DSU msgs)
* ES: forgot substitute
* comment
* Highlander: combine, preferring the hybrid for DSU msg mismatches (0x365 and 0x366)
* remove duplicates and sort
* update docs
* toyota non_essential ECU test
* Lexus RX: combine, preferring hybrid's msgs (they all exist on ICE)
* sort and remove dups
* parameterize so we can test with notebook
* this too
* clean up
* clean up
* tuple makes more sense
* update comments
* update
* update
* update
* print
* name
* add missing
* -----
* add list so can fingerprint
* transmission doesn't exist on these
* fix abs addr!
* apparantly abs isn't on these cars
* 2018 too
* clean up
* rm abs
* add missing versions!
* Revert "add missing versions!"
This reverts commit 45d36a4936.
* need this to fingerprint!
* Add FW from CAN fingerprinting cars last 90 days on 0.9.5-release
* need this temporarily
* Add rest of dongles
* update docs
* remove FINGERPRINTS
* Apply suggestions from code review
* Update selfdrive/car/fw_versions.py