Knektium / FW_BatteryECU

The firmware for the Wolley BatteryECU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firmware for the Battery ECU

The firmware uses DAVE CE to configure and generate code for the hardware abstraction. DAVE can be downloaded from Infineon's website, however it isn't needed for just building.

Build

Install dependencies on Ubuntu by running:

sudo apt-get install gcc-arm-none-eabi binutils-arm-none-eabi gdb-arm-none-eabi

Install Meddela by following the instructions in Meddela's README file:

https://github.com/CodileAB/meddela

Now run make to build:

make -j4

About

The firmware for the Wolley BatteryECU


Languages

Language:C 96.8%Language:Makefile 2.7%Language:Assembly 0.5%Language:Groovy 0.0%Language:Boogie 0.0%