rusefillc
8859b18e3e
fresh take on M73 defaults
2021-12-19 15:57:19 -05:00
Matthew Kennedy
3334a6963c
oh my god we've had no asserts ( #3595 )
2021-11-22 17:52:03 -05:00
Scott Smith
823d9a07e0
Programmatically replace ENGINE() and CONFIG() with engine-> etc ( #3565 )
...
git grep -l -w ENGINE | xargs sed -i -r "s/ENGINE\(([]a-zA-Z_0-9.[]+)\)/engine->\1/g"
git grep -l -w CONFIG | xargs sed -i -r "s/([^a-zA-Z_])CONFIG\(([]a-zA-Z_0-9.[]+)\)/\1engineConfiguration->\2/g"
2021-11-17 03:54:21 -05:00
Matthew Kennedy
8cdac4cac0
remove engine pointer passing ( #3556 )
...
* some
* more
* more
* the last?!
2021-11-16 04:15:29 -05:00
rusefillc
eb1af46655
Epic: Remove FSIO #2928
2021-11-14 08:37:50 -05:00
rusefillc
b244c59cd8
a bit of dead code
2021-11-06 21:19:56 -04:00
Andrey
089222ba5b
export board-specific macro for stm32 pins based on board yaml #3298
...
proteus meta progress
2021-10-25 20:51:28 -04:00
rusefi
235c932c71
Revert "Hellen Nissan defaults are no longer valid fix #3143"
...
This reverts commit 6ac7fc39
2021-09-14 15:51:58 -04:00
rusefi
6ac7fc3940
Hellen Nissan defaults are no longer valid fix #3143
2021-09-14 15:46:21 -04:00
Matthew Kennedy
2ce7777865
don't require EXTERN_ENGINE in every file ( #2969 )
...
* move enginePins
* no more extern engine
* uses
* more
* extern config too
* put this where it belongs
* include correct header
* merge
2021-07-16 18:13:33 -04:00
Andrey
24131cdc0e
s/controlPin1/controlPin/
2021-06-05 16:19:01 -04:00
Andrey G
3d138958ce
Hip9011 ( #2512 )
...
* hip9011: coexistance with other spi devices
* hip9011: rework so SPI transfer is invoked from thread
also use polling spi exchange to avoid cache problems
* hip9011: move calculations from ADC callback to thread
* hip9011: big cleanup
* hip9011: simplify spi communication
* No need to set knockBandCustom if it is not custom
HIP9011 calculates knockBand from cylinderBore same way
* hip9011: make unit test happy
* hip9011: fix unit test
* hip9011: remove duplicated initialization, reorder
* hip9011: just renames and data type adjustments
* hip9011: rename BAND() to HIP9011_BAND()
* hip9011: move some code from lookup.cpp to logic.cpp
* hip9011: move initEngineNoiseTable to engine_configuration.cpp
* hip9011: move lookup tables to hip9011_logic.c
* hip9011: remove empty files
* hip9011: additional checks
2021-03-30 10:56:25 -04:00
rusefillc
2d99e77c95
M62T vanos support #2243
2021-02-08 21:50:31 -05:00
rusefillc
ff765f5f5d
knock v12
2021-01-06 19:42:07 -05:00
rusefillc
64489ae63d
knock knock v12
2021-01-06 12:48:32 -05:00
rusefi
af6ad0757e
PROTEUS_QC_TEST_BOARD
2020-12-26 00:57:23 -05:00
rusefi
3bafda26cd
proteus_f4_hardware_QC_special_build
2020-12-20 11:17:38 -05:00
Matthew Kennedy
1838beadfa
only build in config for the correct board ( #2088 )
...
* only build in config for the correct board
* undo
* undo
* undo
* only touch proteus config
* include configs in tests
2020-12-17 17:12:24 -05:00
rusefi
c9da8262f7
it's weird
2020-11-27 16:41:11 -05:00
rusefi
89eaae8234
LM_ALPHA_N_2 rename
2020-11-27 15:44:31 -05:00
rusefi
71638c07ae
toyota89281_33010_pedal_position_sensor
2020-11-16 23:38:23 -05:00
rusefi
75a77b06f4
debounce unintended auto-increment bug (was: Proteus TCU gear shift configuration) #1927
2020-11-07 00:35:56 -05:00
rusefi
8a11920dec
v12 & dual-channel PPS
2020-11-06 15:30:11 -05:00
rusefi
86bdb79c5a
v12 Proteus
2020-11-06 14:18:54 -05:00
Matthew Kennedy
cf3dc9c2c3
convert cranking defaults to mg ( #1921 )
...
* convert cranking defaults to mg
* fix tests
2020-11-03 14:12:26 -05:00
rusefi
3c3fe0a73b
v12
2020-08-23 15:09:23 -04:00
rusefi
466f412c7b
docs
2020-08-21 14:59:24 -04:00
rusefi
494057f30d
v12 progress
2020-08-21 14:09:51 -04:00
rusefi
ceeba4d677
v12
2020-08-19 22:03:27 -04:00
rusefi
1f0e39fc6f
v12
2020-08-19 01:09:39 -04:00
rusefi
5fdebbdabc
v12
2020-08-19 00:35:09 -04:00
rusefi
4082a53f56
default engine make/code
2020-05-08 17:31:03 -04:00
rusefi
965c06c079
https://github.com/rusefi/rusefi_documentation/issues/37
2020-04-29 18:41:40 -04:00
rusefi
067063e024
v12
2020-04-03 17:44:55 -04:00
rusefi
eea460fbce
isFasterEngineSpinUpEnabled
2020-04-02 21:49:31 -04:00
rusEfi
2a2b00f2d9
v12 & dual-TPS
2020-03-30 01:13:02 -04:00
rusEfi
984445d545
v12 progress
2020-03-20 00:36:22 -04:00
rusEfi
d918147ea1
v12
2020-03-18 17:46:46 -04:00
rusEfi
d558b1372e
v12 & ETB progress
2020-03-18 00:12:31 -04:00
rusEfi
d047340725
v12
2020-03-12 00:16:32 -04:00
rusEfi
620088cdc1
v12
2020-03-11 20:48:09 -04:00
rusEfi
9316272f90
slow v12 progress
2020-03-07 00:45:45 -05:00
rusEfi
8a40c69180
v12
2020-02-27 03:29:03 -05:00
rusefi
9c0bcd4be0
v12
2020-02-24 00:20:36 -05:00
rusefi
b4c371f44d
v12
2020-02-23 09:16:11 -05:00
rusefi
2bace565d2
M73
2020-02-19 22:34:51 -05:00
rusefi
6022838656
looking forward
2020-02-01 17:55:58 -05:00
rusefi
b83a5310be
happy new year
2020-01-08 00:02:40 -05:00
rusefi
af4f20551b
getting rid of boardConfiguration / binary compatible change
2019-12-11 17:48:55 -05:00
rusefi
8760ef2874
v12
2019-12-01 23:45:45 -05:00