rusefi
9e02e3fc93
B6 progress
2022-06-02 00:34:02 -04:00
GitHub build-firmware Action
b7267b530f
Auto-generated configs and docs
2022-06-02 02:36:51 +00:00
rusefillc
06c80c96e0
## May 2022 Release - "Day 98"
2022-06-01 22:18:32 -04:00
rusefillc
70b5e148bf
## May 2022 Release - "Day 58"
2022-06-01 22:18:04 -04:00
GitHub build-firmware Action
0c17b9c781
Auto-generated configs and docs
2022-06-02 01:31:50 +00:00
Matthew Kennedy
4ada633206
Remove third trigger channel ( #4226 )
...
* remove third trigger
* clean up the honda mess
* there was nothing novel about this engine config
* include
* missed a few
* s
* x
* changelog
* don't set the third trigger input
* don't redefine the same thing 3 times
* only two inputs!
* test
2022-06-01 21:24:20 -04:00
GitHub build-firmware Action
fc3677a53f
Auto-generated configs and docs
2022-06-02 00:36:06 +00:00
Matthew Kennedy
9445e73dfd
500 byte blocking factor ( #4227 )
2022-06-01 20:27:20 -04:00
GitHub build-firmware Action
e2c6c1420c
Auto-generated configs and docs
2022-06-01 19:17:46 +00:00
Matthew Kennedy
d4ed8c2dc6
E67 dma ( #4225 )
...
* e67 no serial
* s
2022-06-01 15:09:35 -04:00
GitHub build-firmware Action
fae923bc11
Auto-generated configs and docs
2022-06-01 18:44:36 +00:00
rusefillc
754aa231d5
fix https://github.com/rusefi/hellen-gm-e67/issues/35
2022-06-01 13:43:50 -04:00
rusefillc
55ac88de8f
E67 hellen tune has FATAL fix #4224
2022-06-01 13:41:47 -04:00
rusefillc
6023dc2c29
hard requirement for console version match fix #4187
2022-06-01 11:08:22 -04:00
rusefillc
fc81ef9ce5
hard requirement for console version match #4187
2022-06-01 11:07:28 -04:00
GitHub build-firmware Action
1dc5c970b5
Auto-generated configs and docs
2022-06-01 14:49:42 +00:00
rusefillc
0b0227dce2
hard requirement for console version match #4187
2022-06-01 10:21:22 -04:00
rusefillc
ca1c15424d
Rename readme.me to readme.md
2022-06-01 09:37:49 -04:00
rusefillc
e435ceb6ea
Update readme.me
2022-06-01 09:37:35 -04:00
rusefillc
7afcb349e6
Create readme.me
2022-06-01 09:37:17 -04:00
Matthew Kennedy
c0d8cbfef4
Trigger cleanup init ( #4222 )
...
* extra parameter
* name decoders in constructor
* s
2022-06-01 00:55:34 -04:00
rusefi
c1582007af
B6 progress
2022-05-31 23:02:04 -04:00
GitHub build-firmware Action
e52558183f
Auto-generated configs and docs
2022-06-01 02:41:32 +00:00
rusefi
4caf500493
Merge branch 'master' of https://github.com/rusefi/rusefi
2022-05-31 22:26:28 -04:00
rusefi
68ba540638
B6 progress
2022-05-31 22:26:18 -04:00
rusefi
f0fe8150b5
suggested tps1_2
2022-05-31 22:26:02 -04:00
Matthew Kennedy
6e50600a07
only check if youhave a sensor ( #4223 )
2022-05-31 21:40:00 -04:00
GitHub set-date Action
ad2f6695f3
Update date
2022-06-01 00:23:07 +00:00
GitHub build-firmware Action
fc8a3efdee
Auto-generated configs and docs
2022-06-01 00:03:12 +00:00
GitHub build-firmware Action
41115e3ff4
Auto-generated configs and docs
2022-05-31 21:12:51 +00:00
rusefi
26d2d5e39e
Settings conflict another case of #4086 fix #4221
2022-05-31 17:05:33 -04:00
Matthew Kennedy
70c2689f1e
remove trigger duty cycle calculation ( #4213 )
...
* This field was ignored.
* move pad out
* gone
* make trigger configuration a little clearer
* even simpler!
* format
* test fix
* remove duty cycle thing
2022-05-30 22:39:57 -04:00
GitHub set-date Action
1281631aec
Update date
2022-05-31 00:20:30 +00:00
GitHub build-firmware Action
45eeb49ca7
Auto-generated configs and docs
2022-05-30 23:43:32 +00:00
Matthew Kennedy
f945e6efc9
trigger configuration refactoring for clarity ( #4212 )
...
* This field was ignored.
* move pad out
* gone
* make trigger configuration a little clearer
* even simpler!
* format
* test fix
2022-05-30 19:36:47 -04:00
GitHub build-firmware Action
3317744436
Auto-generated configs and docs
2022-05-30 22:01:09 +00:00
rusefi
1d629df884
trying to reduce confusion x2
2022-05-30 17:06:56 -04:00
sbtoonz
b7b09e2b84
Add CrankShaft pin input to YAML for 48 way ( #4216 )
2022-05-30 16:47:22 -04:00
GitHub build-firmware Action
29bd6677bd
Auto-generated configs and docs
2022-05-30 19:38:09 +00:00
rusefillc
25c7ab8f18
Someone has too many finders?
2022-05-30 15:31:20 -04:00
rusefillc
401073b168
https://github.com/rusefi/rusefi/tree/master/firmware/config/boards/48way
2022-05-30 15:19:08 -04:00
sbtoonz
526b4199e6
Add New Board to compilation output ( #4215 )
...
* adding my board
Signed-off-by: sbtoonz <sbtoonz@gmail.com>
* Add header file to finalize compilation of custom board..how are these hashes calculated?
Signed-off-by: sbtoonz <sbtoonz@gmail.com>
* This shouldn't exist in master
Signed-off-by: sbtoonz <sbtoonz@gmail.com>
* First refactor of yml
Signed-off-by: sbtoonz <sbtoonz@gmail.com>
* Cleanup board_configuration.cpp
Signed-off-by: sbtoonz <sbtoonz@gmail.com>
* yml refactor again based on @rusefi 's request
Signed-off-by: sbtoonz <sbtoonz@gmail.com>
* remove connector image temporarily while I populate yml with coordinates
Signed-off-by: sbtoonz <sbtoonz@gmail.com>
2022-05-30 14:48:15 -04:00
GitHub build-firmware Action
6b9eff99d0
Auto-generated configs and docs
2022-05-30 11:21:11 +00:00
Matthew Kennedy
d5a4804993
remove dead useOnlyFirstChannel ( #4211 )
...
* This field was ignored.
* move pad out
* gone
2022-05-30 07:03:40 -04:00
GitHub set-date Action
dd9f1b1b9d
Update date
2022-05-30 00:23:58 +00:00
rusefillc
22a8927f98
Merge branch 'master' of https://github.com/rusefi/rusefi
2022-05-29 14:42:22 -04:00
rusefillc
97c73b3a4e
hard requirement for console version match #4187
2022-05-29 14:42:08 -04:00
rusefillc
ac3b854b07
use EXTI instead of ICU by default #3032
2022-05-29 14:42:07 -04:00
Matthew Kennedy
a5eb91f1b7
update wideband firmware ( #4186 )
...
* use header from wideband
* update wideband
* we can use master now
2022-05-29 13:49:51 -04:00
Matthew Kennedy
66fffee321
More trigger encapsulation ( #4207 )
...
* trigger decoder returns a result
* TriggerFormDetails
* s
* don't reach out and touch the engine
2022-05-29 13:49:00 -04:00