GitHub set-date Action
791ca789f1
Update date
2021-08-16 00:56:44 +00:00
Matthew Kennedy
70dfd4af78
inhibit sensor timeout during flash ( #3146 )
...
* inhibit timeout during flash
* do it up a level
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-08-15 23:04:58 +03:00
GitHub build-firmware Action
048801e95e
Auto-generated configs and docs
2021-08-15 19:38:17 +00:00
rusefillc
22e24da6c0
reducing FSIO in order to enlarge Lua ( #3160 )
...
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
2021-08-15 22:27:07 +03:00
GitHub build-firmware Action
b8622a931f
Auto-generated configs and docs
2021-08-15 18:33:32 +00:00
rusefillc
498f16817d
HTML title for pinout pages fix #2882
2021-08-15 14:22:34 -04:00
rusefillc
9b84fc4eaf
Tooth logger to use engineSnifferRpmThreshold #3161
...
more refactoring also removing obsolete comment
2021-08-15 14:14:13 -04:00
rusefillc
f74e63fa34
Tooth logger to use engineSnifferRpmThreshold #3161
...
use configurable limit
2021-08-15 13:59:18 -04:00
rusefillc
c18ea4a439
Tooth logger to use engineSnifferRpmThreshold #3161
...
refactoring
2021-08-15 13:55:28 -04:00
GitHub build-firmware Action
8d1514c3f3
Auto-generated configs and docs
2021-08-15 06:47:39 +00:00
rusefillc
5db8254eb7
dead FSIO
2021-08-15 02:28:10 -04:00
Andrey G
231fd6bed8
board subaru eg33: connector yaml: add Vbat sense pin ( #3156 )
2021-08-15 02:14:40 -04:00
Matthew Kennedy
68e2b93dff
don't print the wrong number ( #3158 )
...
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-08-15 02:10:28 -04:00
GitHub set-date Action
bcd54a7cd9
Update date
2021-08-15 00:56:40 +00:00
rusefillc
063ab4af35
dead FSIO
2021-08-14 11:52:41 -04:00
GitHub build-firmware Action
2f57dcee33
Auto-generated configs and docs
2021-08-14 15:26:24 +00:00
rusefillc
2ee27df8bb
Nissan progress
2021-08-14 11:21:56 -04:00
Andrey G
c23e02c582
Settings ext storage ( #3155 )
...
* flash_main.cpp: reorder code for easy integration of ext storage
* Add EFI_STORAGE_INT_FLASH option
Default set to TRUE
* Add ChibiOS's Managed Flash Storage to build
* Add support for QSPI flash (SST26F064A tested)
* board: subaru: enable WSPI and NOR flash drivers
* Add option to save settings on ext flash MFS partition
* board: subaru: store settings on QSPI NOR flash
2021-08-14 09:36:08 -04:00
Matthew Kennedy
d9adba2024
everybody is pulldown ( #3131 )
2021-08-14 09:34:13 -04:00
Andrey G
a4a6f251ed
subaru board fixes ( #3154 )
...
* board: subaru: fix pinmuxes for QSPI interface
* board: subaru: switch to EXTI
2021-08-14 15:45:30 +03:00
Matthew Kennedy
045db15dac
implement adc unsubscription ( #3149 )
...
* allow re-register of the same sensor
* adc unsub
2021-08-14 15:41:27 +03:00
rusefillc
e72277c863
No pins should be restarted for no reason during config change #3151
2021-08-14 06:15:29 -04:00
rusefillc
82da6e43fd
No pins should be restarted for no reason during config change #3151
2021-08-14 05:20:12 -04:00
rusefillc
b141f83a88
No pins should be restarted for no reason during config change #3151
2021-08-14 04:58:10 -04:00
rusefillc
bd410d0c1b
No pins should be restarted for no reason during config change #3151
2021-08-14 04:35:43 -04:00
GitHub build-firmware Action
81c9726ae0
Auto-generated configs and docs
2021-08-14 06:52:29 +00:00
Matthew Kennedy
2ad4a9df1e
actually remove FSIO idle stuff ( #3150 )
...
* debug mode
* pid cleanup
* more dead
* more dead
* wow more dead
* much dead many death wow
2021-08-14 09:48:45 +03:00
rusefillc
e445d9724e
dead idle FSIO
2021-08-14 01:48:03 -04:00
GitHub set-date Action
870ce23912
Update date
2021-08-14 00:53:14 +00:00
GitHub build-firmware Action
4640807f97
Auto-generated configs and docs
2021-08-13 19:05:45 +00:00
rusefillc
36bb91f93f
dead idle FSIO
2021-08-13 15:01:14 -04:00
GitHub build-firmware Action
e6d6e1fb54
Auto-generated configs and docs
2021-08-13 15:08:24 +00:00
rusefillc
84d0ca41f5
smarter field disable
2021-08-13 11:03:40 -04:00
GitHub set-date Action
57eab2370c
Update date
2021-08-13 00:57:01 +00:00
GitHub build-firmware Action
a7878b7b68
Auto-generated configs and docs
2021-08-12 22:42:47 +00:00
rusefillc
4ad584d3cc
dead idle FSIO
2021-08-12 18:34:06 -04:00
shadowm60
a0da1e0fdd
Update board_configuration.cpp ( #3147 )
...
Added ETB defaults
2021-08-12 18:01:15 -04:00
rusefillc
5e663200fd
Hellen Nissan defaults are no longer valid #3143
2021-08-12 17:46:10 -04:00
alxrMironov
7ebebd6922
Begin "vehicleSpeed" refactoring. Module switched to "FunctionalPointerSensor" class. #3106 #3107 #3108 . ( #3132 )
...
* Add new sensor type "VehicleSpeed"
* Add "Vehicle speed" sensor to name list
* Add Vehicle speed sensor initialization with function pointer sensor.
* Add init_vehicle_speed_sensor.cpp to Makefile
* Replace dependencies from "getVehicleSpeed" to OOP-like "Sensor::get()"
* Add warning and TODO to "mock vehicle speed" call
* Replace get & mock "VehicleSpeed" methods in tests
* Remove #warning directive (cause error by current settings)
* Remove stray tab
* Remove explicitly type casting.
* Add "InitVehicleSpeedSensor" function declaration to init.h
* Add "VehicleSpeedSensor" initialization call into "InitNewSensors"
Co-authored-by: alxrMironov <330OMcorporative>
2021-08-12 22:16:51 +03:00
rusefillc
5bf52023e7
Hellen Nissan defaults are no longer valid #3143
2021-08-12 13:44:54 -04:00
GitHub build-firmware Action
32467de332
Auto-generated configs and docs
2021-08-12 17:24:33 +00:00
BeerMoneyMotorsports
0503223df8
Update options port usage and pin location ( #3142 )
...
* Update options port usage and pin location
Added all info for connector 2 along with pin locations.
* Update main.yaml
2k fix and recheck
2021-08-12 13:13:01 -04:00
GitHub set-date Action
6bed70ef49
Update date
2021-08-12 00:58:15 +00:00
GitHub build-firmware Action
4a7ddc567e
Auto-generated configs and docs
2021-08-11 22:49:24 +00:00
shadowm60
0a65839582
Hellen128 default ( #3138 )
...
* Update board_configuration.cpp
setSdCardConfigurationOverrides update
* Update main.yaml
update vBatt input
* Update main.yaml
fix nameing
2021-08-11 18:32:54 -04:00
rusefillc
d48ed47fb9
Nissan progress
2021-08-11 18:29:35 -04:00
GitHub build-firmware Action
0633ce5a0d
Auto-generated configs and docs
2021-08-11 22:08:32 +00:00
rusefillc
e07e44fc9a
Nissan progress
2021-08-11 18:04:57 -04:00
Matthew Kennedy
90a0e47b04
skip etb init if no primary sensor ( #3136 )
...
* skip init if no primary sensor
* specific test
2021-08-12 00:45:44 +03:00
rusefillc
3d4ff9083b
Pavel says there are issues
2021-08-11 04:16:51 -04:00
rusefillc
c34db37dfb
Pavel says there are issues
2021-08-11 04:00:37 -04:00
GitHub build-firmware Action
df0455a29e
Auto-generated configs and docs
2021-08-11 06:07:34 +00:00
rusefillc
ada209fb1f
Pavel says there are issues
2021-08-11 02:03:19 -04:00
GitHub set-date Action
c3f55cdee5
Update date
2021-08-11 00:58:18 +00:00
rusefillc
e91702c656
Pavel says there are issues
2021-08-10 15:57:34 -04:00
GitHub build-firmware Action
fdbb096e65
Auto-generated configs and docs
2021-08-10 19:43:42 +00:00
rusefillc
0f01edb0a7
nice talking to Martin
2021-08-10 15:31:42 -04:00
Matthew Kennedy
0422392ba9
fix vss crash ( #3130 )
...
* don't deref null pointer
* error on invalid
* no logic analyzer
* print out function in case of error
2021-08-10 14:20:57 -04:00
rusefillc
490d8c1f8e
"Burn without flash" button #3127
2021-08-10 07:30:12 -04:00
GitHub build-firmware Action
aa99da9c11
Auto-generated configs and docs
2021-08-10 11:15:48 +00:00
rusefillc
afcef0410d
"Burn without flash" button #3127
2021-08-10 07:11:41 -04:00
rusefillc
cc9b8ffa98
Implement auto knock threshold sampling #3033
2021-08-10 06:42:39 -04:00
GitHub build-firmware Action
baa3986957
Auto-generated configs and docs
2021-08-10 10:00:43 +00:00
rusefillc
14c45c610e
Implement auto knock threshold sampling #3033
2021-08-10 05:56:04 -04:00
rusefillc
e786af1c83
NB2 36
2021-08-10 02:34:59 -04:00
GitHub build-firmware Action
ccfc764fa5
Auto-generated configs and docs
2021-08-10 06:22:39 +00:00
rusefillc
4d12224590
NB2 36
2021-08-10 02:17:33 -04:00
GitHub set-date Action
6b89e487b1
Update date
2021-08-10 00:59:51 +00:00
GitHub build-firmware Action
8c91910815
Auto-generated configs and docs
2021-08-09 21:12:58 +00:00
rusefillc
63e53aebc0
Implement auto knock threshold sampling #3033
2021-08-09 17:07:38 -04:00
GitHub build-firmware Action
c73782995f
Auto-generated configs and docs
2021-08-09 20:40:28 +00:00
rusefillc
4c7e8560e0
refactoring: reduce magic constant
2021-08-09 16:33:06 -04:00
rusefillc
f9dfcc8b9a
Implement auto knock threshold sampling #3033
2021-08-09 16:27:31 -04:00
GitHub build-firmware Action
6930e019bf
Auto-generated configs and docs
2021-08-09 20:12:40 +00:00
rusefillc
1c8fd98036
https://rusefi.com/forum/viewtopic.php?p=41803#p41803
2021-08-09 16:07:38 -04:00
GitHub set-date Action
af15a1bbe6
Update date
2021-08-09 00:57:51 +00:00
GitHub build-firmware Action
6995923436
Auto-generated configs and docs
2021-08-08 14:54:42 +00:00
rusefillc
5959a2e0ac
Nissan 4 cylinder QR trigger wheel #3118
2021-08-08 17:49:31 +03:00
rusefillc
0764ba66e1
Nissan 4 cylinder QR trigger wheel #3118
2021-08-08 17:47:33 +03:00
Andrey
63c2eff76e
Nissan 4 cylinder QR trigger wheel #3118
2021-08-08 07:29:11 -04:00
Andrey
0df437e749
Nissan 4 cylinder QR trigger wheel #3118
2021-08-08 07:04:18 -04:00
GitHub build-firmware Action
1dc26eb5af
Auto-generated configs and docs
2021-08-08 10:20:17 +00:00
Andrey
08dff4ceb6
Nissan 4 cylinder QR trigger wheel #3118
2021-08-08 06:16:19 -04:00
Andrey
167f2dbba0
Nissan 4 cylinder QR trigger wheel #3118
2021-08-08 04:56:56 -04:00
Andrey
a2d18fa0b7
Nissan 4 cylinder QR trigger wheel #3118
2021-08-08 04:45:40 -04:00
GitHub build-firmware Action
5767ed38f8
Auto-generated configs and docs
2021-08-08 08:11:59 +00:00
Andrey
2541b70c30
Nissan 4 cylinder QR trigger wheel #3118
2021-08-08 04:06:13 -04:00
rusefillc
4372c2a298
Nissan 4 cylinder QR trigger wheel #3118
2021-08-08 04:00:51 -04:00
GitHub build-firmware Action
73230674ab
Auto-generated configs and docs
2021-08-08 07:04:27 +00:00
rusefillc
bce20c7859
trigger debug to full pinout
2021-08-08 02:59:23 -04:00
GitHub set-date Action
341b0d8e04
Update date
2021-08-08 00:57:49 +00:00
rusefillc
2eb46c5504
moving two lines closer
2021-08-07 17:13:54 -04:00
Andrey
845962ec15
NB1
2021-08-07 16:43:31 -04:00
Matthew Kennedy
e50dcb94b0
oops ( #3116 )
2021-08-07 22:56:59 +03:00
rusefillc
8234975ec0
would H7 work?
2021-08-07 12:36:39 -04:00
GitHub build-firmware Action
463bb87a55
Auto-generated configs and docs
2021-08-07 09:32:36 +00:00
rusefillc
3341d9ebfc
NB1
2021-08-07 05:29:13 -04:00
rusefillc
8fb8ffa7ad
TS file read #3004
2021-08-07 05:13:16 -04:00
rusefillc
afc1409795
NB1
2021-08-07 02:46:35 -04:00
rusefillc
242156801f
154hyundai
2021-08-07 02:44:17 -04:00
GitHub set-date Action
e7c1448367
Update date
2021-08-07 00:52:27 +00:00
GitHub set-date Action
1bcf3d89c5
Update date
2021-08-06 01:01:29 +00:00
GitHub build-firmware Action
d537b41216
Auto-generated configs and docs
2021-08-05 22:10:20 +00:00
rusefillc
c9c4b3a5e8
hellen154hyundai
2021-08-05 18:06:15 -04:00
rusefillc
f3b29de32f
hellen-nb-1
2021-08-05 18:05:53 -04:00
rusefillc
333fcfca8c
Hellen72: Set the default pin states to input-pulldown instead of input-pullup #2525
2021-08-05 04:53:37 -04:00
GitHub set-date Action
c891883ee7
Update date
2021-08-05 00:57:19 +00:00
GitHub build-firmware Action
ef6fcd274f
Auto-generated configs and docs
2021-08-05 00:52:42 +00:00
rusefillc
2fc52e1af6
hellen154hyundai
2021-08-04 20:48:33 -04:00
GitHub build-firmware Action
a53c4b1d90
Auto-generated configs and docs
2021-08-05 00:03:53 +00:00
rusefillc
7bb184e6e8
hellen154hyundai
2021-08-04 20:00:10 -04:00
Matthew Kennedy
d24f1462e2
even more pch ( #3112 )
...
* s
* more
* s
* f7
2021-08-04 19:30:52 -04:00
rusefillc
a5e708c2b0
hellen154hyundai
...
one day I will learn the spelling!
2021-08-04 19:13:28 -04:00
Matthew Kennedy
5ff7235040
don't "validate instant RPM" ( #3095 )
...
* don't "validate instant RPM"
* test actually tests the right thing
* test mode transition
2021-08-04 08:17:14 +03:00
GitHub build-firmware Action
5866348d53
Auto-generated configs and docs
2021-08-04 02:55:38 +00:00
rusefillc
3fe8d0c4cd
hellen154hyundai
2021-08-03 22:50:06 -04:00
GitHub build-firmware Action
057de6d61b
Auto-generated configs and docs
2021-08-04 02:30:09 +00:00
rusefillc
f1c39bfd93
hellen154hyundai
2021-08-03 22:26:33 -04:00
rusefillc
c1275af29c
reduce chance of invalid CAM setting fix #3105
2021-08-03 22:15:40 -04:00
Matthew Kennedy
25414ebdad
yet more pch ( #3068 )
...
* big pch energy
* put back ramdisk stub
* tests are happy
* h743 nucleo
* kinetis
* I love deleting code!
* make stepper happy
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-08-03 22:05:01 -04:00
GitHub build-firmware Action
8cbb1e5b5a
Auto-generated configs and docs
2021-08-04 01:56:55 +00:00
rusefillc
3b7894b4a2
reduce chance of invalid CAM setting #3105
2021-08-03 21:52:05 -04:00
GitHub set-date Action
70fa8b3cd4
Update date
2021-08-04 00:56:41 +00:00
Andrey
fe0ae21a16
unit test for vehicle_speed.cpp fix #3081
2021-08-03 20:22:48 -04:00
Andrey
694ca323bd
hellen154hyundai
2021-08-03 20:03:59 -04:00
Andrey
8fe2d99254
unit test for vehicle_speed.cpp #3081
2021-08-03 19:48:24 -04:00
rusefillc
8cffec5c31
HELLEN_154_HYUNDAI
2021-08-03 13:51:33 -04:00
GitHub build-firmware Action
d51990ae85
Auto-generated configs and docs
2021-08-03 09:34:13 +00:00
Andrey
54b3a40c50
hellen154hyundai
2021-08-03 05:24:09 -04:00
Andrey
450b6694da
hellen154hyundai
2021-08-03 05:22:35 -04:00
rusefillc
f3dcb1a76f
boards file clean-up
2021-08-03 04:35:23 -04:00
rusefillc
c445392bda
Honda K CAN packets #3098
2021-08-03 04:23:16 -04:00
Andrey
faaf547e8b
boards file clean-up
2021-08-03 04:06:06 -04:00
GitHub set-date Action
09519208ef
Update date
2021-08-03 01:01:43 +00:00
Matthew Kennedy
6eab1fe506
s ( #3101 )
2021-08-02 19:17:17 -04:00
GitHub build-firmware Action
a4a3c6fa29
Auto-generated configs and docs
2021-08-02 17:35:41 +00:00
Andrey
e9faf06bfd
Honda K CAN packets #3098
2021-08-02 13:30:51 -04:00
Matthew Kennedy
a8eddbccf6
perform extra-step-prevention in the stepper driver itself ( #3038 )
...
* perform extra-step-prevention in the stepper driver itself
* isBusy flag
* I am unable to type
* the court of public opinion has decided that greater-equal is correct
* that sets target in steps, not percent
* correct var name
* mock stepper motor
* testable stepper
* build is happy
* helping build
2021-08-02 07:03:57 -04:00
Matthew Kennedy
fcd6c3d520
fix the mess ( #3094 )
...
* test
* s
2021-08-01 23:21:53 -04:00
rusefillc
ba2d2a0eac
header dreaming about file summary comment
2021-08-01 21:52:58 -04:00
rusefillc
50b7bf6b67
typo
2021-08-01 21:51:24 -04:00
GitHub set-date Action
7be4e90eab
Update date
2021-08-02 00:57:16 +00:00
Andrey G
c091b18baf
Int flash fixes ( #3089 )
...
* STM32F7xx: flash write parallelism settings
Datasheed allows 32bit program operation only for 2.7..3.0
While RM defines wider range...
* Add parentheses to defines
* intFlash: show all errors to user
Currently only erase error was exported to user. Flash write error
was silent. Also define few additional error codes and show it to
user.
2021-08-01 18:26:42 -04:00
Matthew Kennedy
2b5b669807
refactor out frequency sensor ( #3092 )
...
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-08-01 15:58:39 -04:00
Matthew Kennedy
250bd0670e
unit test vss segfault fix ( #3090 )
...
* enable feature
* dynoview
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-08-01 15:05:52 -04:00
rusefillc
ac6cb0601c
unit test for vehicle_speed.cpp #3081
2021-08-01 12:19:59 -04:00
Andrey
511b5c22dd
unit test for vehicle_speed.cpp #3081
2021-08-01 12:09:53 -04:00
GitHub build-firmware Action
b692ba02e7
Auto-generated configs and docs
2021-08-01 01:24:39 +00:00
Matthew Kennedy
ab49f61a83
gppwm vbatt axis ( #3088 )
2021-07-31 21:20:19 -04:00
GitHub set-date Action
990e2d9f4c
Update date
2021-08-01 01:05:17 +00:00
Andrey G
435f712e84
Remove outdated option CH_DBG_ENABLE_TRACE ( #3087 )
...
Not used since RT5
2021-07-31 07:51:13 -04:00
Andrey
d3523e5010
another dead line
2021-07-31 01:37:51 -04:00
Andrey
139c2593d5
dead var
2021-07-31 01:36:50 -04:00
GitHub build-firmware Action
557b948659
Auto-generated configs and docs
2021-07-31 02:58:16 +00:00
Andrey
7d551a062e
RUSEFI MSD to contain bundle-specific URL #2848
2021-07-30 22:47:35 -04:00
Andrey
838ec90d60
RUSEFI MSD to contain bundle-specific URL fix #2848
2021-07-30 22:33:56 -04:00
Andrey
2dedcb1152
RUSEFI MSD to contain bundle-specific URL #2848
2021-07-30 22:26:30 -04:00
Andrey
2744fa53bc
RUSEFI MSD to contain bundle-specific URL #2848
2021-07-30 22:23:52 -04:00
Andrey
db03f25397
gen_config.sh code duplication fix #2451
2021-07-30 22:00:35 -04:00
Andrey
c601659dc7
RUSEFI MSD to contain bundle-specific URL #2848
2021-07-30 21:45:55 -04:00
Andrey
7888574bf0
RUSEFI MSD to contain bundle-specific URL #2848
2021-07-30 21:18:51 -04:00
Andrey
477dc27992
Wrap PAL driver into universal 'startDigitalCapture' #2123
2021-07-30 20:57:01 -04:00
Andrey
608d5de22f
Wrap PAL driver into universal 'startDigitalCapture' #2123
2021-07-30 20:48:26 -04:00
Andrey
54b29c8196
Wrap PAL driver into universal 'startDigitalCapture' #2123
2021-07-30 20:30:52 -04:00
Andrey
50240c6500
Wrap PAL driver into universal 'startDigitalCapture' #2123
2021-07-30 20:15:53 -04:00
Andrey
1ce05e9a02
Wrap PAL driver into universal 'startDigitalCapture' #2123
2021-07-30 20:10:34 -04:00
rusefillc
97b9cb1bfd
RUSEFI MSD to contain bundle-specific URL #2848
...
thank you david!
2021-07-30 19:39:15 -04:00
rusefillc
21a821d751
more details into output
2021-07-30 19:33:31 -04:00
rusefillc
5331daf559
RUSEFI MSD to contain bundle-specific URL #2848
2021-07-30 19:13:43 -04:00
rusefillc
26a6b76b66
RUSEFI MSD to contain bundle-specific URL #2848
2021-07-30 18:14:32 -04:00
Andrey
00b9a1349a
gen_config.sh code duplication #2451
2021-07-30 17:39:55 -04:00
GitHub build-firmware Action
d066b4ee31
Auto-generated configs and docs
2021-07-30 21:18:57 +00:00
Andrey
7a2176afad
gen_config.sh code duplication #2451
2021-07-30 17:15:01 -04:00
Andrey
ffb30f4346
gen_config.sh code duplication #2451
2021-07-30 16:55:07 -04:00
Matthew Kennedy
9b4f8a3a29
flash erase cache invalidate ( #3073 )
...
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-07-30 16:52:55 -04:00
Andrey
8cd674ac3b
typos
2021-07-30 16:28:27 -04:00
Andrey
8c72fdfd93
RUSEFI MSD to contain bundle-specific URL #2848
...
refactoring and progress
2021-07-30 16:23:01 -04:00
Andrey
4f9b3cc4d0
RUSEFI MSD to contain bundle-specific URL #2848
...
refactoring and progress
2021-07-30 16:07:37 -04:00
rusefillc
502df0d85b
typo
2021-07-30 15:49:08 -04:00
rusefillc
71f93bb3a5
welcome h81
2021-07-30 10:13:07 -04:00
rusefillc
87c5fb7f32
+x
2021-07-30 10:10:18 -04:00
Andreika
b27254f0f3
Hellen81 initial ( #3080 )
...
Co-authored-by: Andrei <andreikagit@users.noreply.github.com>
2021-07-30 10:04:22 -04:00
Matthew Kennedy
0d983855b9
instant rpm uses full engine cycle ( #3077 )
...
* instant rpm uses full engine cycle
* turn off fast spinup for this test
2021-07-30 08:18:24 -04:00
Lenar Khannanov
555d9dfe4e
Feature 3014 migrating to gradle ( #3079 )
...
* feat: restructured autotest for migrating to gradle
* feat: restructured enum_to_string for migrating to gradle
* feat: restructured configuration_definition for migrating to gradle; fix: corrected build.xml
* feat: restructured logging for migrating to gradle; fix: corrected build.xml's
* feat: restructured romraider for migrating to gradle; fix: corrected build.xml's
* feat: restructured autotest for migrating to gradle
* feat: restructured enum_to_string for migrating to gradle
* feat: restructured configuration_definition for migrating to gradle; fix: corrected build.xml
* feat: restructured logging for migrating to gradle; fix: corrected build.xml's
* feat: restructured romraider for migrating to gradle; fix: corrected build.xml's
* feat: restructured autotest for migrating to gradle
* feat: restructured enum_to_string for migrating to gradle
* feat: restructured configuration_definition for migrating to gradle; fix: corrected build.xml
* feat: restructured logging for migrating to gradle; fix: corrected build.xml's
* feat: restructured romraider for migrating to gradle; fix: corrected build.xml's
* feat: restructured enum_to_string for migrating to gradle
* fix: corrected main build.xml
* fix: corrected main build.xml for romraider
* fix: corrected main build.xml for romraider
* feat: restructured autotest for migrating to gradle
* feat: restructured enum_to_string for migrating to gradle
* feat: restructured configuration_definition for migrating to gradle; fix: corrected build.xml
* feat: restructured logging for migrating to gradle; fix: corrected build.xml's
* feat: restructured romraider for migrating to gradle; fix: corrected build.xml's
* feat: restructured enum_to_string for migrating to gradle
* fix: corrected main build.xml
* fix: corrected main build.xml for romraider
* fix: corrected main build.xml for romraider
* feat: restructured enum_to_string for migrating to gradle
* feat: restructured configuration_definition for migrating to gradle; fix: corrected build.xml
* upd: get changes from master; fix: rebasing conflicts
* feat: restructured logging for migrating to gradle; fix: corrected build.xml's
* upd: up-to-master; fix: conflicts in build.xml's
* feat: restructured logging for migrating to gradle; fix: corrected build.xml's
* fix: conflicts from master
* feat: restructured shared_ui module for gradle; fix: main build.xml
* feat: restructured tools module; fix: main build.xml according to new structure
* feat: restructured modules in java_tools with build.xml; fix: corrected paths in build.xml's and .iml's according to the new structure; corrected path in gen_ptrace_enums.bat
2021-07-30 08:15:32 -04:00
GitHub build-firmware Action
d78b884859
Auto-generated configs and docs
2021-07-30 05:15:34 +00:00
rusefillc
0aa4ac148f
style
2021-07-30 01:03:38 -04:00
GitHub set-date Action
2a5f00a5f2
Update date
2021-07-30 00:58:59 +00:00
GitHub set-date Action
e111cdef12
Update date
2021-07-29 00:56:45 +00:00
rusefillc
d9cc35bd31
genesis coupe
2021-07-28 17:18:44 -04:00
GitHub build-firmware Action
f93e59ea3d
Auto-generated configs and docs
2021-07-28 20:57:59 +00:00
rusefillc
cf0fe81e32
genesis coupe
2021-07-28 14:51:29 -04:00
rusefillc
caea5283ae
Faster enginePins.stopPins() #3070
...
refactoring: reducing magic constants
2021-07-28 14:14:51 -04:00
GitHub build-firmware Action
f08c59c8e6
Auto-generated configs and docs
2021-07-28 11:49:04 +00:00
Matthew Kennedy
5373594bb7
discrete VR threshold control ( #3061 )
...
* vr pwm
* rename
* scaling and ui
* hellen pin
* s
* math
* ooh, pch
* happy test
* not magic
2021-07-28 07:44:44 -04:00
GitHub set-date Action
dc4b4f0b5d
Update date
2021-07-28 01:01:03 +00:00
GitHub build-firmware Action
a2ffc83e3e
Auto-generated configs and docs
2021-07-27 21:37:24 +00:00
rusefillc
3f36e73dd7
turbo speed turbospeed input #2935
2021-07-27 17:32:11 -04:00
GitHub set-date Action
d1e2fbffd3
Update date
2021-07-27 00:58:54 +00:00
rusefillc
c6dbd9caf7
121 vag defaults have fatal error fix #3059
2021-07-26 16:40:11 -04:00
GitHub build-firmware Action
98085430a2
Auto-generated configs and docs
2021-07-26 16:27:03 +00:00
rusefillc
577fb0f4af
poke atlas
2021-07-26 12:22:53 -04:00
rusefillc
ac40974194
atlas https://github.com/rusefi/rusefi/blob/master/firmware/config/boards/readme.md
2021-07-26 11:43:32 -04:00
Matthew Kennedy
d2003d24a0
make build happy ( #3067 )
2021-07-26 09:08:05 -04:00
GitHub build-firmware Action
ac508c3321
Auto-generated configs and docs
2021-07-26 05:16:27 +00:00
Matthew Kennedy
b52d50bbf2
Use pch in lots of files ( #3066 )
...
* most engine.h
* most engine_configuration
* more
* more
* more
* more
* more
* moooooore
* ok I'm done for now
* oops
2021-07-26 01:05:17 -04:00
Matthew Kennedy
ec4ffa6c3f
atlas build stub ( #3065 )
...
* add atlas configs
* script
* prepend
* s
* stubs
* apparently board.mk can't set cpu
* s
2021-07-26 01:04:58 -04:00
GitHub build-firmware Action
ea9fd55686
Auto-generated configs and docs
2021-07-26 01:47:41 +00:00
rusefillc
8f203efdba
pedal logic #3063
2021-07-25 21:33:43 -04:00
Matthew Kennedy
3518da97a7
set up precompiled header ( #2971 )
...
* ignore
* set up precompiled header
* makefile
* fixes
* cleanup
* only depend cpp on pch
* efifeatures in pch
* f7 efifeatures
* consolidate
* simulator
* proteus build
* error handling is a good one
* bootloader pch
* don't auto include pch
* dirs
* delete on clean
* bootloader cleans
* clean.sh deletes pch
* disable in bl for now
* there was a typo so maybe it'll work now
* remove todo
* don't need that any more
* don't need these parts
* don't need this part
* undo changes
* use a different cpp as example
* s
* Revert "cleanup"
This reverts commit 8de8698490f5d09c2df753f00a89751aa898be9a.
* also unnecessary now
* buh
* comment
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-07-25 21:23:23 -04:00
GitHub set-date Action
22f4a5eb93
Update date
2021-07-26 01:03:56 +00:00
Matthew Kennedy
bd599ab374
cleanup for pch ( #3062 )
...
* cleanup
* d
2021-07-25 20:43:02 -04:00
Matthew Kennedy
f6095b8339
fix nonlinear correction threshold ( #3060 )
...
* s
* macro
* test has to do the inverse
2021-07-25 20:42:26 -04:00
Andrey
17ee26293c
todo
2021-07-25 12:45:28 -04:00
rusefi
07c3cc09d4
Red test mule cranking to idling is weird #3050
2021-07-24 23:25:00 -04:00
rusefi
5f2a01c318
Red test mule cranking to idling is weird #3050
2021-07-24 23:05:22 -04:00
GitHub set-date Action
a6efc08614
Update date
2021-07-25 00:59:22 +00:00
Andrey
2e3f37a771
Clutch switch inverted options do not invert detected pedal position
...
#3044
2021-07-24 19:32:50 -04:00
GitHub build-firmware Action
e07c7d30aa
Auto-generated configs and docs
2021-07-24 23:25:25 +00:00
Andrey
a63c55e394
Clutch switch inverted options do not invert detected pedal position
...
#3044
2021-07-24 19:20:59 -04:00
GitHub build-firmware Action
995f76e95b
Auto-generated configs and docs
2021-07-24 23:14:07 +00:00
Andrey
eaeade5305
Clutch switch inverted options do not invert detected pedal position
...
#3044
2021-07-24 18:59:00 -04:00
Andrey
37247db383
Clutch switch inverted options do not invert detected pedal position
...
#3044
2021-07-24 18:44:13 -04:00
Matthew Kennedy
617c2886d9
adjust taper behavior ( #3051 )
...
* adjust taper behavior
* check that taper works in running state too
2021-07-24 16:12:07 -04:00
rusefillc
ca34562d5d
Clutch switch inverted options do not invert detected pedal position #3044
2021-07-24 15:54:51 -04:00
rusefillc
9c166d86fe
Clutch switch inverted options do not invert detected pedal position #3044
2021-07-24 15:36:03 -04:00
GitHub build-firmware Action
21facbf590
Auto-generated configs and docs
2021-07-24 17:28:25 +00:00
rusefillc
09e7aa2160
Clutch switch inverted options do not invert detected pedal position #3044
2021-07-24 13:24:53 -04:00
GitHub build-firmware Action
005307c3d1
Auto-generated configs and docs
2021-07-24 16:53:52 +00:00
rusefillc
c4dac4ed34
Rename "2 wire wasted" in TS ignition settings fix #3048
2021-07-24 12:50:16 -04:00
rusefi
ee1426387b
Red test mule cranking to idling is weird #3050
2021-07-24 11:56:29 -04:00
rusefillc
2cc0272047
Rename "2 wire wasted" in TS ignition settings fix #3048
2021-07-24 10:59:26 -04:00
GitHub build-firmware Action
0ea66782fb
Auto-generated configs and docs
2021-07-24 14:52:07 +00:00
rusefillc
366e9caed0
Rename "2 wire wasted" in TS ignition settings #3048
2021-07-24 10:33:42 -04:00
rusefillc
754571e386
Rename "2 wire wasted" in TS ignition settings #3048
2021-07-24 10:30:38 -04:00
GitHub set-date Action
d52c6d12ce
Update date
2021-07-24 00:57:36 +00:00
rusefillc
23842bf143
safer NB2 progress ( #3041 )
...
* safer NB2 progress
* one step back
2021-07-23 16:43:24 -04:00
Matthew Kennedy
f70c844c60
H7 ADC triggered by hardware timer ( #3028 )
...
* config
* allow changing adc speed
* timer triggered ADC
* ICU on nucleo
* turn that off too
* 10khz
* make those default for all h7
* I can't type
2021-07-23 14:50:35 -04:00
Matthew Kennedy
09192cfc4d
fast adc callback ( #3031 )
...
* fast adc callback
* guard
* missed one
* now cypress will be happy
2021-07-23 14:19:59 -04:00
GitHub build-firmware Action
a59179396f
Auto-generated configs and docs
2021-07-23 13:22:21 +00:00
David Holdeman
65203040ae
Pinout links ( #3037 )
...
* add support for links
* add undefined check and remove pdiv ref
* add MRE id
* clear search
2021-07-23 09:20:13 -04:00
GitHub build-firmware Action
c0bd6985c6
Auto-generated configs and docs
2021-07-23 12:40:28 +00:00
Matthew Kennedy
2368e90ae7
dead ( #3016 )
2021-07-23 08:31:23 -04:00
Andrey
9266b1548c
Nissan
2021-07-22 23:44:25 -04:00
rusefillc
eb1e0eeaf7
Nissan
2021-07-22 22:44:11 -04:00
rusefi
f67eefcc44
Nissan
2021-07-22 21:37:53 -04:00
GitHub set-date Action
774e0525e3
Update date
2021-07-23 00:58:11 +00:00
rusefillc
4ae72f43f6
"prettyClose": some strange code inside idle controller? #3030
2021-07-22 15:30:32 -04:00
Andrey
0fc74038c0
Merge remote-tracking branch 'origin/master'
2021-07-22 01:12:31 -04:00
Andrey
6fc693aea2
VVT position of first cam is off on first cycle fix #2987
2021-07-22 01:02:37 -04:00
GitHub build-firmware Action
a94ac9a826
Auto-generated configs and docs
2021-07-22 04:20:26 +00:00