Commit Graph

10186 Commits

Author SHA1 Message Date
David Holdeman 4d3e6b880e Fix 1712 (#1715)
* different behaviour for push vs. pr

* wrong operator

* add debug build type

* change artifact file

* wrong syntax

* picky quotes
2020-08-21 23:16:55 -04:00
David Holdeman 4988402299 Properly catch simulator build failure (#1716)
* catch error

* file still returns 0 if not found
2020-08-21 22:46:00 -04:00
rusefi 7299c79810 more fixing build? 2020-08-21 22:07:55 -04:00
GitHub build-firmware Action 8bb872fd53 Auto-generated configs and docs 2020-08-22 01:53:47 +00:00
Matthew Kennedy 5a151d7bb2 fix (#1714) 2020-08-21 21:52:19 -04:00
GitHub set-date Action 6a7a46333a Update date 2020-08-22 00:38:22 +00:00
Matthew Kennedy 8ab4c5c765 Analog input filtering (#1680)
* improve biquad

* cleanup

* add filtering to subscriptions

* config sensors

* comment

* doesn't need to be that fast

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-21 19:47:12 -04:00
GitHub build-firmware Action 3a3e157bcb Auto-generated configs and docs 2020-08-21 23:45:25 +00:00
Matthew Kennedy ad42a17207 Configurable stoichiometric ratio (#1710)
* configurable stoich ratio

* afr table always in gas afr

* default

* typo

* use defined ratio

* do it in config too

* missed a spot

* oops wrong one

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-21 19:43:30 -04:00
rusefi e388d28cd2 better messages 2020-08-21 19:13:03 -04:00
rusefi 11b1eafe98 GHA to sync documentation wikis #1683 2020-08-21 15:48:44 -04:00
Matthew Kennedy 8d1f0dbe90 don't call tach from trigger, call from periodic fast (#1704)
* tacho

* fix tests
2020-08-21 15:36:43 -04:00
rusefi fdbdc6d495 docs 2020-08-21 14:59:24 -04:00
rusefi 68ece00b0e fixing build - adjusting some strange code to smaller blocking factor 2020-08-21 14:53:33 -04:00
GitHub build-firmware Action 70cdb8da85 Auto-generated configs and docs 2020-08-21 18:14:04 +00:00
Matthew Kennedy 207aafe262 harmonize blocking factor (#1709)
* harmonize blocking factor

* static assert
2020-08-21 14:12:28 -04:00
rusefi 7fef82742f v12 progress 2020-08-21 14:09:51 -04:00
GitHub build-firmware Action 6e70b3494f Auto-generated configs and docs 2020-08-21 12:54:56 +00:00
Matthew Kennedy c03e0eb302 add (#1711) 2020-08-21 08:53:23 -04:00
Matthew Kennedy d2c93afff8 Ts error codes (#1706)
* correct TS errors

* tidy

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-21 08:24:31 -04:00
GitHub set-date Action baa21356fb Update date 2020-08-21 00:37:56 +00:00
GitHub build-firmware Action 5aea4aa8c9 Auto-generated configs and docs 2020-08-20 11:45:23 +00:00
Matthew Kennedy 222a20d2d3 fix crc command (#1705)
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-20 07:43:56 -04:00
rusefi 831d99ccee v12 2020-08-19 22:03:27 -04:00
GitHub build-firmware Action f05170dd6c Auto-generated configs and docs 2020-08-20 01:07:04 +00:00
rusefi 4681aad25a reducing code duplication 2020-08-19 21:05:08 -04:00
rusefi 0c4d29808d gimme my preset! 2020-08-19 20:40:10 -04:00
GitHub set-date Action c52f698542 Update date 2020-08-20 00:37:08 +00:00
rusefi de5c49d04f v12 2020-08-19 01:09:39 -04:00
GitHub build-firmware Action 964027cce4 Auto-generated configs and docs 2020-08-19 04:48:34 +00:00
rusefi 4cd5f146f4 bugfix - PPS second channel was not initialized 2020-08-19 00:46:57 -04:00
rusefi 6439dce79f v12 2020-08-19 00:35:09 -04:00
rusefi 074e7d0cfe remove unneccessary zeroes from TS protocol #1702
fix
2020-08-18 22:55:43 -04:00
GitHub build-firmware Action 55cccfc9fa Auto-generated configs and docs 2020-08-19 02:38:52 +00:00
Matthew Kennedy eb7888fba3 improve (#1702) 2020-08-18 22:37:08 -04:00
GitHub set-date Action 43f34b7470 Update date 2020-08-19 00:37:15 +00:00
GitHub build-firmware Action 22d7a4b58a Auto-generated configs and docs 2020-08-18 17:52:40 +00:00
Matthew Kennedy 114ffa6cf2 Fuel ts reorder (#1699)
* reorder

* redo injector stuff

* reorder & deadtime limits

* make 2d table bounds reasonable

* more

* only allow bench if not running

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-18 13:51:20 -04:00
GitHub set-date Action f5c30b77e9 Update date 2020-08-18 00:37:35 +00:00
GitHub build-firmware Action e62b53a835 Auto-generated configs and docs 2020-08-17 23:53:17 +00:00
rusefi d0ee2c78e3 progress 2020-08-17 19:51:50 -04:00
David Holdeman ca33eb9a89 Sync wiki to rusefi_documentation. (#1698)
* add workflow

* remove hyphen

* merge and push

* tabs to spaces

* config before merge

* dont need to commit duh

* don't use action

* tabs to spaces

* try action again

* use access token

* dont persist credentials

* switch to rusefi
2020-08-17 18:13:18 -04:00
Matthew Kennedy ff12321ba0 inject fuel & injector models so they can be mocked (#1697)
* stub injector model

* tests

* inject fuel/injector models

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-17 17:03:59 -04:00
Matthew Kennedy f5036a9f84 Add injector model class (#1687)
* stub injector model

* tests

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-08-17 05:22:25 -04:00
rusefi 0f6f6be655 Merge remote-tracking branch 'origin/master' 2020-08-16 22:10:29 -04:00
rusefi 88b3ef23fc Android progress 2020-08-16 22:10:05 -04:00
GitHub set-date Action 3444612771 Update date 2020-08-17 00:37:31 +00:00
rusefi eef4e05428 console logger for Android 2020-08-16 20:29:09 -04:00
rusefi 65ab99999c bugfix NPE on start-up with not opened project 2020-08-16 20:26:12 -04:00
rusefi f5f7d3f6fa better logging 2020-08-16 18:02:10 -04:00