Page 1 of 1

VCM (vehicle control module) project and code refactoring

Posted: Tue Nov 05, 2019 6:50 pm
by johu
I have lately uploaded the code for my Touran vehicle control unit that lives in the former case of the ECU:
https://github.com/jsphuebner/stm32-car

It shares the code base with the inverter project, so the web interface works just as well.

Also I moved all the code that is shared between the inverter and this project to "libopeninv" here: https://github.com/jsphuebner/libopeninv

This should make sure that all software derived from this code base uses the latest version of the various files without doing any error-prone copy&paste

Image

Re: VCM (vehicle control module) project and code refactoring

Posted: Sat Nov 09, 2019 6:47 pm
by Jack Bauer
Thanks for this Johannes:)