GitHub build-firmware Action
061ca7f137
Auto-generated configs and docs
2020-11-05 20:37:03 +00:00
GitHub build-firmware Action
9a01d3a4a0
Auto-generated configs and docs
2020-11-05 13:06:37 +00:00
GitHub build-firmware Action
afacf7eb1b
Auto-generated configs and docs
2020-11-04 17:46:41 +00: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
GitHub build-firmware Action
885d28e0e4
Auto-generated configs and docs
2020-11-03 17:20:50 +00:00
GitHub build-firmware Action
b37f9a0e24
Auto-generated configs and docs
2020-11-03 16:39:27 +00:00
GitHub build-firmware Action
06d4e727c8
Auto-generated configs and docs
2020-11-03 15:53:22 +00:00
GitHub build-firmware Action
307c3fece1
Auto-generated configs and docs
2020-10-31 21:54:50 +00:00
GitHub build-firmware Action
1cb2cd6094
Auto-generated configs and docs
2020-10-30 21:44:34 +00:00
GitHub build-firmware Action
5d410e94f9
Auto-generated configs and docs
2020-10-29 19:28:08 +00:00
GitHub build-firmware Action
8d0c537533
Auto-generated configs and docs
2020-10-28 05:06:20 +00:00
GitHub build-firmware Action
60532606c1
Auto-generated configs and docs
2020-10-28 04:18:04 +00:00
GitHub build-firmware Action
6d10f2fb61
Auto-generated configs and docs
2020-10-27 12:24:46 +00:00
GitHub build-firmware Action
733be969ad
Auto-generated configs and docs
2020-10-26 22:17:20 +00:00
GitHub build-firmware Action
d5c929f5ba
Auto-generated configs and docs
2020-10-26 11:25:24 +00:00
GitHub build-firmware Action
ac9b8fee45
Auto-generated configs and docs
2020-10-26 02:28:28 +00:00
Matthew Kennedy
5a810218aa
fix MRE digital input mapping ( #1910 )
2020-10-25 19:26:04 -04:00
GitHub build-firmware Action
27207dde9c
Auto-generated configs and docs
2020-10-23 19:48:01 +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
GitHub build-firmware Action
82587e97cf
Auto-generated configs and docs
2020-10-23 11:33:40 +00: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
Matthew Kennedy
e0bb7ad581
disable i2c, other unused features ( #1891 )
...
* dead
* more
2020-10-20 22:24:32 -04:00
rusefi
580872d88e
VAG radiator control
2020-10-19 23:25:23 -04:00
GitHub build-firmware Action
dbf3b68e33
Auto-generated configs and docs
2020-10-19 12:06:22 +00:00
rusefillc
665900d76a
GDI Epic #1448
2020-10-17 14:53:56 -04:00
GitHub build-firmware Action
99923b17b7
Auto-generated configs and docs
2020-10-11 23:07:39 +00:00
GitHub build-firmware Action
2d9a63b8ef
Auto-generated configs and docs
2020-10-11 21:49:05 +00:00
GitHub build-firmware Action
c15083efac
Auto-generated configs and docs
2020-10-10 03:36:50 +00:00
GitHub build-firmware Action
2638fb63fa
Auto-generated configs and docs
2020-10-09 21:19:04 +00:00
GitHub build-firmware Action
d1ec5522ac
Auto-generated configs and docs
2020-10-09 06:11:02 +00:00
GitHub build-firmware Action
0f52622409
Auto-generated configs and docs
2020-10-09 06:07:46 +00:00
GitHub build-firmware Action
c5d4150377
Auto-generated configs and docs
2020-10-08 18:14:09 +00: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
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
GitHub build-firmware Action
c047397cf7
Auto-generated configs and docs
2020-10-04 02:02:15 +00: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
GitHub build-firmware Action
17c87dbd90
Auto-generated configs and docs
2020-10-03 23:29:56 +00:00
GitHub build-firmware Action
2c0db8e970
Auto-generated configs and docs
2020-10-03 14:42:14 +00:00
GitHub build-firmware Action
71d603bcc9
Auto-generated configs and docs
2020-10-03 14:27:55 +00:00
GitHub build-firmware Action
4c403fbb22
Auto-generated configs and docs
2020-10-03 14:06:31 +00:00
GitHub build-firmware Action
1b37b2a0b8
Auto-generated configs and docs
2020-10-03 00:52:49 +00: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 build-firmware Action
7a9a623b07
Auto-generated configs and docs
2020-10-01 04:06:05 +00:00
GitHub build-firmware Action
90b8c991da
Auto-generated configs and docs
2020-10-01 00:21:49 +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
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
GitHub build-firmware Action
fb2fa9aa62
Auto-generated configs and docs
2020-09-29 01:20:53 +00:00
GitHub build-firmware Action
27570472cc
Auto-generated configs and docs
2020-09-29 01:07:43 +00: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
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
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
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
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
GitHub build-firmware Action
f5b1157d05
Auto-generated configs and docs
2020-09-27 11:38:53 +00:00
rusefi
8585767562
cypress into GHA #1819
...
code style match
2020-09-27 07:07:01 -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
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 build-firmware Action
91ea6cd91b
Auto-generated configs and docs
2020-09-22 08:59:31 +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
rusefi
c957541cf4
ADC progress
2020-09-21 06:10:25 -04:00
rusefi
e69167c8f0
Revert "reorder ADC channel index #1763"
...
This reverts commit 67bc72eb
2020-09-20 14:04:24 -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
GitHub build-firmware Action
02f8c8e470
Auto-generated configs and docs
2020-09-19 21:19:20 +00:00
GitHub build-firmware Action
7d0aa5827d
Auto-generated configs and docs
2020-09-18 07:05:55 +00:00
GitHub build-firmware Action
794a8fed09
Auto-generated configs and docs
2020-09-17 11:57:18 +00:00
GitHub build-firmware Action
331626864c
Auto-generated configs and docs
2020-09-15 08:35:57 +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
David Holdeman
d703185f16
Cypress script ( #1793 )
...
* convert script
* fix extension
2020-09-12 16:54:40 +03:00
rusefi
a96b74b086
removing custom path
2020-09-12 04:09:19 -04:00
GitHub build-firmware Action
bb9db5b935
Auto-generated configs and docs
2020-09-12 07:37:31 +00:00
GitHub build-firmware Action
a5e74e04d4
Auto-generated configs and docs
2020-09-12 00:22:40 +00:00
rusefi
31befbb7d8
Merge remote-tracking branch 'origin/Hellen_fork_point' into master
...
# Conflicts:
# firmware/config/boards/common_make.bat
# firmware/controllers/algo/engine.cpp
# firmware/controllers/system_fsio.txt
2020-09-11 03:59:06 -04:00
rusefi
24d91947a6
Hellen says merge #1772 fast ADC
2020-09-11 03:54:07 -04:00
GitHub build-firmware Action
24c4b0a446
Auto-generated configs and docs
2020-09-11 02:18:18 +00:00
David Holdeman
337106cd24
DebounceButton A/C switch ( #1782 )
...
* change acSwitch name, add mode
* fix
* remove some adc stuff
* remove some adc stuff
* semicolon stupid
* left behind
* add readpinstate
* wrong var name
* add functions back
* fix name
* bool, not void, plus fix name
* move
* not sure what I broke
* try setMockValue
* namespace
* whoops missed one
* switch values because adc was set up for pullup
* try 5
* comment for now
* comment for now
* uncomment tests, add function to mock, add mock to efiReadPin
* fixes
* for F's sake
* if
* add defy
* pass params
* use ASSERT_TRUE/FALSE
* advance time
* remove ifdef from readPin
* try moving if
* move to separate func
* move extern
* move include
* try engine_test_helper
* am confuse
* move func to else
* include hal
* add efi prod check
* remove include
* try extern
* move include
* semicolon stupid
* move extern again
* include
* move mockPinStates
* size
* add if
* add comment
* clean on instantiation
2020-09-10 22:16:20 -04:00
rusefi
3ca3022683
Hellen says merge #1772 getting closer?
2020-09-10 21:12:25 -04:00
rusefi
4a06a67f60
Hellen says merge #1772 getting closer?
2020-09-10 21:09:19 -04:00
GitHub build-firmware Action
28ee902c62
Auto-generated configs and docs
2020-09-09 20:54:16 +00:00
Matthew Kennedy
d2d0ffa1ee
remove tach output pin ( #1779 )
...
* remove from cfg
* cfg
* rip out impl
* efi gpio
2020-09-09 16:52:23 -04:00
GitHub build-firmware Action
e4775814a3
Auto-generated configs and docs
2020-09-09 20:28:47 +00:00
GitHub build-firmware Action
8188ab7d90
Auto-generated configs and docs
2020-09-09 06:44:30 +00:00
GitHub build-firmware Action
67c6a2750c
Auto-generated configs and docs
2020-09-07 21:06:55 +00:00
rusefi
0c1ac0c932
microRusEFI used as Body Control Module BCM BCU
2020-09-07 16:25:00 -04:00
rusefi
8cd1bb8656
Hellen says hi to Kinetis
2020-09-07 16:08:05 -04:00
rusefi
e9c273d925
Merge remote-tracking branch 'origin/Hellen_fork_point' into master
...
# Conflicts:
# firmware/config/boards/kinetis/efifeatures.h
# firmware/config/boards/prometheus/efifeatures.h
# firmware/config/boards/skeleton/efifeatures.h
# firmware/config/boards/subaru-ej20gn/efifeatures.h
# firmware/config/stm32f4ems/efifeatures.h
# firmware/config/stm32f7ems/efifeatures.h
2020-09-07 15:32:15 -04:00
rusefi
d424720ceb
Hellen says merge #1772 efifeatures
2020-09-07 15:27:29 -04:00
rusefi
375e3b6bcc
Hellen says Cypress
2020-09-07 11:32:02 -04:00
rusefi
91a0942551
Hellen says Cypress
2020-09-07 11:28:51 -04:00
GitHub build-firmware Action
895fc1c9ff
Auto-generated configs and docs
2020-09-07 14:49:54 +00:00
GitHub build-firmware Action
903e8d4d69
Auto-generated configs and docs
2020-09-07 14:17:40 +00:00
rusefi
8296f54923
microRusEFI used as Body Control Module BCM BCU
2020-09-06 22:36:31 -04:00
GitHub build-firmware Action
f010e8555d
Auto-generated configs and docs
2020-09-06 22:26:54 +00:00
Matthew Kennedy
0e14e51179
reorder ADC channel index ( #1763 )
...
* change config
* correct logic
* clearing these no longer needed
* test expected this to be set
2020-09-06 18:25:26 -04:00
GitHub build-firmware Action
4c129621c1
Auto-generated configs and docs
2020-09-06 04:28:39 +00:00
GitHub build-firmware Action
c6941faa2f
Auto-generated configs and docs
2020-09-06 04:08:32 +00:00
GitHub build-firmware Action
9faeb9c142
Auto-generated configs and docs
2020-09-06 03:38:02 +00:00
GitHub build-firmware Action
48abf2c586
Auto-generated configs and docs
2020-09-04 03:29:50 +00:00
rusefi
5d739d8976
migrate VSS to universal event capture #1665
...
docs
2020-09-03 11:56:15 -04:00
GitHub build-firmware Action
6a9317661e
Auto-generated configs and docs
2020-09-02 19:41:23 +00:00
GitHub build-firmware Action
c4db3416b9
Auto-generated configs and docs
2020-09-02 19:34:30 +00:00
GitHub build-firmware Action
e287a4e211
Auto-generated configs and docs
2020-09-02 11:22:59 +00:00
Matthew Kennedy
484f1ba5a0
Multiple knock sensors ( #1745 )
...
* fw
* cfg fields
* fix order
* ui for channel select
* clarify
* comments
* config
2020-09-02 07:19:02 -04:00
dron0gus
182747e907
Adc cleanups ( #1743 )
...
* ADC: remove ADC_TwoSamplingDelay*
1. it is related to double or triple interlived mode only
2. it should be writen to CCR register, not CR1
* ADC: use designated initializers
2020-09-01 07:38:35 -04:00
rusefi
ec3ec9f40b
price of lazy progress
2020-08-31 20:56:46 -04:00
GitHub build-firmware Action
6d2a8f3da9
Auto-generated configs and docs
2020-08-30 19:40:34 +00:00
GitHub build-firmware Action
a3eb7f6dd0
Auto-generated configs and docs
2020-08-30 19:35:14 +00:00
GitHub build-firmware Action
118065d318
Auto-generated configs and docs
2020-08-30 18:29:40 +00:00
GitHub build-firmware Action
992f391d49
Auto-generated configs and docs
2020-08-29 22:58:41 +00:00
GitHub build-firmware Action
14a2b6abad
Auto-generated configs and docs
2020-08-29 22:00:40 +00:00
GitHub build-firmware Action
59d5c257ba
Auto-generated configs and docs
2020-08-29 21:47:22 +00:00
GitHub build-firmware Action
0d30f157c4
Auto-generated configs and docs
2020-08-29 21:03:44 +00:00
GitHub build-firmware Action
41d31fc692
Auto-generated configs and docs
2020-08-29 20:46:27 +00:00
GitHub build-firmware Action
14d41c428b
Auto-generated configs and docs
2020-08-29 19:36:35 +00:00
GitHub build-firmware Action
857af960d8
Auto-generated configs and docs
2020-08-29 19:09:20 +00:00
GitHub build-firmware Action
74249a7834
Auto-generated configs and docs
2020-08-29 19:02:55 +00:00
GitHub build-firmware Action
136fe30c91
Auto-generated configs and docs
2020-08-29 13:42:30 +00:00
GitHub build-firmware Action
900c99f704
Auto-generated configs and docs
2020-08-29 01:15:45 +00:00
Matthew Kennedy
1a55085bb6
Software knock detection ( #1730 )
...
* s
* science
* set pin mode
* turn stuff off so it fits
* filtering maybe
* filtering actually works
* generate filter parameters internally
* shorter window
* guard behind enable flag
* use checked in filter
* add biquad reset
* tracing
* const
* exec order
* do it from a thread
* smaller buffer, comment
* configure with header
* only for proteus
* oops
* unused
* not needed
* guards
* pin config
* don't need that include
* precook filter steady state
* define sample rate
* config enable switch
2020-08-28 21:13:50 -04:00
GitHub build-firmware Action
52e3cb225c
Auto-generated configs and docs
2020-08-27 04:44:53 +00:00
GitHub build-firmware Action
c9ad86ad06
Auto-generated configs and docs
2020-08-25 22:59:48 +00:00
GitHub build-firmware Action
308f4d31a5
Auto-generated configs and docs
2020-08-25 20:01:04 +00:00
GitHub build-firmware Action
b55fbc2ced
Auto-generated configs and docs
2020-08-25 05:40:39 +00:00
GitHub build-firmware Action
7716bfbaf1
Auto-generated configs and docs
2020-08-25 05:26:05 +00:00
GitHub build-firmware Action
d8eb3dd316
Auto-generated configs and docs
2020-08-24 00:38:01 +00:00
GitHub build-firmware Action
5ef11e0dcc
Auto-generated configs and docs
2020-08-22 01:53:47 +00:00
GitHub build-firmware Action
7509bebffd
Auto-generated configs and docs
2020-08-21 23:45:25 +00:00
GitHub build-firmware Action
b6fdbe42dd
Auto-generated configs and docs
2020-08-21 18:14:04 +00:00
Matthew Kennedy
4e81b67ca3
harmonize blocking factor ( #1709 )
...
* harmonize blocking factor
* static assert
2020-08-21 14:12:28 -04:00
GitHub build-firmware Action
bf165f94f9
Auto-generated configs and docs
2020-08-20 01:07:04 +00:00
GitHub build-firmware Action
a503eaf558
Auto-generated configs and docs
2020-08-19 04:48:34 +00:00
rusefi
99c5cd6463
progress
2020-08-17 19:51:50 -04:00
GitHub build-firmware Action
d7e7bf9cc2
Auto-generated configs and docs
2020-08-14 20:51:47 +00:00
rusefi
8bcc3aeb64
https://github.com/rusefi/web_backend/issues/73
...
toolset progress
2020-08-14 15:56:59 -04:00
GitHub build-firmware Action
1f27cbcf42
Auto-generated configs and docs
2020-08-13 16:23:17 +00:00
Andrei
068f21c616
vss_exti untested
2020-08-13 18:27:31 +03:00
GitHub build-firmware Action
bbdd3233ea
Auto-generated configs and docs
2020-08-08 21:30:48 +00:00
GitHub build-firmware Action
41a1395d24
Auto-generated configs and docs
2020-08-08 15:46:31 +00:00
GitHub build-firmware Action
af37b12082
Auto-generated configs and docs
2020-08-08 15:31:21 +00:00
GitHub build-firmware Action
cf5c99185e
Auto-generated configs and docs
2020-08-06 00:48:46 +00:00
GitHub build-firmware Action
530b7ac366
Auto-generated configs and docs
2020-08-05 11:59:46 +00:00
kon
c95cbcbb3e
Merge branch 'master' of https://github.com/rusefi/rusefi into second_can
2020-08-04 21:30:46 -07:00
GitHub build-firmware Action
5649aa6a5d
Auto-generated configs and docs
2020-08-05 03:20:06 +00:00
GitHub build-firmware Action
34b34bbe4a
Auto-generated configs and docs
2020-08-04 23:01:09 +00:00
kon
2205a4c487
Merge branch 'master' of https://github.com/rusefi/rusefi into second_can
2020-08-04 13:22:07 -07:00
GitHub build-firmware Action
af803770b5
Auto-generated configs and docs
2020-08-03 20:50:25 +00:00
kon
85e7b5b35d
Merge branch 'master' of https://github.com/rusefi/rusefi into second_can
2020-08-02 19:48:36 -07:00
GitHub build-firmware Action
7bd74d3c52
Auto-generated configs and docs
2020-08-03 02:06:55 +00:00
GitHub build-firmware Action
969ad113cc
Auto-generated configs and docs
2020-08-03 01:40:36 +00:00
GitHub build-firmware Action
134eca12c3
Auto-generated configs and docs
2020-08-03 01:23:02 +00:00
kon
73a239fd86
Merge branch 'master' of https://github.com/rusefi/rusefi into second_can
2020-08-02 11:33:08 -07:00
GitHub build-firmware Action
f6e8ebcb5e
Auto-generated configs and docs
2020-08-02 17:46:08 +00:00
kon
55fb3f4c2c
Merge branch 'master' of https://github.com/rusefi/rusefi into second_can
2020-08-02 10:34:58 -07:00
GitHub build-firmware Action
73f8f55716
Auto-generated configs and docs
2020-08-02 17:27:32 +00:00
kon
4e3637641b
added secondary can config
2020-08-01 20:58:14 -07:00
GitHub build-firmware Action
c0cd35b2de
Auto-generated configs and docs
2020-08-01 13:18:40 +00:00
rusefillc
e009d60b29
Merge pull request #1632 from mck1117/remove-plain-maf
...
goodbye, plain maf
2020-08-01 09:16:38 -04:00
GitHub build-firmware Action
89756f827c
Auto-generated configs and docs
2020-08-01 01:20:42 +00:00
GitHub build-firmware Action
69060e8bfe
Auto-generated configs and docs
2020-08-01 00:10:37 +00:00
Matthew Kennedy
978fa20916
Merge remote-tracking branch 'upstream/master' into remove-plain-maf
2020-07-31 14:56:29 -07:00
GitHub build-firmware Action
64e129f0a7
Auto-generated configs and docs
2020-07-30 19:35:37 +00:00
rusefi
c7590aa8a4
NA6 progress
2020-07-29 15:51:01 -04:00
GitHub build-firmware Action
4b99ae1ab5
Auto-generated configs and docs
2020-07-29 18:55:20 +00:00
Matthew Kennedy
ba7c47dd3c
remove
2020-07-29 01:35:17 -07:00
Matthew Kennedy
08be750098
Merge remote-tracking branch 'upstream/master' into remove-plain-maf
2020-07-28 20:25:16 -07:00
Matthew Kennedy
610bcce870
kinetis enum
2020-07-28 14:56:04 -07:00
GitHub build-firmware Action
2183730ce5
Auto-generated configs and docs
2020-07-28 13:12:43 +00:00
rusefi
c98d177111
QC config
2020-07-27 22:05:40 -04:00
rusefi
e09b9eee3a
auxTempSensor text output
2020-07-27 20:23:57 -04:00
GitHub build-firmware Action
30e70cf8b7
Auto-generated configs and docs
2020-07-27 13:48:00 +00:00
GitHub build-firmware Action
5e6a953b70
Auto-generated configs and docs
2020-07-26 19:09:43 +00:00
GitHub build-firmware Action
48f808edf5
Auto-generated configs and docs
2020-07-26 14:58:12 +00:00
GitHub build-firmware Action
bb3648bba5
Auto-generated configs and docs
2020-07-26 14:50:10 +00:00
GitHub build-firmware Action
88ff9be7f2
Auto-generated configs and docs
2020-07-25 16:17:15 +00:00
Matthew Kennedy
8f27fc8b53
alphan
2020-07-25 01:14:35 -07:00
GitHub build-firmware Action
ea19cd47ae
Auto-generated configs and docs
2020-07-23 23:54:40 +00:00
Matthew Kennedy
9d4f10df05
enum names
2020-07-23 11:03:07 -07:00
Matthew Kennedy
67e4fcb2a2
goodbye plain maf
2020-07-23 02:46:45 -07:00
GitHub build-firmware Action
0e0413bd05
Auto-generated configs and docs
2020-07-22 19:41:41 +00:00
rusefi
1460194065
docs
2020-07-22 09:04:06 -04:00
GitHub build-firmware Action
f503f35e56
Auto-generated configs and docs
2020-07-19 16:20:07 +00:00
GitHub build-firmware Action
70103e281a
Auto-generated configs and docs
2020-07-18 23:32:29 +00:00
GitHub build-firmware Action
1dfc6c46d2
Auto-generated configs and docs
2020-07-18 23:22:34 +00:00
GitHub build-firmware Action
3a6454438f
Auto-generated configs and docs
2020-07-15 01:37:36 +00:00
rusefi
8c77227468
https://github.com/rusefi/hw_microRusEfi/issues/180
2020-07-14 19:59:55 -04:00
rusefi
811009b9d6
https://github.com/rusefi/hw_microRusEfi/issues/180
2020-07-14 19:43:44 -04:00
rusefi
0748e57ad9
EFI_IDLE_INCREMENTAL_PID_CIC should be a runtime parameter fix #806
2020-07-12 21:53:55 -04:00
rusefi
5feb91dc8f
EFI_IDLE_INCREMENTAL_PID_CIC should be a runtime parameter #806
2020-07-12 21:35:01 -04:00
GitHub build-firmware Action
2ba31803cd
Auto-generated configs and docs
2020-07-12 21:36:03 +00:00
GitHub build-firmware Action
a05d53e33c
Auto-generated configs and docs
2020-07-11 02:30:31 +00:00
David Holdeman
c8b7d52644
Fix kinetis ( #1589 )
...
* check for errors
* add another check
* explicitly state board name
* move kinetis_prefix
2020-07-10 22:28:38 -04:00
David Holdeman
779029caed
Switch to Bash ( #1585 )
...
* switch firmware to bash
* switch unit_testts to bash
* switch jenkins to bash
2020-07-09 10:27:20 -04:00
David Holdeman
15e44ae9cc
Use github actions to build and upload bundles ( #1583 )
...
* add env var to skip upload
* remove checking from compile.bat
* working on push.yaml
* finish sorting
* progress
* rename push to builds
* rename push to builds
* Add skip upload env var
* fix pull_request name
* fixed typo and changed name
* fixed indentation and runs-on
* try different env var setup
* add nucleos and switch to underscore
* add quotes
* remove boards that were commented
* remove boards that were commented
* fix project board name
* fixed variable name
* add ini-file and console-settings
* try installing gcc-multilib first
* Install g++-multilib as well
* remove unnecessary export
* fixed exit numbers
* change to different env setup
* add simulator and console compilation to board bundles
* changed OS and added linux simulator build
* add checkout and missing colon
* add gcc-multilib installes
* Install mingw
* fixed install
* remove mingw from linux sim and call compile directly
* change directory
* moved envs to command
* debug ls
* debug ls
* set ftp vars
* add makefile debug info
* removed batchecks
* redirect stdout to easier see orrs
* change name
* remove redirect, add file inpection
* Add conditional project name
* Try software upgrade
* missing char
* update ine files
* try quotes
* add escapes
* add quotes
* add escapes and quotes
* remove quotes and escapes
* remove software upgrade
* ignore test 2
* update apt
* like this then
* forgot import
* fix case
* remove RUSEFI_SKIP_UPLOAD and check RUSEFI_FTP_SERVER instead
* break workflow back apart
* upload simulator artifact
* fixed operator
* update apt
* change paths
* Update build-firmware.yaml
* move update bundle to artifacts
* fix var name
* Install ncftp
* set env vars conditionally
* remove check so zips are created
* try things the github way and copy to primary
* re-enable test
* missing space
2020-07-08 11:10:24 -04:00
rusefi
b9c3ab2151
INI Request: rusEFI 2020.07.06.mre_f4.2108843221 #54
2020-07-07 22:05:05 -04:00
rusefi
f735713acb
and now I need to get all this working again
2020-07-06 01:29:00 -04:00
rusefi
c349585bdd
using bundle names in signature
2020-07-06 01:20:39 -04:00
rusefi
139c14bdfe
Merge remote-tracking branch 'origin/master'
2020-07-06 01:09:14 -04:00
rusefi
1deecb35a8
generated
2020-07-06 01:09:05 -04:00
GitHub build-firmware Action
0a3084bacc
Auto-generated configs and docs
2020-07-06 05:08:00 +00:00
rusefi
22dd627c56
generated folder
2020-07-06 01:01:30 -04:00
GitHub build-firmware Action
be07138f29
Auto-generated configs and docs
2020-07-06 04:50:02 +00:00
rusefi
5e1a4044bd
SHORT_BOARDNAME becomes BUNDLE_NAME
2020-07-06 00:29:30 -04:00
rusefi
935a5b107a
making scripts a bit more consistent & docs
2020-07-06 00:19:25 -04:00
GitHub build-firmware Action
489aa62a67
Auto-generated configs and docs
2020-07-06 00:06:17 +00:00
GitHub build-firmware Action
6f51dc9e5e
Auto-generated configs and docs
2020-07-05 20:30:05 +00:00
rusefi
450c67586a
typo kinetis
2020-07-05 00:20:51 -04:00
rusefi
c0bb907aa3
idle_min through FSIO not working as intended #1553
...
FSIO debug outputs progress
2020-07-04 21:32:12 -04:00
GitHub build-firmware Action
01e23fba91
Auto-generated configs and docs
2020-07-05 01:09:34 +00:00
rusefi
283d87f1f7
more bash
2020-07-04 21:02:50 -04:00
rusefi
7fe1dc9d58
more bash
2020-07-04 20:59:48 -04:00
GitHub build-firmware Action
008e8d55c1
Auto-generated configs and docs
2020-07-04 20:42:44 +00:00
andreika-git
f2e1cabb59
Fix bundle signatures ( #1569 )
...
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2020-07-04 10:46:27 -04:00
rusefi
1dab19373a
MRE 0.5.1
2020-07-04 00:02:44 -04:00
GitHub build-firmware Action
6c61b690f0
Auto-generated configs and docs
2020-07-04 03:07:06 +00:00
GitHub build-firmware Action
884d69b10c
Auto-generated configs and docs
2020-07-03 19:10:58 +00:00
GitHub build-firmware Action
2e5c717004
Auto-generated configs and docs
2020-07-03 18:56:10 +00:00
GitHub build-firmware Action
e42bbc41ed
Auto-generated configs and docs
2020-07-02 18:26:47 +00:00
GitHub build-firmware Action
f2247cf5c0
Auto-generated configs and docs
2020-07-02 16:36:06 +00:00
andreika-git
1e8bebd5b3
Gen config refactor 2 ( #1560 )
...
* gen_config refactor, part II
* short board defines
* oops
* comment & undef
* define QUOTE
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2020-07-02 12:33:31 -04:00
GitHub build-firmware Action
959ca823e8
Auto-generated configs and docs
2020-07-02 12:27:27 +00:00
GitHub build-firmware Action
9dfbcd919e
Auto-generated configs and docs
2020-07-02 12:17:28 +00:00
andreika-git
11f1988803
Gen config refactor 1 ( #1558 )
...
* fix signature
* gen_config refactor, part I
* Add empty cache.zip
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2020-07-02 08:16:18 -04:00
rusefi
33eb2eab62
idle_min through FSIO not working as intended #1553
...
making logging less confusing
2020-07-01 16:37:25 -04:00
David Holdeman
b4807708c8
Convert jenkins build_extra_bundles scripts to sh ( #1554 )
...
* Add checkout
* remove empty with statement
* Actually we do need push depth
* convert build_working_folder
* convert prepare_bundle
* fixed extension
* fixed closing bracket
* fixed comparison and assignments
* no comment
* convert compile_and_upload and clean
* convert build_simulator
* Finish converting build_working_folder
* convert build_java_console
* Add hashbangs
* remove findcyg instruction
* changed paths
* remove call
* add path
* fixed script names
* add prams
* fix cd
* convert clean_env_variables
* convert common_make.sh
* Added linux hex2dfu binary
* add file extension to linux hex2dfu
* add file extension to linux hex2dfu
* remove spurious paren
* fixed board name
* convert compile-frankenso-na6
* convert compile-frankenso-pal
* add hashbang
* convert compile-kinetis
* convert compile-mre-f4
* convert compile-mre-f4-hardware-QC-special-build
* convert compile-mre-f4-slave
* convert compile-mre-f7
* convert compile-mre-f7-test
* switch to underscores
* converting boards to sh
* convert prometheus
* convert proteus
* fixed path
* switch to underscores
* chmod and add extension
* add quotes
* Add check for Windows
* Add chmod
* fix script name
* fix error checking
* quote vars
* remove checking from batch shims
* fix typo
* change error checking to support nix style error codes
* switch to 1 retval
* cd back to firmware
* Add escapes
* change from cd to rel path
* add p flags to mkdir
Co-authored-by: David Holdeman <David Holdeman>
2020-07-01 14:09:01 -04:00
GitHub build-firmware Action
ea93955c9e
Auto-generated configs and docs
2020-07-01 01:01:31 +00:00
GitHub build-firmware Action
a12426d935
Auto-generated configs and docs
2020-06-30 19:19:48 +00:00
GitHub build-firmware Action
c4d5813bbf
Auto-generated configs and docs
2020-06-30 01:46:18 +00:00
GitHub build-firmware Action
1857bfd70a
Auto-generated configs and docs
2020-06-28 17:41:36 +00:00
andreika-git
44a12604cc
Ini signature generation ( #1539 )
...
* ini signature generator
* sh->bash
* decimal fix
* octal fix
* fix shell arrays
* use the new -signature option instead of -prepend
* /bin/sh
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2020-06-28 13:39:09 -04:00
GitHub build-firmware Action
e28b2a39fc
Auto-generated configs and docs
2020-06-28 16:16:05 +00:00
GitHub build-firmware Action
85978503cf
Auto-generated configs and docs
2020-06-28 14:12:01 +00:00
GitHub build-firmware Action
7829ff0f26
Auto-generated configs and docs
2020-06-28 14:03:26 +00:00
andreika-git
3635d0077a
gen_config cache ( #1543 )
...
* use cache for gen_config
* create dummy cache files to store them in github
* fix typo
* comment
* text
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2020-06-28 10:00:11 -04:00
rusefi
b378bcbaca
manual while automation is not well
2020-06-27 22:20:38 -04:00
rusefi
9730080873
PB8 and PC12 not available for FSIO usage ( #1538 )
2020-06-26 09:05:21 -04:00
rusefi
63e936a5e8
UART DMA for "primary" connector #1528
2020-06-21 23:12:08 -04:00
GitHub build-firmware Action
b0637dd3ff
Auto-generated configs and docs
2020-06-22 02:17:53 +00:00
GitHub build-firmware Action
349d191c70
Auto-generated configs and docs
2020-06-22 02:13:15 +00:00
GitHub build-firmware Action
e4799d7153
Auto-generated configs and docs
2020-06-22 02:07:19 +00:00
rusefi
2a64b6eb1a
refactoring connectivity
2020-06-21 16:37:33 -04:00
rusefi
42d6aa53e8
ROE progress
2020-06-20 22:33:13 -04:00
rusefi
35e68da3b0
REO progress
2020-06-20 18:36:58 -04:00
David Holdeman
b31fa89668
Fix boards ( #1520 )
...
* fix gen_config.sh
* change file extension
* convert kinetis gen_config
Co-authored-by: rusefi <rusefi@users.noreply.github.com>
2020-06-19 10:10:17 -04:00
rusefi
d4e8f75834
Only two .ini files got auto-generated #1519
2020-06-19 09:31:36 -04:00
rusefi
6adc1eea1b
un-hiding full pinout
2020-06-17 12:54:56 -04:00
rusefi
60939e2260
REO progress
2020-06-14 18:47:58 -04:00
rusefi
8de0d0cb39
REO progress
2020-06-14 18:39:05 -04:00
rusefi
01ca4a4147
Fresh generated - auto
2020-06-14 18:18:30 -04:00
rusefi
308f82c4b3
fixing stuff?
2020-06-14 18:06:33 -04:00
rusefi
a7aea821b7
something is broken somewhere :(
2020-06-14 18:01:23 -04:00
rusefi
9a6dc8d101
manual gen
2020-06-14 17:01:05 -04:00
rusefi
9e03655101
Fresh generated - auto
2020-06-14 15:12:19 -04:00
rusefi
b00cc377af
Fresh generated - auto
2020-06-14 14:25:20 -04:00
rusefi
67473e7efb
Fresh generated - auto
2020-06-14 13:28:41 -04:00
rusefi
204675ddce
Fresh generated - auto
2020-06-13 23:15:26 -04:00
rusefi
98c4b34b8c
Fresh generated - auto
2020-06-09 22:59:04 -04:00
rusefi
9155e358b3
Fresh generated - auto
2020-06-01 08:12:18 -04:00
rusefi
6ac884018e
useFSIO6ForRevLimiter
2020-06-01 07:55:42 -04:00
rusefi
414856b8f8
Fresh generated - auto
2020-06-01 07:19:23 -04:00
rusefi
26fc201322
Fresh generated - auto
2020-05-31 17:01:06 -04:00
rusefi
7bf4c362d0
progress
2020-05-31 14:05:03 -04:00
rusefi
8b4f6103de
reducing constant dupliation
2020-05-31 13:40:48 -04:00
rusefi
bd9a601ce6
extracting protocol constants
2020-05-30 12:23:27 -04:00
rusefi
c000a28d1a
Fresh generated - auto
2020-05-29 21:23:59 -04:00
rusefi
e34940fd6d
[Feature Request] Transmission Control #1454
...
two bytes of progress
2020-05-29 21:00:34 -04:00
rusefi
aa2903caec
Fresh generated - auto
2020-05-28 17:59:34 -04:00
rusefi
389f0e28a4
more of the same
2020-05-27 23:18:33 -04:00
rusefi
50e01b4041
connecting time units
2020-05-26 01:08:21 -04:00
rusefi
5d75c36651
composite log for console
2020-05-26 00:07:18 -04:00
rusefi
f738aa0b93
reusing constants
2020-05-25 19:30:02 -04:00
rusefi
30c4682b16
TS commands reuse
2020-05-25 18:49:35 -04:00
rusefi
07475398b2
proteus v12 progress
2020-05-24 13:27:14 -04:00
rusefi
39671f3c33
"-skip" is probably not needed anymore
2020-05-23 19:39:04 -04:00
rusefi
331b325b86
something is broken with auto generation around kinetis :(
2020-05-23 19:22:48 -04:00
rusefi
29a36085ff
safer name for QC build
2020-05-23 17:18:26 -04:00
rusefi
8df838ec8c
dreams
2020-05-22 17:52:48 -04:00
rusefi
160d034635
build and board info into critical error message
2020-05-22 16:45:13 -04:00
rusefi
ce365c4ed2
Fresh generated - auto
2020-05-22 01:36:48 -04:00
rusefi
1bd4b8b1f1
would this help?
2020-05-22 00:25:48 -04:00
rusefi
7d24bc6979
MRE pre-sets
2020-05-21 21:21:07 -04:00
rusefi
845a9994a4
MRE pre-sets
2020-05-21 21:00:34 -04:00
rusefi
82e788ef3a
MRE pre-sets
2020-05-21 20:44:14 -04:00
rusefi
aac7712df5
test fixture progress
2020-05-21 18:36:32 -04:00
rusefi
c25afadb94
exposing some GPIO
2020-05-20 23:53:25 -04:00
rusefi
515851b688
Fresh generated - auto
2020-05-20 22:26:49 -04:00
rusefi
416855c2f1
HW_CHECK_MODE
2020-05-20 22:15:47 -04:00
rusefi
de5dec46cb
Fresh generated - auto
2020-05-20 11:24:49 -04:00
rusefi
7dd08e2019
progress
2020-05-20 09:16:26 -04:00
rusefi
2bed032684
Clean-up analog channels in "unit" tests fix #1456
2020-05-20 08:55:38 -04:00
Matthew Kennedy
44e2a1c970
remove test clt/iat ( #1457 )
...
* remove test clt/iat
* remove warning since this code is nearly dead
2020-05-20 03:16:01 -04:00
rusefi
3c95c6ad3f
Fresh generated - auto
2020-05-20 01:18:23 -04:00
rusefi
b9fedcab5a
[Feature Request] Transmission Control #1454
2020-05-20 01:05:15 -04:00
rusefi
e8dc343f7b
fresh enums
2020-05-20 00:56:16 -04:00
rusefi
30cc399338
fixing master
2020-05-19 11:55:20 -04:00
rusefi
e78aaf5d80
Fresh generated - auto
2020-05-19 08:38:31 -04:00
rusefi
d9bbace609
reducing magic constant copy/paste & MAP dialog progress
2020-05-18 01:15:13 -04:00
Matthew Kennedy
7b24da6abf
oops ( #1441 )
2020-05-16 20:38:38 -04:00
rusefi
af8de4c84f
Revert "Minor fixes ( #1442 )"
...
This reverts commit 0c095ddd
2020-05-16 19:28:49 -04:00
dron0gus
0c095ddd15
Minor fixes ( #1442 )
...
* exti trigger: mark pins used, handle errors
* MC33810 add to smart gpios
2020-05-16 19:15:49 -04:00
Matthew Kennedy
0c142921d6
don't register ID pin ( #1438 )
2020-05-16 00:33:47 -04:00
rusefi
194e85b855
VVT progress
2020-05-15 21:10:15 -04:00
rusefi
5491669c2c
nicer handling of main relay in MRE.ini file
2020-05-15 12:05:09 -04:00
rusefi
4e703ce8e8
maybe this would just work?!...
2020-05-15 02:31:02 -04:00
rusefi
ebdee661e6
Revert "moving SD card to SPI1 thank you Matt!"
...
This reverts commit 9975d7a8
2020-05-15 00:30:49 -04:00
rusefi
9975d7a83f
moving SD card to SPI1
...
thank you Matt!
2020-05-15 00:29:18 -04:00
rusefi
d3785b543e
VVT_INACTIVE
2020-05-14 23:13:32 -04:00
rusefi
2f233857cf
helping kinetis
2020-05-14 20:47:13 -04:00
rusefi
93f0c70dae
heling kinetis
2020-05-14 20:42:26 -04:00
rusefi
be8fee161c
one step sideways
2020-05-14 19:10:01 -04:00
rusefi
8b3a9db412
now with EFI_CONSOLE_RX_BRAIN_PIN
2020-05-14 17:20:27 -04:00
dron0gus
48aa40b344
smart gpios: remove dead code ( #1432 )
2020-05-14 16:15:55 -04:00
rusefi
73ab57cdfb
maybe EFI_CONSOLE_TX_BRAIN_PIN
2020-05-14 00:02:10 -04:00
rusefi
6ab831cc49
SPI3
2020-05-13 23:29:52 -04:00
rusefi
dff7bbd4e0
SD card for MRE
2020-05-13 23:26:28 -04:00
rusefi
a078922244
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# firmware/controllers/engine_controller.cpp
2020-05-13 19:31:42 -04:00
rusefi
28608449b1
docs & helping master
2020-05-13 19:27:11 -04:00
rusefi
f233628c2c
lovely, yet another minor confusion
2020-05-13 01:16:05 -04:00
rusefi
38ec6d812d
https://github.com/rusefi/hw_microRusEfi/issues/157
2020-05-12 23:37:12 -04:00
Matthew Kennedy
e54bcc70a0
s ( #1424 )
2020-05-11 23:23:04 -04:00
rusefi
8069605091
helping master build
2020-05-11 19:59:35 -04:00
rusefi
a955e96b62
RED FATAL/CRITICAL LED is a bit dim when it should be OFF
...
fix https://github.com/rusefi/hw_microRusEfi/issues/157
2020-05-11 18:35:28 -04:00
rusefi
eae24e82d1
more dead code
2020-05-11 18:24:29 -04:00
rusefi
047d2e0ce1
refactoring related to RED FATAL/CRITICAL LED is a bit dim when it should be OFF
...
#157
2020-05-11 18:22:51 -04:00
rusefi
6426d433d2
dead line in a dead file
2020-05-11 11:28:43 -04:00
rusefi
43e2ffd27a
Fresh generated - auto
2020-05-10 10:32:49 -04:00
rusefi
cf99bcd4f0
Merge remote-tracking branch 'origin/master'
2020-05-10 10:12:50 -04:00
rusefi
ec38cdac95
mck1117:secondary-tps-config progress
2020-05-10 10:11:51 -04:00
Matthew Kennedy
36a742aa50
updates for proteus v0.3 ( #1418 )
...
* updates for v0.3
* board config too
* oops
2020-05-10 09:19:01 -04:00
rusefi
a9b15e3cee
that's embarrassing
2020-05-10 02:36:01 -04:00
rusefi
919afd35e8
removing some unneeded flexibility
2020-05-10 01:34:43 -04:00
rusefi
d18bf76fb5
34-2 3 cam Toyota wheel progress
2020-05-10 00:42:33 -04:00
rusefi
8d91cc65cc
34-2 3 cam Toyota wheel progress
2020-05-09 23:47:51 -04:00
rusefi
7be4c75033
Fresh generated - auto
2020-05-09 18:59:03 -04:00
dron0gus
f9c82b860d
board: subaru-ej20g: remove ( #1414 )
...
Noone uses this board anymore
2020-05-09 18:22:17 -04:00
rusefi
4ea0a3de26
nicer error messages
2020-05-09 01:49:17 -04:00
rusefi
fd9e3a1f5c
placing parts of confusion closer together
2020-05-09 00:43:28 -04:00
rusefi
4364eea7a2
refactoring: extracting magic constant
2020-05-08 22:05:44 -04:00
rusefi
4082a53f56
default engine make/code
2020-05-08 17:31:03 -04:00
rusefi
39c5f40d17
Fresh generated - auto
2020-05-07 09:07:04 -04:00
rusefi
2b6f0652f6
field useful for rusEFI online catalog
2020-05-07 01:00:02 -04:00
rusefi
e9e95ec5f3
Merge remote-tracking branch 'origin/master'
2020-05-07 00:56:22 -04:00
rusefi
016da58bbd
field useful for rusEFI online catalog
2020-05-07 00:55:59 -04:00
rusefi
49d4b0acee
Fresh generated - auto
2020-05-06 22:04:53 -04:00
Matthew Kennedy
aa3bf51723
short term fuel trim: part 1 ( #1402 )
...
* add cell
* add stft cell tests
* add bit
* minimally generate
* config defaults
2020-05-06 21:00:40 -04:00
Matthew Kennedy
858821ed66
proteus -> exti ( #1378 )
...
* proteus -> exti
* do frankenso pal the same way
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-05-06 18:52:15 -04:00
rusefi
6e832002ba
magic is around the corner
2020-05-06 14:00:08 -04:00
rusefi
589feb951f
Fresh generated - auto
2020-05-06 08:49:08 -04:00
rusefi
1e413cf7eb
reviving kinetis
2020-05-05 16:59:40 -04:00
rusefi
d6c72cb769
Fresh generated - auto
2020-05-05 15:37:44 -04:00
Matthew Kennedy
2c9cb4e291
remove "plain MAP" mode ( #1398 )
...
* consumers
* enums, input, config
* java
* default config cleanup
2020-05-05 15:04:55 -04:00
rusefi
0efcb8f7c1
reducing confusion?
2020-05-04 20:52:32 -04:00
rusefi
aa04de0000
Nick says we need this MAP sensor
2020-05-04 19:08:36 -04:00
rusefi
ae1bd9c55d
docs
2020-05-03 15:54:17 -04:00
rusefi
a8f764589b
Fresh generated - auto
2020-05-03 03:41:14 -04:00
rusefi
6993414912
Fresh generated - auto
2020-05-03 00:11:27 -04:00
rusefi
b9733c5901
refactoring: using brain_pin like the rest of the code
2020-05-02 23:47:10 -04:00
rusefi
7e82691319
oh what did I do
2020-05-02 22:27:20 -04:00
rusefi
0a96a75936
Fresh generated - auto
2020-05-02 22:18:12 -04:00
rusefi
a80b9d8ff7
Fresh generated - auto
2020-05-02 18:38:22 -04:00
Matthew Kennedy
3052f2ab7b
Support 4 h-bridges ( #1392 )
...
* update dc motor api
* add more etbio
* get out of two arrays
* hand generate enough
* forgot engine param
* ram
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-05-02 17:54:28 -04:00
rusefi
8586459ec0
Fresh generated - auto
2020-05-02 15:56:36 -04:00
rusefi
feff6a2ae2
Fresh generated - auto
2020-05-01 17:36:33 -04:00
rusefi
901c61eba5
Fresh generated - auto
2020-04-30 19:43:31 -04:00
rusefi
965c06c079
https://github.com/rusefi/rusefi_documentation/issues/37
2020-04-29 18:41:40 -04:00
Matthew Kennedy
1f16228bdb
Perf Trace Improvements ( #1383 )
...
* add tid field to thread
* change perf trace format
* trace consumers
* Update java parsing
* guard for test + kinetis
* stubs
* ram
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-04-29 10:53:35 -04:00
rusefi
972523c466
Fresh generated - auto
2020-04-28 20:12:34 -04:00
rusefi
942ebef700
Fresh generated - auto
2020-04-28 17:06:44 -04:00
Matthew Kennedy
fe4b531aeb
Move ETB control to a thread ( #1374 )
...
* switch to thread
* actually use default frequency define
* crank ADC too
* make space in RAM
* remove TS field
* this should work for test
* fix dt
* re-resize ram
2020-04-28 07:22:31 -04:00
rusefi
a43bad526b
Merge branch 'master' of https://github.com/rusefi/rusefi
2020-04-27 19:45:03 -04:00
rusefi
4a68130cd1
amazing flex fuel progress
2020-04-27 16:07:40 -04:00
Matthew Kennedy
6ce9ae4481
move hooks in to common chconf.h ( #1376 )
...
* move hooks in to common
* but not for kinetis
* don't use c style void arg
* kinetis needed more, not less
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-04-27 16:07:05 -04:00
rusefi
978bb8917d
docs
2020-04-26 21:41:03 -04:00
rusefi
6eddc7b22d
Fresh generated - auto
2020-04-26 14:19:00 -04:00
Matthew Kennedy
7aa697c256
TS protocol framing for auto tune/calibration features ( #1370 )
...
* rearrange
* fix enum
* too much
* format
* enough generate for CI
* comment
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2020-04-26 14:06:09 -04:00
Matthew Kennedy
83cca6ec7a
allow overriding configuration ( #1341 )
...
* config overrides
* proteus too
* comment
* remove wno-error
* comment
2020-04-26 00:07:59 -04:00
rusefi
1f2c35da92
Merge branch 'master' of https://github.com/rusefi/rusefi
2020-04-25 21:28:01 -04:00
rusefi
23e3d05d35
Bosch vvt shape #1368
...
skeleton
2020-04-25 19:50:43 -04:00
rusefi
7fa38d99a7
Fresh generated - auto
2020-04-25 18:07:37 -04:00
dron0gus
474d5e64cf
Update chibios ( #1364 )
...
* Update ChibiOS
* Fix coexistance of ChibiOS and our flash drivers
* Add 'int' = internal prefix for all on-chip flash functions
This avoid conflict with ChibiOS functions available after
enabling HAL_USE_EFL
* Exclude ChibiOS flash driver from bootloader
* Makefile magic?
* Kinetis: fix build after ChibiOS update and switching to SMART_BUILD
* Bootloader now use SMART_BUILD too
2020-04-25 16:32:32 -04:00
rusefi
31f9e08184
Merge branch 'master' of https://github.com/rusefi/rusefi
2020-04-25 12:08:16 -04:00
rusefi
2a70659a28
wow maybe build time magic?! by DronoGus
2020-04-25 12:07:57 -04:00
rusefi
f4d6fda7de
Fresh generated - auto
2020-04-24 23:26:48 -04:00
rusefi
a1a86b71e0
Fresh generated - auto
2020-04-23 23:51:32 -04:00
Matthew Kennedy
b6ee79327d
switch ADC to gpt ( #1343 )
...
* switch to gpt
* halconf
* fix kinetis
* fix kinetis
* fix guards
* comment cleanup
2020-04-23 22:50:18 -04:00