GitHub set-date Action
779381a125
Update date
2020-10-24 00:55:30 +00:00
Matthew Kennedy
10c1ad7698
use fuel model ( #1901 )
...
* use fuel model
* spit'n'polish
2020-10-23 20:25:47 -04:00
GitHub build-firmware Action
27207dde9c
Auto-generated configs and docs
2020-10-23 19:48:01 +00:00
Matthew Kennedy
d84cd385ce
add Injector pressure sensor ( #1898 )
...
* add sensor type
* add config
* initialize injector pressure
* add UI
2020-10-23 15:46:16 -04:00
Matthew Kennedy
08d8262f77
oops ( #1899 )
2020-10-23 15:45:44 -04:00
GitHub build-firmware Action
0ae003dcd3
Auto-generated configs and docs
2020-10-23 16:27:21 +00:00
Andrey G
8e11675afd
Tle8888 big update 1 ( #1892 )
...
* smart gpio: fix tle8888 direct pin mapping for MRE
* MRE: use TLE8888 pins instead of MCU gpios that drives TLE8888
* TLE8888: cleanup
* TLE8888: do not reset driver private data on WD/undervoltage reset
* TLE8888: diagnostic updates
* TLE8888 driver: BIG driver rework
* TLE8888: check SPI answers for abnormal states
Reply with other than requested register can be a sign of:
-Power-On-Reset, then OpStat0 will be replyed
-WatchDog reset, then FWDStat1 will be replyed
-Invalid communication frame, then Diag0 will be replyed
Keep tracking last accessed register and check with the next reply.
* TLE8888: debug clean-up
* TLE8888: implement spi array write
This reduce CS inactive state time between two consequent accesses
from 8.8 uS to 1.4 uS
* TLE8888: fix PP outputs in OD mode
* TLE8888: cleanup register definitions
* TLE8888: run separate driver thread for each chip instance
Calculating poll interval for few chips become more complex, avoid
this running thread for each device.
* TLE8888: fix cypress and kinetic compilation
Both platforms define its own MAX and cause redifination error if
common.h is included in driver.
* MRE: update mapping.yaml and fix direct pin mapping for TLE8888
* TLE8888: diagnnostic: disable switch off in case of overcurrent
For all output, use current limiting instead
* TLE8888: check for overvoltage on OUT8..OUT13
* TLE8888: add TODO note about how to recover from failure condition
Currently TLE8888 automaticly recovers only from overcurrent and
(may be) overtemperature conditions.
Short to bat cause output disable (bit in OECONFIG is reset) and
needs driver/host intervention.
* TLE8888: save few bytes of RAM
* TLE8888: Lada Kalina is test mule for IDLE stepper on TLE8888
Don't forget to enable PP mode for TLE8888 outputs 21..24:
uncomment line 1087 in tle8888.c
* TLE8888: reorder code, cleanup
* TLE8888: mode all debug/statisctic to per-chip struct
* TLE8888: rework poll interval calculation
* MRE: use TLE8888 pins instead of MCU gpios that drives TLE8888 #2
2020-10-23 12:25:30 -04:00
GitHub build-firmware Action
ec17daeee7
Auto-generated configs and docs
2020-10-23 16:25:10 +00:00
rusefillc
8e329ff750
gettig ready for Tle8888 big update 1 #1892
2020-10-23 12:23:17 -04:00
GitHub build-firmware Action
82587e97cf
Auto-generated configs and docs
2020-10-23 11:33:40 +00:00
Matthew Kennedy
4e249889a6
implement fuel pressure sensors ( #1897 )
...
* add
* remove old
* remove more old
* makefile
* fix init
* patch up other stuff
* actually fix it this time
* raw output channels
* gauges, UI
* scaled channel
* fix field ordering
2020-10-23 07:31:47 -04:00
rusefi
a7a475a1df
B6
2020-10-23 00:39:22 -04:00
GitHub build-firmware Action
7a65b7e715
Auto-generated configs and docs
2020-10-23 03:26:03 +00:00
rusefillc
f8bfafccf0
GDI Epic #1448
2020-10-22 23:24:15 -04:00
GitHub build-firmware Action
d3a7d9e329
Auto-generated configs and docs
2020-10-23 03:19:42 +00:00
rusefillc
edd7cc34d1
GDI Epic #1448
2020-10-22 23:17:29 -04:00
GitHub set-date Action
93da2717af
Update date
2020-10-23 00:55:50 +00:00
Matthew Kennedy
e4c5ca4af0
no sd enable ( #1894 )
...
* no sd enable
* add assert
* Revert "no sd enable"
This reverts commit fd997381ee884c890fe7664e56ed2b0f0caef2ff.
2020-10-22 20:51:28 -04:00
Andrey G
9359c15cc1
common.h: define MIN and MAX macro only if nod defined yet ( #1896 )
...
This fix compilation error for Kinetis and Cypress if common.h
is included after platform includes which also defines MIN MAX.
2020-10-22 08:41:44 -04:00
rusefillc
c0c1eefd55
GDI Epic #1448
2020-10-22 01:48:28 -04:00
rusefi
64ba8b3e99
Merge remote-tracking branch 'origin/master'
2020-10-22 01:12:14 -04:00
rusefi
e12e3f9dc6
progress
2020-10-22 00:57:11 -04:00
GitHub build-firmware Action
3f9dd26478
Auto-generated configs and docs
2020-10-22 02:51:46 +00:00
Matthew Kennedy
6605877326
gppwm debug ( #1895 )
...
* dbg gppwm
* fix channel
* TS guard
2020-10-21 22:49:38 -04:00
GitHub build-firmware Action
e9ab6f9b04
Auto-generated configs and docs
2020-10-22 02:37:10 +00:00
rusefi
ef19d30314
reducing the mess around FSIO bench commands
2020-10-21 22:35:08 -04:00
rusefi
9060aff46c
code style
2020-10-21 22:13:18 -04:00
GitHub set-date Action
2a64162b43
Update date
2020-10-22 00:55:13 +00:00
Matthew Kennedy
e0bb7ad581
disable i2c, other unused features ( #1891 )
...
* dead
* more
2020-10-20 22:24:32 -04:00
GitHub set-date Action
24fb167a34
Update date
2020-10-21 00:54:27 +00:00
rusefi
580872d88e
VAG radiator control
2020-10-19 23:25:23 -04:00
rusefi
51e840eaa6
code style
2020-10-19 22:47:09 -04:00
rusefi
2ce0bef9b9
refactoring
2020-10-19 22:44:44 -04:00
rusefi
e0a5c3dc12
GDI Epic #1448
2020-10-19 22:04:06 -04:00
GitHub set-date Action
4b920250c6
Update date
2020-10-20 00:54:38 +00:00
GitHub build-firmware Action
dbf3b68e33
Auto-generated configs and docs
2020-10-19 12:06:22 +00:00
Matthew Kennedy
06f92807cc
second PID config for wastegate ( #1889 )
...
* remove
* cleanup
* implement ETB parts
* hook up to boost controller
* tests
* consume
* add cfg field
* ui maybe
* fix
* fix
* add wastegate config test
2020-10-19 08:04:27 -04:00
Matthew Kennedy
42bfad807b
Etb wastegate hookup ( #1888 )
...
* remove
* cleanup
* implement ETB parts
* hook up to boost controller
* tests
2020-10-18 21:57:04 -04:00
GitHub set-date Action
c0d45d5b82
Update date
2020-10-19 00:54:39 +00:00
Matthew Kennedy
ee5d0bf07b
remove ( #1887 )
2020-10-18 20:49:42 -04:00
Matthew Kennedy
44653da2e5
Etb function cfg: actually read config ( #1884 )
...
* two throttles one thread
* look at all this RAM!
* add enum
* switch from index to function
* test fixup
* improve init logic
* remove old vw idle mode bit
* add config
* better spot for it
* use config init values
* handle null controller array
* fatal error testability
* test new init config
* defaults
* fix for default config
2020-10-18 17:26:38 -04:00
GitHub set-date Action
09f7667bd5
Update date
2020-10-18 00:55:31 +00:00
rusefi
15dcecb9c5
GDI Epic #1448
2020-10-17 20:17:53 -04:00
rusefillc
a87c28a8ad
dead legacy code - current implementation is definitely more correct
2020-10-17 18:46:07 -04:00
rusefillc
b24f173892
refactoring: better method name
2020-10-17 18:45:08 -04:00
rusefillc
665900d76a
GDI Epic #1448
2020-10-17 14:53:56 -04:00
Matthew Kennedy
a68cbae0dc
Remove trigger listener list ( #1886 )
...
* avoid 64b on hot path
* no tooth log when fast
* use crit section locker
* final
* only flip pins if not also self stim
* only trace if doing work
* slightly drop lateDelay
* trace if not bailing out
* remove listener array
2020-10-17 08:00:11 -04:00
GitHub set-date Action
7099ca6cb6
Update date
2020-10-17 00:52:43 +00:00
rusefillc
bd7dcf1709
HW CI has failed 11 times since Oct 2 #1849
2020-10-16 13:54:12 -04:00
rusefillc
ef5bc9f669
Merge remote-tracking branch 'origin/master' into master
2020-10-16 13:21:25 -04:00
Matthew Kennedy
7eeb60a8a0
trigger/scheduler perf improvements ( #1885 )
...
* avoid 64b on hot path
* no tooth log when fast
* use crit section locker
* final
* only flip pins if not also self stim
* only trace if doing work
* slightly drop lateDelay
* trace if not bailing out
2020-10-16 11:04:27 -04:00
Matthew Kennedy
749282c807
more safe parts probably ( #1883 )
2020-10-15 22:04:42 -04:00
GitHub set-date Action
a2c23d4a6c
Update date
2020-10-16 00:53:08 +00:00
rusefillc
322ebe7fcd
Merge remote-tracking branch 'origin/master' into master
2020-10-15 16:16:51 -04:00
Matthew Kennedy
a8057cfc16
write SD header using new Writer class ( #1882 )
...
* write header
* hooray, free memory!
* fix test
* is there really this much free space...?
* no, there is not
2020-10-15 16:00:13 -04:00
GitHub build-firmware Action
4aac58065e
Auto-generated configs and docs
2020-10-15 12:59:24 +00:00
Matthew Kennedy
2083b34cf9
simplify getTimeNowNt() ( #1876 )
...
* remove old impl
* add cpp wrapper to os_access
* clean up os_access
* remove touchTimeCounter
* new impl
* put comment about lock free impl
* include cpp wrappers for BL
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-10-15 08:57:13 -04:00
rusefillc
8c8eb005f8
Merge remote-tracking branch 'origin/master' into master
2020-10-14 23:32:00 -04:00
GitHub build-firmware Action
906675166e
Auto-generated configs and docs
2020-10-15 02:42:20 +00:00
Matthew Kennedy
568ec91fc0
fix temp sensor & validate it ( #1879 )
...
* fix temp sensor & validate
* smaller here should work
2020-10-14 22:39:16 -04:00
Matthew Kennedy
299a345c1c
etb function config 1 ( #1881 )
...
* this should all be safe...
* test fix
2020-10-14 22:02:09 -04:00
GitHub set-date Action
6cafebc6bd
Update date
2020-10-15 00:52:07 +00:00
rusefillc
68eb50332c
Merge remote-tracking branch 'origin/master' into master
2020-10-14 20:09:50 -04:00
Matthew Kennedy
2855e04234
start using BufferedWriter ( #1878 )
...
* do the part up to actual usage
* borrow some memory for now
2020-10-14 20:06:05 -04:00
Matthew Kennedy
2a0205e3c4
switch to single precision constants ( #1880 )
...
* adjust builds
* fix test
2020-10-14 20:04:35 -04:00
GitHub set-date Action
b39df90612
Update date
2020-10-14 00:51:46 +00:00
rusefillc
ba906c2cee
GDI Epic #1448
2020-10-13 00:35:04 -04:00
GitHub set-date Action
2a597d4786
Update date
2020-10-13 00:51:50 +00:00
Matthew Kennedy
605e2590f1
buffered writer - progress on #1463 ( #1875 )
...
* add buffered writer
* rename
2020-10-12 15:10:34 -04:00
rusefillc
14ddec0336
docs
2020-10-12 09:18:36 -04:00
rusefi
dfa3e69186
GDI Epic #1448
2020-10-11 23:39:40 -04:00
rusefi
12a720dde2
QC control mode to crash if RPM = 0 and to mark successful 3 minute test with self-stimulation RPM increase #1871
2020-10-11 22:57:31 -04:00
rusefi
b77c4ab55a
QC control mode to crash if RPM = 0 and to mark successful 3 minute test with self-stimulation RPM increase fix #1871
2020-10-11 22:46:08 -04:00
GitHub set-date Action
5bb332138a
Update date
2020-10-12 00:51:55 +00:00
Matthew Kennedy
018db0df94
Fix #1873 - compute dynamic PWM iterationLimit ( #1874 )
...
* fix
* remove define
* add an assert
* typo
* don't do a 64bit divide
* oh that's a float
2020-10-11 20:25:38 -04:00
rusefi
fc5f47a653
QC control mode to crash if RPM = 0 and to mark successful 3 minute test with self-stimulation RPM increase #1871
2020-10-11 19:16:41 -04:00
GitHub build-firmware Action
99923b17b7
Auto-generated configs and docs
2020-10-11 23:07:39 +00:00
rusefi
94a6399e56
QC control mode to crash if RPM = 0 and to mark successful 3 minute test with self-stimulation RPM increase #1871
2020-10-11 19:05:56 -04:00
rusefi
9653eebe9d
Trigger sync lost every 2^32 CPU cycles #1873
...
only a random code comment
2020-10-11 18:17:30 -04:00
GitHub build-firmware Action
2d9a63b8ef
Auto-generated configs and docs
2020-10-11 21:49:05 +00:00
rusefi
4f74a5fc73
GDI Epic #1448
2020-10-11 17:47:16 -04:00
GitHub set-date Action
13f96c3504
Update date
2020-10-11 00:52:48 +00:00
rusefi
e1621a5b63
poke
2020-10-10 00:07:15 -04:00
GitHub build-firmware Action
c15083efac
Auto-generated configs and docs
2020-10-10 03:36:50 +00:00
David Holdeman
29c2d692ee
Simple transmission 2 ( #1870 )
...
* simple trans controller
* don't need check
* we can loop!
* use efi::size
* pin mode configuration
* set pin mode
* switch to RegisteredOutputPin
* size
* add to makefile
* fixes
* fixes
* wat
* output pin, and ts stuff
* use SimpleTransmissionController
* include
* grrr
* grrr
* move to separate file
* fix includes
* try
* semicolon stupid
* try pointers
* try
* add to makefile
* wat
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* undo
* more idiomatic maybe
* remove logger
* try init func
* try
* try
* try init fn
* try
* switch
* try
* try
* ifndef
* try
* try
* ifndef
* use def dug
* INJECT FIRST
* try
* try
* duh
2020-10-09 23:34:45 -04:00
GitHub set-date Action
b76afc46e4
Update date
2020-10-10 00:50:10 +00:00
GitHub build-firmware Action
2638fb63fa
Auto-generated configs and docs
2020-10-09 21:19:04 +00:00
Matthew Kennedy
83fe9dae77
ign mode overrides ( #1869 )
2020-10-09 17:16:49 -04:00
GitHub build-firmware Action
d1ec5522ac
Auto-generated configs and docs
2020-10-09 06:11:02 +00:00
rusefillc
0a49ea933e
https://rusefi.com/forum/viewtopic.php?f=4&t=1844
2020-10-09 02:08:52 -04:00
GitHub build-firmware Action
0f52622409
Auto-generated configs and docs
2020-10-09 06:07:46 +00:00
rusefillc
ee2a013960
https://rusefi.com/forum/viewtopic.php?f=4&t=1844
2020-10-09 02:05:47 -04:00
Matthew Kennedy
2cb665cc51
Check for sd buffer overrun ( #1867 )
...
* use actual header size
* and the buffer can be a little smaller
2020-10-08 21:02:15 -04:00
GitHub set-date Action
a5d4dedcea
Update date
2020-10-09 00:49:56 +00:00
rusefillc
a71528a458
SD card logs not valid for REO #1864
2020-10-08 20:35:32 -04:00
rusefillc
0726f168cf
SD card logs not valid for REO #1864
2020-10-08 20:17:32 -04:00
rusefillc
e721acc60c
SD card logs not valid for REO #1864
2020-10-08 20:06:07 -04:00
rusefi
b87fb3686f
SD card logs not valid for REO #1864
2020-10-08 17:58:58 -04:00
rusefi
048c7a6025
SD card logs not valid for REO #1864
2020-10-08 17:50:43 -04:00
rusefillc
07a905b1fe
revering functional part of
...
Etb function cfg, try again #1860
try again from #1831
2020-10-08 17:09:00 -04:00
GitHub build-firmware Action
c5d4150377
Auto-generated configs and docs
2020-10-08 18:14:09 +00:00
Matthew Kennedy
1bce3aa4c0
Etb function cfg, try again ( #1860 )
...
* two throttles one thread
* look at all this RAM!
* add enum
* switch from index to function
* test fixup
* improve init logic
* remove old vw idle mode bit
* add config
* better spot for it
* use config init values
* handle null controller array
* fatal error testability
* test new init config
* defaults
* fix for default config
2020-10-08 14:12:03 -04:00
andreika-git
d88c9c404c
Hellen says fix build-signature & usb ( #1866 )
...
* Hellen says merge #1772 hardware.cpp
* Hellen says merge #1772 adc.h
* Hellen says fix build-signature & usb
Co-authored-by: rusefi <rusefillc@gmail.com>
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2020-10-08 12:21:22 -04:00
Matthew Kennedy
24503cd31c
fix fuel pump ( #1865 )
2020-10-07 22:30:24 -04:00
GitHub set-date Action
7098c50592
Update date
2020-10-08 00:41:29 +00:00
Matthew Kennedy
a9e2a5cd1e
fix ( #1863 )
2020-10-07 14:59:24 -04:00
Matthew Kennedy
cb47cde068
switch from float to expected<float> ( #1862 )
2020-10-06 22:33:00 -04:00
Matthew Kennedy
8cff16e797
FSIO refactoring ( #1861 )
...
* better fsio tests
* condense operators
* minor parser cleanup too
* comments, too!
2020-10-06 21:54:49 -04:00
GitHub set-date Action
3ded888df3
Update date
2020-10-07 00:49:32 +00:00
rusefillc
cd4c665ea0
SD enable
2020-10-06 01:15:17 -04:00
rusefillc
5f15b8e48b
tachPulsePerRev needs a safer default, MRE config needs a value
2020-10-06 00:56:49 -04:00
GitHub set-date Action
c49a241993
Update date
2020-10-06 00:48:58 +00:00
Matthew Kennedy
c9fdde4472
remove virtual calls from hot path ( #1857 )
...
* const ref-ify
* no virtual ❌
* even more const
* tests
* fix tests
2020-10-05 16:42:50 -04:00
Matthew Kennedy
5925a5f4bd
const ref-ify trigger ( #1856 )
...
* const ref-ify
* tests
2020-10-05 14:22:59 -04:00
Matthew Kennedy
c885db32f0
use expected for event queue next event ( #1859 )
...
* use expected for event queue next event
* minor cleanup
* tests
2020-10-05 13:53:34 -04:00
Matthew Kennedy
dd6b02d555
we don't need two loops ( #1855 )
2020-10-05 08:57:00 -04:00
Matthew Kennedy
aad5d987a2
pwm perf ( #1858 )
...
* pwm perf
* this trace is now redundant
2020-10-05 08:23:30 -04:00
Matthew Kennedy
86b5edecbc
missing iat ( #1854 )
2020-10-04 21:33:54 -04:00
GitHub set-date Action
d9fb908b4f
Update date
2020-10-05 00:50:15 +00:00
Matthew Kennedy
3aa4f2bd97
trigger decode cleanup and perf ( #1853 )
...
* trigger decode cleanup
* test config ptr patchup
* disable CDM by default
2020-10-04 19:29:26 -04:00
rusefillc
aacb5184ad
get_performance_trace automation
2020-10-04 16:03:35 -04:00
rusefillc
348b387483
Trigger performance: variable gapTrackingLength #1851
...
cool change but looks to have made zero difference
2020-10-04 13:05:49 -04:00
rusefillc
47e094d70c
poke
2020-10-04 12:58:16 -04:00
rusefillc
53ece86a88
fixing Kinetis build
2020-10-04 03:04:01 -04:00
rusefillc
96a126d60f
60/2 perf grab #1850
...
unused parameter
2020-10-04 02:09:12 -04:00
rusefillc
efacf26554
Re-applying #1841
...
Revert "HW CI has failed 11 times since Oct 2 #1849"
This reverts commit 7f6a8311
2020-10-04 01:54:29 -04:00
rusefillc
030ec42ac7
60/2 perf grab #1850
...
a) removing more of stack validating - one validation within the deepest method would be enough
b) un-wrapping main callback loop for explicit order of execution
2020-10-04 01:43:02 -04:00
rusefillc
6b95579706
60/2 perf grab #1850
2020-10-04 01:26:29 -04:00
rusefillc
c9d3d1f01a
60/2 perf grab #1850
2020-10-04 01:04:15 -04:00
rusefillc
e2ca642f97
60/2 perf grab #1850
2020-10-04 00:15:40 -04:00
GitHub build-firmware Action
c047397cf7
Auto-generated configs and docs
2020-10-04 02:02:15 +00:00
rusefillc
367436454d
HW CI has failed 11 times since Oct 2 #1849
...
Revert "ETB function config (#1831 )"
This reverts commit af59c45a
2020-10-03 22:00:00 -04:00
rusefillc
7f6a831117
HW CI has failed 11 times since Oct 2 #1849
...
Revert "configure all sample times - fix MRE knock sampling (#1841 )"
This reverts commit b3596f89
2020-10-03 21:36:09 -04:00
rusefillc
9273659d69
Merge remote-tracking branch 'origin/master' into master
2020-10-03 20:53:29 -04:00
rusefillc
a9d669ba83
HW CI has failed 11 times since Oct 2 #1849
2020-10-03 20:53:23 -04:00
GitHub set-date Action
ed60cd3bce
Update date
2020-10-04 00:51:05 +00:00
rusefillc
dd7dd3b8eb
HW CI has failed 11 times since Oct 2 #1849
2020-10-03 20:25:37 -04:00
rusefillc
dce24274a2
HW CI has failed 11 times since Oct 2 #1849
2020-10-03 19:45:39 -04:00
GitHub build-firmware Action
17c87dbd90
Auto-generated configs and docs
2020-10-03 23:29:56 +00:00
rusefillc
246e3b6032
HW CI has failed 11 times since Oct 2 #1849
2020-10-03 19:28:21 -04:00
GitHub build-firmware Action
2c0db8e970
Auto-generated configs and docs
2020-10-03 14:42:14 +00:00
rusefillc
5cf8ce1db8
Merge remote-tracking branch 'origin/master' into master
2020-10-03 10:39:54 -04:00
rusefillc
e5b8e0e515
new VVT trigger shape? #1847
2020-10-03 10:39:43 -04:00
GitHub build-firmware Action
71d603bcc9
Auto-generated configs and docs
2020-10-03 14:27:55 +00:00
rusefillc
3083d729e8
new VVT trigger shape? #1847
2020-10-03 10:26:05 -04:00
GitHub build-firmware Action
4c403fbb22
Auto-generated configs and docs
2020-10-03 14:06:31 +00:00
rusefillc
98139e26ef
https://rusefi.com/forum/viewtopic.php?p=38001#p38001
2020-10-03 10:04:04 -04:00
GitHub build-firmware Action
1b37b2a0b8
Auto-generated configs and docs
2020-10-03 00:52:49 +00:00
Matthew Kennedy
af59c45adb
ETB function config ( #1831 )
...
* two throttles one thread
* look at all this RAM!
* add enum
* switch from index to function
* test fixup
* improve init logic
* remove old vw idle mode bit
* add config
* better spot for it
* use config init values
* handle null controller array
* fatal error testability
* test new init config
* defaults
* fix for default config
2020-10-02 20:51:02 -04:00
Matthew Kennedy
b3596f8969
configure all sample times - fix MRE knock sampling ( #1841 )
...
* configure all sample times
* smpr 1 vs smpr 2
* man I can't type
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-10-02 20:49:56 -04:00
GitHub set-date Action
20312b0009
Update date
2020-10-03 00:47:49 +00:00
GitHub build-firmware Action
4eb2d8b42c
Auto-generated configs and docs
2020-10-02 18:35:16 +00:00
rusefillc
1436ad660f
https://rusefi.com/forum/viewtopic.php?p=37989#p37989
2020-10-02 14:33:19 -04:00
GitHub set-date Action
c40228d77e
Update date
2020-10-02 00:47:06 +00:00
Matthew Kennedy
c8b4fac456
move scheduling to its own file ( #1842 )
...
* move scheduling to its own file
* header
* protip don't include a cpp file
2020-10-01 17:55:03 -04:00
Matthew Kennedy
a05b06f5f0
print red ( #1843 )
2020-10-01 17:14:25 -04:00
Matthew Kennedy
fb85082e01
switch ( #1839 )
...
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-10-01 01:36:33 -04:00
GitHub build-firmware Action
7a9a623b07
Auto-generated configs and docs
2020-10-01 04:06:05 +00:00
rusefi
1ed7d0579b
making error codes available
2020-10-01 00:03:54 -04:00
GitHub set-date Action
d9713c84a4
Update date
2020-10-01 00:49:04 +00:00
GitHub build-firmware Action
90b8c991da
Auto-generated configs and docs
2020-10-01 00:21:49 +00:00
Matthew Kennedy
6ac9aad358
display base fuel mass in milligrams ( #1838 )
...
* switch to mg
* use the correct thing
* gauge scaling
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-09-30 20:19:51 -04:00
GitHub build-firmware Action
476c55fd4e
Auto-generated configs and docs
2020-09-30 23:20:30 +00:00
Matthew Kennedy
c96b05fb47
show SD menu on proteus ( #1837 )
...
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-09-30 19:18:37 -04:00
GitHub set-date Action
33ddf08e1d
Update date
2020-09-30 00:47:11 +00:00
rusefi
a0ee746837
Cypress artifact needs .hex file #1835
2020-09-29 18:50:51 -04:00
David Holdeman
0359e17853
add hex to bundle ( #1836 )
2020-09-29 17:04:41 -04:00
GitHub build-firmware Action
5f72947d6f
Auto-generated configs and docs
2020-09-29 10:36:50 +00:00
Matthew Kennedy
16bfd39bac
Remove dead & useless config ( #1834 )
...
* remove dead config
* remove enum
2020-09-29 06:34:39 -04:00
GitHub build-firmware Action
6b7c42b85e
Auto-generated configs and docs
2020-09-29 01:41:06 +00:00
David Holdeman
d6bc2a70e7
transmission solenoid control ( #1833 )
...
* simple trans controller
* don't need check
* we can loop!
* use efi::size
* pin mode configuration
* set pin mode
* switch to RegisteredOutputPin
* size
2020-09-28 21:39:03 -04:00
GitHub build-firmware Action
fb2fa9aa62
Auto-generated configs and docs
2020-09-29 01:20:53 +00:00
rusefi
23e0851101
adding 1+16 trigger
2020-09-28 21:18:47 -04:00
rusefi
c2efe95ee0
refactoring: magic constants
2020-09-28 21:11:04 -04:00
GitHub build-firmware Action
27570472cc
Auto-generated configs and docs
2020-09-29 01:07:43 +00:00
rusefi
0a6e79217b
removing third copy of same values
2020-09-28 21:05:20 -04:00
rusefi
53412d1dd9
Merge remote-tracking branch 'origin/master' into master
2020-09-28 20:59:58 -04:00
rusefi
1adc9444a8
removing third copy of same values
2020-09-28 20:58:21 -04:00
GitHub set-date Action
fbc25ecca4
Update date
2020-09-29 00:46:48 +00:00
David Holdeman
4d0b953129
switch to pass by reference ( #1832 )
2020-09-28 19:17:17 -04:00
David Holdeman
ae9c60731a
move cd statements to common_make.sh ( #1830 )
...
* move cd to compile.sh
* rel path
* undo changes to compile.sh and move cd to common_make
2020-09-28 18:25:15 -04:00
GitHub build-firmware Action
589acfc7db
Auto-generated configs and docs
2020-09-28 20:34:48 +00:00
Matthew Kennedy
f1c04efefa
replace ETB index with function enum ( #1807 )
...
* two throttles one thread
* look at all this RAM!
* add enum
* switch from index to function
* test fixup
* improve init logic
* remove old vw idle mode bit
2020-09-28 16:33:07 -04:00
GitHub build-firmware Action
c8c673b8e0
Auto-generated configs and docs
2020-09-28 18:47:21 +00:00
Matthew Kennedy
747e78088b
add analog inputs to switches ( #1829 )
...
* add analog in to switches
* also clarify boost cut pressure
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-09-28 14:45:23 -04:00
GitHub set-date Action
55e26836f1
Update date
2020-09-28 00:47:27 +00:00
rusefi
1d884a1855
docs
2020-09-27 11:37:26 -04:00
GitHub build-firmware Action
17fc77de71
Auto-generated configs and docs
2020-09-27 15:03:29 +00:00
rusefillc
d74a5100a7
Update rusefi_config.txt
2020-09-27 11:01:42 -04:00
rusefillc
50cf29127f
Update gen_config.sh
2020-09-27 11:01:06 -04:00
rusefi
0510e5c36d
Hellen gen_config #1823 poke
2020-09-27 10:42:01 -04:00
andreika-git
519e02f7a2
Hellen says fix gen_enum_to_string & gen_config ( #1825 )
...
* Hellen says merge #1772 hardware.cpp
* Hellen says merge #1772 adc.h
* Hellen says fix gen_enum_to_string & gen_config
Co-authored-by: rusefi <rusefillc@gmail.com>
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2020-09-27 10:40:37 -04:00
David Holdeman
6c9a14933e
cd back ( #1826 )
2020-09-27 10:40:18 -04:00
rusefi
4fdbd9fa1a
Merge remote-tracking branch 'origin/master' into master
2020-09-27 10:15:08 -04:00
rusefi
a1eeef0937
dead code
2020-09-27 10:14:46 -04:00
GitHub build-firmware Action
6ddaa0a334
Auto-generated configs and docs
2020-09-27 13:59:42 +00:00
rusefi
b418edc5a8
Hellen gen_config #1823 poke
2020-09-27 09:57:52 -04:00
andreika-git
d299f13bec
Hellen says fix gen_config for Cypress ( #1824 )
...
* Hellen says merge #1772 hardware.cpp
* Hellen says merge #1772 adc.h
* Hellen says fix gen_config for Cypress
* Hellen says fix gen_config actions for Cypress
* Hellen says reset .h files
Co-authored-by: rusefi <rusefillc@gmail.com>
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2020-09-27 09:56:44 -04:00
GitHub build-firmware Action
bf6b9e3bb2
Auto-generated configs and docs
2020-09-27 12:51:50 +00:00
rusefi
0a15b911e8
Hellen config build - poke
2020-09-27 08:50:12 -04:00
rusefi
d046b507a7
Hellen config build
2020-09-27 08:21:33 -04:00
rusefi
0e24f9c5af
Output pin init/deinit needs a linked list #1803
2020-09-27 07:58:22 -04:00
rusefi
eae7995782
Output pin init/deinit needs a linked list #1803
2020-09-27 07:48:38 -04:00
GitHub build-firmware Action
f5b1157d05
Auto-generated configs and docs
2020-09-27 11:38:53 +00:00
rusefi
cf7c946c51
Output pin init/deinit needs a linked list #1803
2020-09-27 07:37:43 -04:00
rusefi
97982cc22f
Output pin init/deinit needs a linked list #1803
2020-09-27 07:26:56 -04:00
rusefi
0b628cea75
Output pin init/deinit needs a linked list #1803
2020-09-27 07:22:09 -04:00
rusefi
8585767562
cypress into GHA #1819
...
code style match
2020-09-27 07:07:01 -04:00
rusefi
1146f2db3a
cypress into GHA #1819
2020-09-27 06:53:40 -04:00
rusefi
f19ccef78c
cypress into GHA #1819
2020-09-27 06:48:31 -04:00
rusefi
208670c3d5
cypress into GHA #1819
2020-09-27 06:43:32 -04:00
rusefi
a801ecef16
cypress into GHA #1819
2020-09-27 06:27:50 -04:00
rusefi
553f4230a6
cypress into GHA #1819
2020-09-27 06:13:58 -04:00
andreika-git
f5ec67a329
Hellen says Cypress build fix (usbdevice.h) ( #1821 )
...
* Hellen says merge #1772 hardware.cpp
* Hellen says merge #1772 adc.h
* UsbDevice.h -> usbdevice.h
* build_cypress -> build
Co-authored-by: rusefi <rusefillc@gmail.com>
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2020-09-27 05:49:25 -04:00
David Holdeman
5e52f2da60
Cypress CI ( #1820 )
...
* try cypress in matrix
* add empty files
* underscore
2020-09-26 22:13:39 -04:00
GitHub set-date Action
7e4644249e
Update date
2020-09-27 00:48:28 +00:00
rusefi
1e503c2ada
Output pin init/deinit needs a linked list #1803
...
more fun around pin referencing
2020-09-26 05:04:27 -04:00
rusefi
074dbe501a
Hellen says merge #1772
2020-09-26 04:13:02 -04:00
GitHub set-date Action
4b661ef929
Update date
2020-09-26 00:45:57 +00:00
GitHub set-date Action
6d3c488f2b
Update date
2020-09-25 00:46:43 +00:00
GitHub set-date Action
4be3582142
Update date
2020-09-24 00:46:48 +00:00
andreika-git
6e5a3fbbe9
Hellen says fix cypress build ( #1818 )
...
* fix compilation
* fresh generated files
* more files
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2020-09-23 14:06:22 -04:00
GitHub set-date Action
1491a0c229
Update date
2020-09-23 00:45:21 +00:00
GitHub build-firmware Action
a5aedf9967
Auto-generated configs and docs
2020-09-22 20:27:30 +00:00
shadowm60
8d8e8ec260
Launch control - experimental ( #1816 )
...
* Update tachometer.cpp
Initial implementation of E30 M3 Tach output solution #907 , unit_test plus debugging next
* tacho unit tests
First successfull unit test for tachometer
* RAM adjustment so it would link
* refactoring tacho, broken!
* starting to make some progress...still fails after a few seconds
* Rework with SW PWM
* Update after code review
* unit_test update
* First working unit_test
* Update .gitignore
* Update engine_controller.cpp
* Update engine_controller.cpp
* Update tachometer.h
* Update test_tacho.cpp
* Switched UART DMA on
* Revert "Switched UART DMA on"
This reverts commit 4a23974c431e0e7fd760595d2161e74e6854897e.
* enable launch control
make use of already existent code + integration
* Delete compile_frankenso_all.sh
remove it since it is not part of the project
* Update main_trigger_callback.cpp
broke unit_Tests
Co-authored-by: rusefi <rusefi@users.noreply.github.com>
2020-09-22 16:25:27 -04:00
GitHub build-firmware Action
2614020c6b
Auto-generated configs and docs
2020-09-22 09:29:44 +00:00
rusefi
1031f8b07a
Merge remote-tracking branch 'origin/master' into master
2020-09-22 05:27:25 -04:00
rusefi
5c458a5ed5
https://rusefi.com/forum/viewtopic.php?f=3&t=1523
...
disabling second channel for one more trigger
2020-09-22 05:25:11 -04:00
GitHub build-firmware Action
91ea6cd91b
Auto-generated configs and docs
2020-09-22 08:59:31 +00:00
rusefi
905a811b52
https://rusefi.com/forum/viewtopic.php?f=3&t=1523
...
refactoring
2020-09-22 04:57:43 -04:00
rusefi
ab41bccd21
helping CI
2020-09-22 04:57:07 -04:00
GitHub build-firmware Action
cc3381c175
Auto-generated configs and docs
2020-09-22 07:49:56 +00:00
shadowm60
a70e24bf6c
Mre sw knock detection ( #1815 )
...
* Add SW knock control to MRE on AT4
* Update software_knock.cpp
cleanup
* use knock only for final build
* adjust RAM
* Update engine_controller.cpp
Adjust RAM for HW QC special to build
2020-09-22 03:48:17 -04:00
GitHub set-date Action
900842da16
Update date
2020-09-22 00:45:38 +00:00
David Holdeman
181113ff17
Fix debounce ( #1814 )
...
* 1,2,4,7,9
* 6
* fix type mismatch
* change field
* comment
* Revert "comment"
This reverts commit f7ce8ed48d015490ed82d692270198817569b5a3.
* Revert "Revert "comment""
This reverts commit 99f2d5cadcbf444bf58acf9e57a6fed61355d5be.
* Revert "change field"
This reverts commit 55ec050cd947696cdffccae6b29fe48d95ab5f17.
* rename var
* comments
* use func in init
* default values
* remove redundant check
* check
* use bool
* mark false when done
* pointer
* check GPIO_UNASSIGNED
* wat
* merge carnage
* oops, accidentally downgraded submodule
2020-09-21 18:25:24 -04:00
rusefi
2d771018e8
unit test for start/stop hardware and pin repository #1811
2020-09-21 12:29:01 -04:00
rusefi
c957541cf4
ADC progress
2020-09-21 06:10:25 -04:00
Matthew Kennedy
df551d77fb
move AEM xseries lambda to new sensor ( #1764 )
...
* lambda sens
* fix init
* new sensor aem
* comment
* g
* format
* x
* guard
* fix init for tests
* fix
* put back
* put back
* fix
* fix init
* why is this different
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-09-21 06:01:54 -04:00
shadowm60
f2edf843e5
Update can_vss.cpp ( #1813 )
...
update vss reading from can
2020-09-21 05:55:09 -04:00
Matthew Kennedy
2ee9e837bb
guard against ADC buffer overrun ( #1812 )
2020-09-21 12:37:51 +03:00
GitHub set-date Action
8bb5ffba05
Update date
2020-09-21 00:46:18 +00:00
rusefi
33eef982d1
reorder ADC channel index #1763
...
we forgot about something
2020-09-20 14:20:08 -04:00
rusefi
749c3e5f1d
Merge remote-tracking branch 'origin/master' into master
2020-09-20 14:04:33 -04:00
rusefi
e69167c8f0
Revert "reorder ADC channel index #1763"
...
This reverts commit 67bc72eb
2020-09-20 14:04:24 -04:00
David Holdeman
68012c18b7
Debounce refactor ( #1809 )
...
* 1,2,4,7,9
* 6
* fix type mismatch
* change field
* comment
* Revert "comment"
This reverts commit f7ce8ed48d015490ed82d692270198817569b5a3.
* Revert "Revert "comment""
This reverts commit 99f2d5cadcbf444bf58acf9e57a6fed61355d5be.
* Revert "change field"
This reverts commit 55ec050cd947696cdffccae6b29fe48d95ab5f17.
* rename var
* comments
* use func in init
* default values
* remove redundant check
2020-09-20 14:01:00 -04:00
rusefi
67bc72ebd3
reorder ADC channel index #1763
...
we forgot about something
2020-09-20 13:59:54 -04:00
GitHub build-firmware Action
f5114d7f1b
Auto-generated configs and docs
2020-09-20 17:45:00 +00:00
rusefi
5e265dd8ea
Merge remote-tracking branch 'origin/master' into master
2020-09-20 13:42:53 -04:00
rusefi
c6d0ddec40
reorder ADC channel index #1763
...
we forgot about something
2020-09-20 13:42:37 -04:00
GitHub set-date Action
ec7de00cd4
Update date
2020-09-20 00:46:52 +00:00
GitHub build-firmware Action
02f8c8e470
Auto-generated configs and docs
2020-09-19 21:19:20 +00:00
David Holdeman
8ebdf6fcdc
fix type mismatch ( #1808 )
...
* fix type mismatch
* comment
* change field
* switch to efitimesec16_t
* add typedef
* add type to configdefinition
* build
2020-09-19 17:17:44 -04:00
rusefi
5515dc1abe
better QC procedure
2020-09-19 16:07:09 -04:00
rusefi
96ec6ef9ac
better QC procedure
2020-09-19 04:57:07 -04:00
rusefi
1657e499ce
better QC procedure
2020-09-19 04:39:32 -04:00
rusefi
b91a656a51
docs
2020-09-19 04:38:59 -04:00
Matthew Kennedy
c1699d91d0
fix closed loop fuel ( #1797 )
...
* fix
* add a test
* signature
2020-09-19 03:44:01 -04:00
GitHub set-date Action
d988bdca9f
Update date
2020-09-19 00:44:27 +00:00
Matthew Kennedy
1fc55da3ca
two throttles one thread ( #1806 )
...
* two throttles one thread
* look at all this RAM!
2020-09-18 13:47:49 -04:00
rusefi
dfbbdff4b1
Output pin init/deinit needs a linked list #1803
2020-09-18 13:29:17 -04:00
rusefi
fbdd1b0cb0
Merge remote-tracking branch 'origin/master' into master
2020-09-18 13:01:23 -04:00
rusefi
35db68a6ae
Output pin init/deinit needs a linked list #1803
2020-09-18 13:01:09 -04:00
GitHub build-firmware Action
7d0aa5827d
Auto-generated configs and docs
2020-09-18 07:05:55 +00:00
Matthew Kennedy
3d6a6398ac
Dedicated sensors for wastegate + idle position ( #1805 )
...
* config
* add sensor
* listen to new adc channels
* fix
* add gauges to TS
* add gauge values
* TS UI
2020-09-18 10:04:07 +03:00
rusefi
6c88cbe533
Output pin init/deinit needs a linked list #1803
2020-09-17 19:41:28 -04:00
rusefi
599d3458ba
Merge remote-tracking branch 'origin/master' into master
2020-09-17 19:35:59 -04:00
rusefi
c37e1c8b70
Output pin config #1803
...
alternative to #1800
2020-09-17 19:35:43 -04:00
GitHub build-firmware Action
794a8fed09
Auto-generated configs and docs
2020-09-17 11:57:18 +00:00
rusefi
1c3730eed0
Merge remote-tracking branch 'origin/master' into master
2020-09-17 07:54:29 -04:00
rusefi
630274d6bd
Hellen says it has more ADC channels
2020-09-17 03:59:50 -04:00
GitHub set-date Action
cb78c2ab08
Update date
2020-09-17 00:44:12 +00:00
GitHub set-date Action
fd505c6c30
Update date
2020-09-16 00:44:01 +00:00
rusefi
38e38c82b5
Hellen says merge #1772 hardware.cpp
2020-09-15 15:01:31 -04:00
rusefi
78b65ea8aa
Merge remote-tracking branch 'origin/master' into master
2020-09-15 14:49:01 -04:00
andreika-git
45c43bb6fd
porting adc_inputs.cpp (blindly) ( #1792 )
...
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2020-09-15 14:48:32 -04:00
GitHub build-firmware Action
331626864c
Auto-generated configs and docs
2020-09-15 08:35:57 +00:00
David Holdeman
d761f523a0
add shift matrix and pin config ( #1798 )
...
* add shift matrix and pin config
* try
2020-09-15 11:34:09 +03:00
GitHub set-date Action
837fd920e4
Update date
2020-09-15 00:44:08 +00:00
Matthew Kennedy
2a1e2c53e3
proteus SD card defaults ( #1796 )
...
* proteus SD defaults
* disable serial console pins
2020-09-14 10:54:25 +03:00
rusefi
e3056bb397
Engine runs we can disengage the starter #1795
2020-09-14 00:45:15 -04:00
GitHub set-date Action
df4b156b64
Update date
2020-09-14 00:44:19 +00:00
Matthew Kennedy
97cb9f45bd
logging simplification: switch bare functions to member functions: try the second ( #1794 )
...
* first pass
* first pass
* const means we don't have to check!
* static
* test fixup
* fix sniffer
2020-09-13 11:49:25 +03:00
GitHub set-date Action
63dfc66d48
Update date
2020-09-13 00:45:25 +00:00
David Holdeman
d703185f16
Cypress script ( #1793 )
...
* convert script
* fix extension
2020-09-12 16:54:40 +03:00
rusefi
256a4a2637
Revert "logging simplification: switch bare functions to member functions ( #1788 )"
...
This reverts commit d941bdc5
2020-09-12 04:36:24 -04:00
rusefi
a96b74b086
removing custom path
2020-09-12 04:09:19 -04:00
rusefi
893de62fe6
Merge remote-tracking branch 'origin/master' into master
2020-09-12 04:03:23 -04:00
rusefi
958538e5aa
Hellen says merge #1772 adc.h
2020-09-12 04:03:11 -04:00
GitHub build-firmware Action
bb9db5b935
Auto-generated configs and docs
2020-09-12 07:37:31 +00:00
Matthew Kennedy
6629a2dea4
remove ( #1789 )
2020-09-12 10:35:49 +03:00
GitHub set-date Action
d2b6eedc3e
Update date
2020-09-12 00:42:56 +00:00
GitHub build-firmware Action
a5e74e04d4
Auto-generated configs and docs
2020-09-12 00:22:40 +00:00
David Holdeman
b1a69ff923
some documentation improvements ( #1787 )
2020-09-11 20:20:37 -04:00
Matthew Kennedy
d941bdc502
logging simplification: switch bare functions to member functions ( #1788 )
...
* first pass
* first pass
* const means we don't have to check!
* static
* test fixup
2020-09-12 03:08:11 +03:00
rusefi
a0cd451c5d
Hellen says let's fix Prometheus part #3
2020-09-11 08:25:42 -04:00
rusefi
ae27051ef5
Hellen says let's fix Prometheus
2020-09-11 07:51:49 -04:00
rusefi
f98620e158
Hellen says let's fix Prometheus
2020-09-11 07:19:04 -04:00
rusefi
cf90ed125e
Hellen says let's fix master
2020-09-11 07:05:32 -04:00
rusefi
98fa9dd6de
Merge remote-tracking branch 'origin/Hellen_fork_point' into master
...
# Conflicts:
# firmware/console/binary/tunerstudio_io.cpp
# firmware/console/console_io.cpp
2020-09-11 05:54:21 -04:00
rusefi
4463253a6d
Hellen says merge #1772 TS
2020-09-11 05:50:48 -04:00