Matthew Kennedy
|
b25f50c6ee
|
Move slow ADC to thread #630 (#1042)
* adc with thread
* enable
* check result
* stacktual embiggenment
* tracing
* let's be type safe
* improve assert
* format, comment
* remove EFI_INTERNAL_SLOW_ADC_PWM fully
|
2019-12-11 09:28:11 -05:00 |
rusEfi
|
a50c8201a1
|
Merge branch 'master' of https://github.com/rusefi/rusefi
|
2019-12-10 23:18:44 -05:00 |
rusEfi
|
df16e76983
|
just in case
|
2019-12-10 22:18:37 -05:00 |
rusefi
|
34b32db032
|
straightening enum reuse
|
2019-12-10 21:18:35 -05:00 |
Matthew Kennedy
|
87ec74119d
|
ETB Encapsulation & C++ Conventions (#1049)
* encapsulate etb stuff, c++ conventions
* remove DECLARE_ENGINE_PTR/INJECT_ENGINE_REFERENCE
* reduce include dependencies
* Revert "reduce include dependencies"
This reverts commit c529bbbf757cd9070f6e00616f84b1229eeb768e.
* Revert "remove DECLARE_ENGINE_PTR/INJECT_ENGINE_REFERENCE"
This reverts commit ca98b18cd4dae24b993d1263a18daf509dcd54b9.
|
2019-12-10 19:37:04 -05:00 |
Matthew Kennedy
|
44fc8c466d
|
copyArray helper (#1048)
* add functions
* uses
* use for proteus
* do it for warmup mult
* do it for cranking settings
* cleanup
|
2019-12-10 18:04:50 -05:00 |
rusefi
|
9f5535721e
|
clean-up
|
2019-12-10 01:03:02 -05:00 |
rusEfi
|
52c15a7d9b
|
dual-ETB progress
|
2019-12-10 00:07:46 -05:00 |
rusefi
|
579770b66f
|
The Big Refactoring of 2019: folder structure #723
|
2019-12-08 13:21:35 -05:00 |
rusefi
|
65c8dd83b3
|
The Big Refactoring of 2019: folder structure #723
|
2019-12-08 13:09:51 -05:00 |
rusefi
|
bcec694eb1
|
just a trivial massive rename: TriggerState > TriggerWaveform
|
2019-12-08 01:09:39 -05:00 |
rusefi
|
90492dd423
|
TPS#2 calibration & fixing ETB in TS
|
2019-12-08 00:37:33 -05:00 |
rusefi
|
120e771b2c
|
docs
|
2019-12-07 23:19:40 -05:00 |
rusefi
|
a40477e598
|
Making UART/TTL pins configurable
|
2019-12-07 21:22:09 -05:00 |
andreika-git
|
45fac99faa
|
Add GUI for binarySerialRxPin/binarySerialTxPin (#1047)
|
2019-12-07 21:19:21 -05:00 |
rusefi
|
69eeb77529
|
docs
|
2019-12-07 14:09:06 -05:00 |
rusefi
|
a5ee6b13d5
|
Refactor Trigger System #635
injecting callback via parameters instead of nasty "bool isInitializingTrigger" field
|
2019-12-06 01:57:11 -05:00 |
rusefi
|
edabed50f5
|
Refactor Trigger System #635
injecting callback via parameters via magic and potentially broken field manipulation
|
2019-12-06 01:05:19 -05:00 |
rusefi
|
889ee45c16
|
typo
|
2019-12-06 00:07:27 -05:00 |
rusefi
|
9521a7d6d0
|
PAL repair
|
2019-12-05 21:10:29 -05:00 |
rusefi
|
0e570b8b83
|
steps towards fixing PAL inputs
|
2019-12-05 21:04:24 -05:00 |
rusefi
|
ff600fd5cb
|
frankenso-pal CI
|
2019-12-05 20:25:23 -05:00 |
andreika-git
|
7a036b5da3
|
github CI fix (Kinetis/release) (#1045)
* fix?
* more fix
* Proteus fix
* fix Kinetis gen_config
* update Kinetis config
* quotes fix?
* quotes fix??
* Okay, no quotes, just move -DFIRMWARE_ID inside .mk
* Exclude Kinetis/debug build
|
2019-12-04 15:16:26 -05:00 |
rusefi
|
5e13805e89
|
more fixing kinetis
|
2019-12-04 08:52:22 -05:00 |
andreika-git
|
08e97bddec
|
Kinetis: attempting to fix github CI? (#1044)
|
2019-12-04 08:48:51 -05:00 |
rusefi
|
9145538679
|
more of the same
|
2019-12-04 08:12:52 -05:00 |
rusefi
|
7e4ed7400e
|
would it work?
|
2019-12-04 07:51:51 -05:00 |
rusefi
|
e2d2bd9996
|
reducing code duplication & including kinetis
|
2019-12-04 07:50:46 -05:00 |
rusefi
|
6fb7a30ab4
|
following the pattern
|
2019-12-04 07:33:56 -05:00 |
rusefi
|
e60515789a
|
The Big Refactoring of 2019: folder structure #723
|
2019-12-04 01:15:52 -05:00 |
rusefi
|
561986d3e4
|
The Big Refactoring of 2019: folder structure #723
|
2019-12-04 01:11:10 -05:00 |
rusefi
|
8ace300b39
|
The Big Refactoring of 2019: folder structure #723
|
2019-12-04 00:57:54 -05:00 |
rusefi
|
72b6ecd70c
|
gen_config run
|
2019-12-04 00:38:40 -05:00 |
rusefi
|
ae1d8323bd
|
Merge branch 'master' of https://github.com/rusefi/rusefi
|
2019-12-04 00:37:53 -05:00 |
andreika-git
|
ae9c619c50
|
iacPidMultTbl + EFI_IDLE_PID_CIC + kinetis_hysteresis (#1043)
* rename EFI_IDLE_INCREMENTAL_PID_CIC -> EFI_IDLE_PID_CIC
* Impl. IacPidMultTable
* Kinetis: Trigger Comparator Hysteresis settings (+adaptive mode)
|
2019-12-04 00:37:32 -05:00 |
rusefi
|
f3a058ab26
|
The Big Refactoring of 2019: folder structure #723
|
2019-12-04 00:35:05 -05:00 |
rusefi
|
a09ee15b08
|
The Big Refactoring of 2019: folder structure #723
|
2019-12-04 00:22:34 -05:00 |
rusefi
|
b55f0c06d5
|
The Big Refactoring of 2019: folder structure #723
|
2019-12-04 00:04:27 -05:00 |
rusefi
|
9907119cd7
|
docs
|
2019-12-03 23:55:18 -05:00 |
rusefi
|
431a21943b
|
The Big Refactoring of 2019: folder structure #723
|
2019-12-03 23:52:44 -05:00 |
rusefi
|
5a299fcd9c
|
refactoring - updating name according to new reality
|
2019-12-03 14:39:11 -05:00 |
rusefi
|
d9f777c669
|
codes fix, thank you AndreiKA
|
2019-12-03 09:05:57 -05:00 |
rusefi
|
5c40bb4628
|
#490
|
2019-12-03 00:29:12 -05:00 |
rusefi
|
ccd056d331
|
EngineTestHelper progress
|
2019-12-03 00:20:47 -05:00 |
Matthew Kennedy
|
b7011f875a
|
Base configuration for Proteus (#1040)
* cfg
* add enum value
* add ci
* actually build the board config
* this is pretty close
* proteus case
|
2019-12-02 23:54:40 -05:00 |
Matthew Kennedy
|
4861bc24a9
|
missing override (#1039)
|
2019-12-02 23:52:35 -05:00 |
rusefi
|
079598a87e
|
reducing complexity
|
2019-12-02 23:29:06 -05:00 |
rusefi
|
07b7b62bca
|
refactoring
|
2019-12-02 23:08:18 -05:00 |
rusefi
|
3b4e5d689f
|
making new scheduling API avalable
|
2019-12-02 22:28:32 -05:00 |
rusefi
|
1287f187c1
|
lovely write-out-of-bounds in case of invalid configuration bugfix
|
2019-12-02 20:32:21 -05:00 |