custom-board-bundle-sample-.../firmware/controllers/sensors
dron0gus 2027977e2c warning cleanup (#693)
* Kill annoing warnings about unused vars

* Kill annoing signed vs unsigned warnings

* Make ALWAYS_INLINE macro realy inlining

* Incorrect attribute placement.

While correct attribute placement cause ram4 overflow.
Move to correct place (to avoid gcc-2018-q4 errors) and comment
out.

* Silence -Wcast-function-type warnings

Cast to intermediate "void *" to lose compiler knowledge about the original
type and pass the warning. This is a workaround.
2019-02-21 05:44:45 -05:00
..
allsensors.cpp
allsensors.h
analog_input.h
ego.cpp CJ125 unit-tests coverage #617 2019-02-01 23:16:34 -05:00
ego.h refactoring: duplicated import, already imported 2019-02-05 21:06:18 -05:00
flex_fuel.cpp
flex_fuel.h
hip9011_lookup.cpp #35 2019-01-07 23:23:50 -05:00
hip9011_lookup.h #35 2019-01-07 23:23:50 -05:00
maf.cpp
maf.h
maf2map.cpp MAF2MAP convestion #538 2019-01-13 01:53:58 -05:00
maf2map.h MAF2MAP convestion #538 2019-01-13 01:53:58 -05:00
map.cpp better conditional compilation 2019-01-31 11:57:15 -05:00
map.h
oil_pressure.cpp
oil_pressure.h refactoring: duplicated import, already imported 2019-02-05 21:06:18 -05:00
sensor_types.h
sensors.mk MAF2MAP convestion #538 2019-01-13 01:53:58 -05:00
thermistors.cpp learning C++ 2019-01-15 20:24:36 -05:00
thermistors.h refactoring: reducing header tree hell 2019-01-20 23:30:40 -05:00
tps.cpp warning cleanup (#693) 2019-02-21 05:44:45 -05:00
tps.h
voltage.cpp
voltage.h