Matthew Kennedy
e4b8aa3747
oil pressure protection (while running) ( #460 )
...
* config
* implement
* defaults
* check array bins
* gauge
* test the new behavior
2024-08-06 13:10:10 -07:00
GitHub gen-configs Action
c6f70ec607
Auto-generated configs and docs
2024-08-06 04:44:00 +00:00
Matthew Kennedy
6a10aceb16
log map averaging duration
2024-08-05 21:42:32 -07:00
Matthew Kennedy
828fde7ea6
fix no-MAP DFCO #457
2024-08-05 13:48:18 -07:00
GitHub gen-configs Action
a988239d10
Auto-generated configs and docs
2024-08-02 04:47:17 +00:00
Matthew Kennedy
f3045af367
AE is engine module
2024-08-01 21:45:54 -07:00
Matthew Kennedy
ff5e47c95d
Engine modules participate in the build system ( #452 )
...
* infrastructure for engine modules in the build
* fully move fuel pump
* fan
* gear detector
* gear detect
* fan control cleanup
* trip odometer
* shuffle makefiles around a little
* minor format
2024-07-23 18:05:43 -07:00
Matthew Kennedy
f086b94c81
cisnan -> std::isnan
2024-07-22 16:00:59 -07:00
Matthew Kennedy
aa5ea293e6
cisnan -> std::isnan
2024-07-22 12:15:40 -07:00
Matthew Kennedy
28cc1f2ede
cleanup
2024-07-22 12:14:29 -07:00
Matthew Kennedy
63b07e5d1f
cisnan -> std::isnan
2024-07-22 12:05:17 -07:00
Matthew Kennedy
b36474888b
Merge branch 'master' of https://github.com/fome-tech/fome-fw
2024-07-22 10:39:45 -07:00
Matthew Kennedy
d19db63d0e
dead error code
2024-07-21 22:22:14 -07:00
Matthew Kennedy
aeec11078c
adc cleanup
2024-07-21 13:22:28 -07:00
Matthew Kennedy
dd8dea61c0
rename Executor -> Scheduler
2024-07-11 17:03:13 -07:00
Matthew Kennedy
06cbbca238
accel enrich commands
2024-07-03 01:14:03 -07:00
Matthew Kennedy
8831512b6b
more dead console command cleanup
2024-07-03 00:48:06 -07:00
Matthew Kennedy
f4ddf26313
for loop formatting
2024-07-03 00:26:17 -07:00
Matthew Kennedy
bb1d5f26d2
for loop formatting
2024-07-03 00:22:48 -07:00
Matthew Kennedy
45a6b5d134
blink the comm LED slightly instead of static
2024-06-27 17:56:21 -07:00
Matthew Kennedy
71dfd5d354
refactor LEDs out of PeriodicTimerController
2024-06-27 17:42:48 -07:00
Matthew Kennedy
cc74d09ba7
controller does warning LED
2024-06-27 12:53:58 -07:00
Matthew Kennedy
7a9bfc763c
rename task to LED blinking
2024-06-27 12:39:47 -07:00
Matthew Kennedy
897a730de7
EngineStateBlinkingTask -> EngineModule
2024-06-26 13:00:46 -07:00
Matthew Kennedy
2c14f4e3c1
compile-time enforcement of printf strings
2024-06-10 00:56:03 -07:00
Matthew Kennedy
cf87e64119
compile-time enforcement of printf strings
2024-06-10 00:51:14 -07:00
Nathan Schulte
a195289a12
Toyota ETCS-i [01/02]: meld FordRedundantTps Sensor into RedundantSensor ( #430 )
...
* remove redundant_ford_tps
* meld redundant_ford_tps logic into RedundantSensor
* default tps/ppsSecondaryMaximum is 100
* initTps uses melded RedundantSensor
* meld RedundantSensor unit tests
* RedundantSensor::showInfo prints redundancy status
* RedundantSensor::showInfo prints partial redundancy status
* assert SensorResult code in RedundantSensor tests
* RedundantSensor doesn't hide primary sensor result code
in the case of a single sensor only, don't hide the UnexpectedCode value
2024-06-03 11:28:56 -07:00
GitHub gen-configs Action
2ed6103b4e
Auto-generated configs and docs
2024-05-28 04:09:27 +00:00
Matthew Kennedy
e70d4c7528
implement mazda L cam
2024-05-27 21:07:57 -07:00
Matthew Kennedy
d1d10f8a56
avoid long -> float
2024-05-11 13:19:03 -07:00
GitHub gen-configs Action
d26aa47bec
Auto-generated configs and docs
2024-05-10 05:25:07 +00:00
Matthew Kennedy
65a8928bbb
EGT in gppwm channel
2024-05-09 22:23:41 -07:00
Matthew Kennedy
32d2a81529
more default init vs = 0
2024-04-27 01:32:45 -07:00
Matthew Kennedy
f6f20f96d7
fix main relay
2024-04-25 16:45:36 -07:00
Matthew Kennedy
d565951b10
tcharge uses a timer instead of hand spun
2024-04-25 16:26:37 -07:00
Matthew Kennedy
f3bd75a295
advance map
2024-04-25 16:23:58 -07:00
Matthew Kennedy
e6442f06f0
main relay bench test uses a timer
2024-04-25 16:22:16 -07:00
Matthew Kennedy
632c493c4f
little bit of encapsulatino
2024-04-25 16:18:51 -07:00
Matthew Kennedy
8e4994627d
default init is ok for these
2024-04-25 15:49:27 -07:00
Matthew Kennedy
79dfb0f2c4
wrap times in simple structs
2024-04-25 15:46:53 -07:00
Matthew Kennedy
ba613dbf15
fix dynoview typing
2024-04-25 15:29:19 -07:00
Matthew Kennedy
9ebdc88bb4
use timer instead of home spun time math
2024-04-25 15:06:11 -07:00
Matthew Kennedy
533caae2f9
another extra time type
2024-04-25 14:27:47 -07:00
Matthew Kennedy
b505b8ba0b
time in seconds doesn't need a special type
2024-04-25 14:19:01 -07:00
Matthew Kennedy
5b51317585
get rid of efitimems_t
2024-04-25 13:51:16 -07:00
Matthew Kennedy
e332b32ed1
distinguish between "timestamp" and "duration"
2024-04-25 12:57:10 -07:00
Matthew Kennedy
84faa1b6ee
staged injection uses AFR table Y axis ( #413 )
2024-04-17 00:52:10 -07:00
Matthew Kennedy
af4ec4ab19
add std::function hooks to ignition
2024-04-12 11:11:44 -07:00
dynfer
79aaec84de
Lua idle rpm adder ( #409 )
...
* lua idle rpm adder
* idle target fix
2024-04-09 22:40:31 -07:00
Matthew Kennedy
5fd3056d40
add firing orders
2024-04-03 14:16:28 -07:00
GitHub gen-configs Action
b7960cab6b
Auto-generated configs and docs
2024-03-18 18:33:10 +00:00
rusefillc
addb01f04f
MRE for Miata does not exist, also Frankenso method inline ( #347 )
...
* MRE for Miata does not exist, also Frankenso method inline
* MRE nor Frankenstein for Miata do not exist, also Frankenso method inline
---------
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2024-03-18 11:31:41 -07:00
Matthew Kennedy
8680b22816
move a bunch of tables out of engine_configuration_s #371
2024-03-17 12:06:14 -07:00
Matthew Kennedy
498824eff4
tabs
2024-03-12 15:28:52 -07:00
Nathan Schulte
bfb8cf1f89
GCC 13 simulator build, console->simulator on Linux ( #378 )
...
* engine: variable engine is: constexpr Engine
* can: rename CanRead::start to not hide
* console: support launching simulator on Linux
* console: fully encapsulate simulator binary name
* console: simplify simulator binary wrangling
* console: cleaner java code-style
2024-03-09 00:11:20 -08:00
GitHub gen-configs Action
afc89be4c6
Auto-generated configs and docs
2024-02-28 00:58:08 +00:00
Matthew Kennedy
c0489d8591
oops, some boards needed spi prescaler func
2024-02-27 16:56:32 -08:00
GitHub gen-configs Action
b75691de9b
Auto-generated configs and docs
2024-02-27 21:43:36 +00:00
Matthew Kennedy
4b02b7d46d
spi cleanup, add 4/5/6 to pickers
2024-02-27 13:42:19 -08:00
GitHub gen-configs Action
e1b8a0cf2d
Auto-generated configs and docs
2024-02-26 19:31:44 +00:00
Matthew Kennedy
9c2a6420b4
support spi4/5/6
2024-02-26 11:30:08 -08:00
GitHub gen-configs Action
2c42d8d83c
Auto-generated configs and docs
2024-01-19 12:02:28 +00:00
Matthew Kennedy
76708670a0
New parser writes output channel c structs ( #350 )
...
* new parser writes c structs
* jar
* missing defs for simulator
* don't put defines you need in live data txt
2024-01-19 04:00:59 -08:00
GitHub gen-configs Action
dd507c84d4
Auto-generated configs and docs
2024-01-17 10:47:52 +00:00
Matthew Kennedy
cdd5306026
baro pressure -> gppwm channel option
2024-01-17 02:46:04 -08:00
Matthew Kennedy
cde642ae61
Blend tables can override Y axis
2024-01-17 02:43:04 -08:00
Matthew Kennedy
271e657137
separate config for secondary injectors
2024-01-17 02:20:16 -08:00
Matthew Kennedy
6b432ffef5
Actually separate injector model for second stage
2024-01-16 23:11:01 -08:00
rusefillc
304572349d
injectorStaging defaults ( #340 )
...
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2024-01-08 09:08:32 -08:00
Matthew Kennedy
9673ff01f3
implement staged injection ( #331 )
...
* output channel
* duty cycle etc math for second stage
* action_s utility
* basic enable switch
* staging fraction math
* implement staging logic
* wire up pins for second stage injectors
* staging UI
* Improve staged injection test, check scheduler arguments for other injection tests
* Stage 2 last pulse output channel, correct fuel consumption logic
* wall wet on the whole shot
* int vs size_t
* use a define instead of function so we get line numbers
* fix batch injection
* gauges
* bad test merge
* stub out secondary injector model
2024-01-07 15:22:39 -08:00
Matthew Kennedy
6865c5a521
signed/unsigned comparison
2024-01-06 18:31:39 -08:00
mi-hol
1d5c7fd220
clarify OBD error code CUSTOM_ERR_6566 to CUSTOM_ERR_CYL_ANGLE ( #330 )
...
* Update engine_math.cpp
* Update obd_error_codes.h
As suggested in https://github.com/FOME-Tech/fome-fw/pull/223#issuecomment-1684889630
2024-01-06 09:21:53 -08:00
Matthew Kennedy
1a27a37c9d
clamp injector model baro values to avoid whacky sensor killing engine
2023-12-22 21:41:31 -08:00
Matthew Kennedy
c7cc2de16f
sanity in IMU data names/ranges
2023-11-27 01:30:18 -08:00
GitHub gen-configs Action
9587a8207c
Auto-generated configs and docs
2023-11-27 00:57:34 +00:00
Matthew Kennedy
d35b833ead
support mk60e5
2023-11-26 16:51:29 -08:00
Matthew Kennedy
d274e98abc
better defaults
2023-11-16 22:45:31 -08:00
Matthew Kennedy
c81579b9de
dead piece of config
2023-11-16 22:23:58 -08:00
Matthew Kennedy
62980837b8
AlternatorController::onConfigurationChange
2023-11-12 19:56:22 -08:00
Matthew Kennedy
97c084cc24
fix simulator
2023-11-03 15:08:28 -07:00
GitHub gen-configs Action
d3944f62f8
Auto-generated configs and docs
2023-11-02 09:24:16 +00:00
Matthew Kennedy
17e8a74bb8
dead mafSensorType fix #284
2023-11-02 02:20:57 -07:00
Matthew Kennedy
ec676a1a83
shadow avoidance
2023-11-01 14:08:24 -07:00
Matthew Kennedy
ce2198270e
avoid some misc shadowing
2023-11-01 13:58:39 -07:00
GitHub gen-configs Action
1e86dc2fd4
Auto-generated configs and docs
2023-11-01 20:56:53 +00:00
Matthew Kennedy
36643bb7f4
dead pid auto tune
2023-11-01 13:54:48 -07:00
Matthew Kennedy
a538805627
missed override in gear detector
2023-10-24 01:23:51 -07:00
GitHub gen-configs Action
73503da7d6
Auto-generated configs and docs
2023-10-24 08:01:46 +00:00
Matthew Kennedy
3e564ae319
vvt target bump feature
2023-10-24 00:59:48 -07:00
Matthew Kennedy
7b955cb1b3
fixAngle -> wrapAngle
2023-10-19 14:34:29 -07:00
Matthew Kennedy
ad6c5af975
speedo output ( #269 )
...
* speedo output
* s
* fix init
2023-10-15 14:59:39 -07:00
Matthew Kennedy
38c873252e
smarter injector duty cycle limiting ( #215 )
...
* config for duty cycle limiting
* implement timeout duty cycle limiting
* comment
* make overlapping injections actually work!
* missed one
* test
* call addFuelEvents from fast callback
* update comment about why we call it again in main trigger callback
* one more extra call
* undo addFuelEvents change
* cleanup
* minor encapsulation
* fix
* changelog
* dead obd code
2023-10-14 14:27:19 -07:00
Matthew Kennedy
f1e84220e0
another dead code while we're here
2023-10-12 23:27:19 -07:00
Matthew Kennedy
5e01450fee
lock injection timing at high duty cycle to avoid skipped injections
2023-10-11 23:43:31 -07:00
Matthew Kennedy
f08c374b73
don't cut spark for hard rev limit by default
2023-10-11 15:57:24 -07:00
Matthew Kennedy
d5349044bc
guard for small can board
2023-10-03 01:08:14 -07:00
Matthew Kennedy
d98c6a9fc3
odometry output channels
2023-10-02 22:25:35 -07:00
Matthew Kennedy
768637aff1
trip odometer run time
2023-10-02 22:14:03 -07:00
rusefillc
7ad5b00f2e
refactoring: vvt is not aux ( #263 )
...
* refactoring: vvt is not aux
(cherry picked from commit 6b4c4a583316a32d7723c2cfa16cda39fa9afb1b)
* this repo has VVT conditional at small-can-board
2023-09-27 00:59:04 -07:00
Matthew Kennedy
a0d64ea0ad
use onConfigurationChange instead of version holder
2023-09-26 17:49:33 -07:00
Matthew Kennedy
4b354f047b
trip odometer ( #260 )
2023-09-25 13:16:17 -07:00
GitHub gen-configs Action
ce26ef8adf
Auto-generated configs and docs
2023-09-25 18:14:20 +00:00
Matthew Kennedy
3c001f759f
Miata presets ( #236 )
...
* rename existing
* rename existing
* 1.6 progress
* nb2 progress
* format
* stub nb1
* nb1 progress
* msm
* msm
* brake switch, MSM IAT
* gppwm, clutch pin
* cleanup
* allow setting lua heap size
* Revert "allow setting lua heap size"
This reverts commit 82533b5c7b
.
* guard 1.6
* everyone wins a more sensible tps/tps AE table
* guard for tests
* nb2 vvt angle tweak
* tweak tests for changed defaults
2023-09-25 11:12:34 -07:00
Matthew Kennedy
d734d2d116
remove warning message from configuration ( #259 )
...
* remove warning_message
* dead type
* don't zero a field that isn't there
2023-09-25 02:07:42 -07:00
mi-hol
fcf0da4798
comment unused OBD codes ( #223 )
2023-09-25 01:10:46 -07:00
Matthew Kennedy
21024e167d
can VSS scaling #253
2023-09-18 00:50:35 -07:00
Matthew Kennedy
17cb1444c7
add option to temperature compensate alpha-n
2023-09-16 23:21:03 -07:00
GitHub gen-configs Action
18528d8ca7
Auto-generated configs and docs
2023-09-17 06:09:52 +00:00
Matthew Kennedy
e34a341b54
Always log normalized cylinder filling #249
2023-09-16 23:07:32 -07:00
GitHub gen-configs Action
c907f4e567
Auto-generated configs and docs
2023-09-14 20:54:59 +00:00
Matthew Kennedy
4ddd1ffbdb
rename 2jz -> toyota 3 tooth
2023-09-14 13:53:16 -07:00
GitHub gen-configs Action
0f52a8761e
Auto-generated configs and docs
2023-09-13 22:42:57 +00:00
Matthew Kennedy
571c7e738b
Merge branch 'master' of https://github.com/fome-tech/fome-fw
2023-09-13 15:40:49 -07:00
Matthew Kennedy
cc0cd659d0
clean up debug channels
2023-09-13 15:40:43 -07:00
Matthew Kennedy
7ff224da12
Revert "debug channels cleanup"
...
This reverts commit 3b0d033dcd
.
2023-09-13 15:40:21 -07:00
Matthew Kennedy
900bc092de
Revert "debug channels cleanup"
...
This reverts commit c99a5890a1
.
2023-09-13 15:40:19 -07:00
GitHub gen-configs Action
15201c0d5c
Auto-generated configs and docs
2023-09-13 22:36:09 +00:00
Matthew Kennedy
c99a5890a1
debug channels cleanup
2023-09-13 15:34:25 -07:00
Matthew Kennedy
3b0d033dcd
debug channels cleanup
2023-09-13 15:34:17 -07:00
GitHub gen-configs Action
828715d47a
Auto-generated configs and docs
2023-09-13 19:25:28 +00:00
Matthew Kennedy
3df1ee9c5f
debug channel cleanups
2023-09-13 12:23:27 -07:00
GitHub gen-configs Action
0d1b489eae
Auto-generated configs and docs
2023-09-13 19:21:23 +00:00
Matthew Kennedy
0de6cd44cf
debug modes cleanup
2023-09-13 12:19:18 -07:00
Matthew Kennedy
727f3a7a76
boost is engine module
2023-09-07 12:41:56 -07:00
Matthew Kennedy
cb498f726a
boost control runs in fast callback
2023-09-07 12:32:21 -07:00
GitHub gen-configs Action
b2e00cb86b
Auto-generated configs and docs
2023-08-27 17:31:44 +00:00
Matthew Kennedy
5813c20a32
OpenBLT-based USB serial bootloader ( #228 )
...
* flash layout
* bootloader builds
* output name
* hard fp
* strip out dfu
* bootloader gets hardfault
* loader gets USB but not MSD
* kinda usb?
* USB enumerates!
* cleanup
* shared params
* nonfunctional openblt
* stub flash
* flash.h
* openblt responds over USB!
* implement flash driver
* blt conf, linker
* boards no longer need specific openblt files
* no ccache
* common_make.sh
* cleanup
* delete bootloader crust
* simplifying linker logic
* script tweaks
* flash layout is handled entirely by FOME flash driver
* simplify memcpy
* format
* comment
* dead
* makefiles cleanup
* cleanup
* h7 linker script for bootloader
* h7 bootloader build
* build script
2023-08-27 10:30:02 -07:00
Matthew Kennedy
cc271b5419
default prime pulse
2023-08-25 11:18:19 -07:00
Matthew Kennedy
9ab71c1b58
separate ign bench parameters ( #226 )
2023-08-19 07:17:11 -07:00
GitHub gen-configs Action
abcde332e2
Auto-generated configs and docs
2023-08-06 09:20:55 +00:00
Matthew Kennedy
f7bf589a8d
bench test buttons for fuel pump on/off #219
2023-08-06 02:19:00 -07:00
Matthew Kennedy
eebef2788c
Merge branch 'master' of https://github.com/fome-tech/fome-fw
2023-08-03 17:35:13 -07:00
Matthew Kennedy
f21eee0cca
bench test delay parameter is not useful
2023-08-03 17:34:55 -07:00
GitHub gen-configs Action
e4a7e95dbd
Auto-generated configs and docs
2023-08-04 00:22:07 +00:00
Matthew Kennedy
2f7f4d88a0
bench test cancellation #219
2023-08-03 17:18:20 -07:00
GitHub gen-configs Action
e427037015
Auto-generated configs and docs
2023-08-03 07:54:14 +00:00
Matthew Kennedy
94c29d4cfb
simplify cam input single tooth modes ( #178 )
2023-08-03 00:52:19 -07:00
GitHub gen-configs Action
1a0d35f567
Auto-generated configs and docs
2023-07-27 23:14:25 +00:00
Matthew Kennedy
75aa569de9
unused
2023-07-27 16:12:03 -07:00
Matthew Kennedy
8c293d5cb7
stale config
2023-07-27 15:10:24 -07:00
Matthew Kennedy
1d309460e7
CONFIG_RESET_SWITCH
2023-07-25 23:25:50 -07:00
Matthew Kennedy
6f4a4fc373
implement ignition timing clamping ( #212 )
...
* implement ignition timing clamping
* ui, improved comment
* wrap atdc timing correctly
* tests
2023-07-21 15:55:04 -07:00
Matthew Kennedy
fb8cb4987e
fan control is engine module ( #203 )
...
* fan is engine module
* mockable AC
* mockable AC
* mock AC controller in fan test
* constexpr fan livedata
* isPtr
2023-07-21 01:28:25 -07:00
Matthew Kennedy
e2550105b8
vvt is engine module ( #202 )
...
* vvt refactoring
* vvt constexpr livedata
* format
* fix null deref
2023-07-19 22:16:29 -07:00
GitHub gen-configs Action
62ad0beb1d
Auto-generated configs and docs
2023-07-19 07:23:44 +00:00
Matthew Kennedy
bed48892aa
new parser touches all input files ( #201 )
...
* begin the resurrection
* use hw ci build script
* Revert "use hw ci build script"
This reverts commit e97e693eea
.
* list serial ports
* bad merge
* Revert "list serial ports"
This reverts commit a29270405c
.
* Revert "bad merge"
This reverts commit ea2541110e
.
* unnecessary autoscales
* improve bad autoscale message
* bit group formatting
* formatting matching
* c struct writer mostly works
* tests and formatting alignment
* tests
* cherry pick potential hw ci fix
* format matching
* newparse reads live data files
* vvt scaling
* cleanup
* format matching
* format matching
* format matching
* format matching
* handle arrays of structs
* cleanup for merge
* jars
2023-07-19 00:21:41 -07:00
Matthew Kennedy
c36840d0c3
nix gauge generation
2023-07-18 11:39:39 -07:00
mi-hol
0975c783bd
fix apparent CopyPaste error assigning OBD fault ( #194 )
2023-07-17 02:35:35 -07:00
mi-hol
5b349c9bac
comment unused obd_error_codes ( #186 )
...
* comment unused obd_error_codes
* remove duplicated values
2023-07-09 13:22:06 -07:00
Matthew Kennedy
c59b7b3e99
move injector_model_s
2023-07-01 21:28:00 -07:00
GitHub gen-configs Action
406aeae039
Auto-generated configs and docs
2023-07-02 03:51:27 +00:00
Matthew Kennedy
565a5996c8
live data injector model
2023-07-01 20:51:01 -07:00
Matthew Kennedy
cef8b61c7c
sprinkle in some constexpr
2023-07-01 20:41:44 -07:00
Matthew Kennedy
98a4d9eda8
bench test uses a semaphore instead of flags+sleep ( #110 )
...
* bench test uses a semaphore instead of sleeping
* s
* dead error code
* guards
* set priority
* comment
2023-06-29 14:14:07 -07:00
Matthew Kennedy
242d9e1e7d
lambda protect defaults #75
2023-06-29 13:16:26 -07:00
Matthew Kennedy
a63930a5c4
lambda monitor wiring
2023-06-28 23:49:50 -07:00
Matthew Kennedy
ade14a956f
make spark and fuel more similar
2023-06-25 01:37:45 -07:00
Matthew Kennedy
d98e9d1d54
warn about fuel pressure sensor instead of error #111 #117
2023-06-23 01:27:24 -07:00
Matthew Kennedy
3337510d11
#35
2023-06-05 14:28:50 -07:00
Matthew Kennedy
dd6439eb41
f407 disco
2023-06-04 23:53:58 -07:00
Matthew Kennedy
b196b6ca04
switch boards to mostly not use LED config
2023-06-04 23:51:58 -07:00
Matthew Kennedy
4495b8dd17
add to header
2023-06-04 23:35:58 -07:00
GitHub gen-configs Action
63d74179bb
Auto-generated configs and docs
2023-06-01 20:49:31 +00:00
Matthew Kennedy
06b39dbb07
trigger and engine types -> enum class ( #113 )
...
* trigger type is enum class
* java tooling
* enum class engine_type_e
* enum class engine_type_e
2023-06-01 13:47:49 -07:00
Matthew Kennedy
8b5825adc4
indent formatting
2023-06-01 11:10:58 -07:00
Matthew Kennedy
41339c5418
change to log base timing
2023-05-31 11:22:41 -07:00
Matthew Kennedy
b1b1ec7fdf
add postState flag to airmass model calls #107
2023-05-15 17:18:35 -07:00
Matthew Kennedy
57263be2fe
mockable throttle model
2023-05-11 14:37:48 -07:00
Matthew Kennedy
bd45ebe88a
some strange pid limits
2023-05-05 17:39:16 -07:00
Matthew Kennedy
d2f697c8a1
txt formatting
2023-05-05 12:26:23 -07:00
GitHub gen-configs Action
a10ec0ab0c
Auto-generated configs and docs
2023-05-05 09:42:48 +00:00
Matthew Kennedy
18493f9083
TPS AE log cleanup
2023-05-05 02:34:48 -07:00
GitHub gen-configs Action
e8e3ea2ee2
Auto-generated configs and docs
2023-05-05 09:14:07 +00:00
Matthew Kennedy
a8fef36342
more log fields cleanup, lots of duplicates around fuel logic #98
2023-05-05 02:09:42 -07:00
GitHub gen-configs Action
cff4543e1a
Auto-generated configs and docs
2023-05-05 08:41:45 +00:00
Matthew Kennedy
0c80664f49
yet more field cleanup (and some dead ones?) #98
2023-05-05 01:37:46 -07:00
Matthew Kennedy
d0c645bad5
Add gego channel to make VE analyze happy #82
2023-05-04 14:22:36 -07:00
GitHub gen-configs Action
501014e972
Auto-generated configs and docs
2023-05-04 21:02:19 +00:00
Matthew Kennedy
c3092cb1ab
cool, logging duplicate stuff! #98
2023-05-04 14:00:18 -07:00
Matthew Kennedy
b33a103a08
ignition corrections
2023-05-04 13:53:06 -07:00
GitHub gen-configs Action
a6ff8604fe
Auto-generated configs and docs
2023-05-04 20:37:23 +00:00
Matthew Kennedy
37ee6af0ce
field naming #98
2023-05-04 13:33:00 -07:00
Nathan Schulte
166a08d1b5
set default MAP estimate axis values ( #96 )
...
move to default_fuel
fixes #93
2023-05-04 11:30:56 -07:00
Matthew Kennedy
f30e2ce0f2
selectable idle Y axis override ( #94 )
...
* selectable idle Y axis override
* changelog
2023-05-02 15:04:15 -07:00
Matthew Kennedy
d01fac09ed
gear detector doesn't need StoredValueSensor
2023-04-19 01:20:13 -07:00
Matthew Kennedy
d5f9479f28
ObdCode is enum class ( #77 )
...
* change ObdCode to enum class builds firmware
* test builds
* don't need this line at all
* can we go down to uint16_t?
2023-04-12 23:44:33 -07:00
Matthew Kennedy
778289455b
this warning is not useful fix #79
2023-04-12 19:42:44 -07:00
Matthew Kennedy
d6534157a0
rename obd_code_e -> ObdCode
2023-04-11 16:32:47 -07:00
Matthew Kennedy
cef6856f15
rename test binary
2023-04-11 16:26:15 -07:00
Matthew Kennedy
eb23fd5771
cherry pick wow unique IDs are not enforced?!
2023-04-11 15:47:18 -07:00
Matthew Kennedy
5e7a6dab90
rpm limit hysteresis
2023-04-10 11:37:20 -07:00
Matthew Kennedy
2f85cd60d4
use ECU-calculated blend table axis values
2023-04-02 13:56:42 -07:00
Matthew Kennedy
c682c49d46
register/unregister
2023-04-01 23:17:50 -07:00
Matthew Kennedy
82794403f8
gear detection in to the sensor model
2023-04-01 23:08:06 -07:00
GitHub gen-configs Action
d91e70de6f
Auto-generated configs and docs
2023-04-01 05:31:04 +00:00
Matthew Kennedy
f29b51d490
detected gear available as gppwm channel
2023-03-31 22:29:36 -07:00
GitHub gen-configs Action
996cfd2721
Auto-generated configs and docs
2023-03-27 08:38:48 +00:00
Matthew Kennedy
d1246174d2
rename triggerSimulatorFrequency -> triggerSimulatorRpm
2023-03-27 01:13:04 -07:00
Matthew Kennedy
f090a97b0b
remove specs_s struct, flatten config
2023-03-27 00:58:18 -07:00
Matthew Kennedy
bdeeb82f93
better idle VE table transition
2023-03-27 00:42:56 -07:00