Commit Graph

11048 Commits

Author SHA1 Message Date
rusefillc 43346e1a4a Revert "partial rollback was requested to revive HW CI"
This reverts commit a460e588
2021-08-27 12:42:53 -04:00
GitHub build-firmware Action 5aa10d4385 Auto-generated configs and docs 2021-08-27 11:16:03 +00:00
BeerMoneyMotorsports 9dc0514412 Update main.yaml (#3204)
TS NAME typo on boost control fix.
2021-08-27 07:12:48 -04:00
rusefillc 6247a50662 Revert "Revert "memory savings (#3195)""
This reverts commit 86cf9cf7
2021-08-27 06:18:05 -04:00
GitHub build-firmware Action d39a329223 Auto-generated configs and docs 2021-08-27 09:54:15 +00:00
Andrey G a6fb12911d Board subaru: fix pinout. again and again (#3203) 2021-08-27 12:50:36 +03:00
Matthew Kennedy ad205cb15e detect "not scheduled" faster (#3200)
* fatal if not found

* handle not-scheduled

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-08-27 11:46:01 +03:00
Matthew Kennedy 9d437474b2 add cancel to scheduler (#3201)
* fw

* for tests

* simulator

* sim

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-08-27 11:30:06 +03:00
Matthew Kennedy a56d2d9e0e s (#3207) 2021-08-27 11:07:33 +03:00
Matthew Kennedy 0b648f5960 init the timer before we try to use it (#3205)
* init the timer before we try to use it

* format

* guard
2021-08-27 10:59:00 +03:00
rusefillc 86cf9cf7c9 Revert "memory savings (#3195)"
This reverts commit 1b485ca2
2021-08-27 02:32:31 -04:00
rusefillc fdd2beb952 docs 2021-08-27 02:31:48 -04:00
GitHub set-date Action 47c524aec3 Update date 2021-08-27 01:00:17 +00:00
Matthew Kennedy e213fcaca5 s (#3202)
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-08-26 17:11:53 -04:00
rusefillc a460e588ef partial rollback was requested to revive HW CI 2021-08-26 17:04:27 -04:00
Matthew Kennedy 1b485ca2d8 memory savings (#3195)
* d

* dead code

* all your ram are belong to me

* turn off gpiochips we don't need

* save

* save by using the same file handle

* smaller stack ok

* these can be on the stack

* this is closer

* what about ccm?

* probing available

* now probe ccm

* ccm

* put stuff in ccm

* fsio

* memory usage

* memory
2021-08-26 23:05:31 +03:00
Matthew Kennedy 7a4a0bb608 add & test remove from linked list (#3199) 2021-08-26 23:03:09 +03:00
GitHub set-date Action d59d6c4a75 Update date 2021-08-26 00:54:08 +00:00
Matthew Kennedy ae84ec2044 simpler way for limp manager to handle engine stop (#3194)
* simpler

* why would we lie about spinning?
2021-08-25 11:29:20 +03:00
GitHub set-date Action 6f7537b3ee Update date 2021-08-25 00:56:06 +00:00
Matthew Kennedy fe74ace049 missed a little bit (#3192) 2021-08-24 17:00:14 -04:00
Matthew Kennedy df48806ec0 start allowing ADC change while running (#3100)
* allow re-register of the same sensor

* add api to unsubscribe

* do it for tps

* clear the pin

* happy test

* maybe make afr happy for now

* tests build

* happy simulator

* active configuration

* check valid

* we need vbatt now

* manage all pin init in init_sensors.cpp

* don't need that

* cleanup

* thermistors

* do two phase reinit in the right place

* config vs engine

* finally the tests are happy
2021-08-24 16:41:16 -04:00
GitHub build-firmware Action c865438788 Auto-generated configs and docs 2021-08-24 20:20:36 +00:00
rusefillc 0feb5329a0 less confusing name for vag hellen preset 2021-08-24 16:07:20 -04:00
rusefillc 7ff980eb5c 94/95 miata presets #3191 2021-08-24 16:03:50 -04:00
GitHub build-firmware Action e98482d7e3 Auto-generated configs and docs 2021-08-24 19:55:16 +00:00
rusefillc 6cb6fb38e7 154h 2021-08-24 15:51:43 -04:00
GitHub build-firmware Action d177c41d7a Auto-generated configs and docs 2021-08-24 15:44:43 +00:00
BeerMoneyMotorsports 4cbafe9081 flex input (#3190)
flex class change to event_inputs
2021-08-24 11:41:15 -04:00
GitHub build-firmware Action e254ee5319 Auto-generated configs and docs 2021-08-24 14:14:57 +00:00
rusefillc 2e74a0aef1 https://github.com/rusefi/hellen121vag/issues/47 2021-08-24 10:11:01 -04:00
rusefillc f9b7861f11 firing order for some 911 2021-08-24 07:48:02 -04:00
GitHub build-firmware Action e3264c5986 Auto-generated configs and docs 2021-08-24 11:39:25 +00:00
rusefillc f33132af9e firing order for some 911 2021-08-24 07:31:55 -04:00
rusefillc 76dc085abf firing order for some 911 2021-08-24 07:28:56 -04:00
GitHub build-firmware Action e58c3c1e25 Auto-generated configs and docs 2021-08-24 07:02:08 +00:00
Andrey f050d8ddee todo: think about it 2021-08-24 02:56:32 -04:00
GitHub build-firmware Action bea353d32d Auto-generated configs and docs 2021-08-24 05:23:27 +00:00
Matthew Kennedy 210aa31ef3 cleanup missing fsio stuff (#3189) 2021-08-24 08:19:03 +03:00
alxrMironov dd1b7ffa24 Vehicle speed switching to frequency sensor #3106 (#3148)
* Add vehicle_speed_converter.h with realization.

* Add test_vehicle_speed_converter.cpp with realization.

* Add test_vehicle_speed_converter.cpp to Makefile

* Edit "VehicleSpeedSensor" from function pointer sensor to frequency sensor

* Fix "VehicleSpeedSensor" init function args

* Remove "VehicleSpeedConverter" empty constructor

* Edit vehicle_speed_converter.h code style

* Fix args and engine injection in "VehicleSpeedSensor" initialization procedure

* Remove old "Vehicle Speed" module initialization

* Revert "Remove old "Vehicle Speed" module initialization"

This reverts commit 100b7caa8c615c20eed3d0c23a49824b4e556148.

* Remove old "Vehicle Speed" module initialization pieces

* Revert "Revert "Remove old "Vehicle Speed" module initialization""

This reverts commit f559a726f1f7f5a7acacd1b6517e571743e84327.

* Debug changes

* Revert "Debug changes"

This reverts commit f7e2be1a8a46c6f3f93f14f002b2f2db539da8e2.

* Another debug changes

* More debug changes

* And more debug changes.

* Revert "Another debug changes"

This reverts commit 914fbb1df42c37e4b5ecbb119bb45e7cffdf4064.

* Revert "More debug changes"

This reverts commit 0b2d96d461c3cd9b0f1ae97ed110b8effe6b0cc6.

* Revert "And more debug changes."

This reverts commit 06ae8daded0e6e1c025e4e5058b47283f4adfe92.

* Add "Vehicle Speed" sensor reconfiguration

* Revert "Add "Vehicle Speed" sensor reconfiguration"

This reverts commit a089a6d563dd710004ce1a7da1744b0b4b90c3b1.

* Revert "Revert "Add "Vehicle Speed" sensor reconfiguration""

This reverts commit 7b2bb8af4b3caa547236ca59e4c4bdb3ac1200cc.

* Debug changes

* Another debug changes

* Fix another debug changes

* Another debug changes 2

* Revert "Another debug changes 2"

This reverts commit cfad55141eec125b2f1d35fb95d9f46b54f666b6.

* Revert "Fix another debug changes"

This reverts commit 9bc2c74a3be6fd896827ff48cf4580e7657529c0.

* Revert "Another debug changes"

This reverts commit 4337ed8cad8dff508d093944eb3f75e9a69e4a77.

* Edit class  FrequencySensor, make it more RAII

* Debug changes

* Debug changes 2

* Debug changes 3

* Revert "Debug changes 3"

This reverts commit 52a7054c122b5157540fe45a055a84b57478d722.

* Revert "Debug changes 2"

This reverts commit dec79fb913344ccb4b8614910ad62e6c129a243e.

* Revert "Debug changes"

This reverts commit eb08d7a529b55ba397a7dd2c154b76eab42f212b.

* Revert "Edit class  FrequencySensor, make it more RAII"

This reverts commit 3a0bb1d3f1dd23c1b04e4cc1c526cfdc67ae86a3.

* Remove VSS pin definition in "Citroen Berlingo" engine config.

This reverts commit 3a0bb1d3f1dd23c1b04e4cc1c526cfdc67ae86a3.

* Remove VSS pin definition in "Dodge Neon" engine config

Co-authored-by: alxrMironov <330OMcorporative>
2021-08-24 00:55:41 -04:00
GitHub build-firmware Action bf85ee1815 Auto-generated configs and docs 2021-08-24 04:42:40 +00:00
Andrey G fc17c63d51 Bunch of small fixes related to EG33 board (#3188)
* Typo fix

* flash_main: always allow to write settings to ext NOR while running

* mc33810: do not enable outputs right after undervoltage

Wait for next active signal

* QSPI flash: set correct dummy cycles for fast read command

* board subaru: fix connector pinout. again.

* board subaru: fix SDMMC pin configuration

* board subaru: fix DMA conflict SPI4_RX vs SDMMC2
2021-08-24 07:39:03 +03:00
GitHub set-date Action 7bdeeac531 Update date 2021-08-24 01:04:00 +00:00
GitHub set-date Action 0a814e6764 Update date 2021-08-23 00:52:29 +00:00
Andrey e6ac41f5ba my first Lua 2021-08-22 01:41:54 -04:00
GitHub build-firmware Action 9d05d54cf1 Auto-generated configs and docs 2021-08-22 04:11:34 +00:00
Andrey c0f55292f1 Lua analog inputs 2021-08-22 00:05:51 -04:00
Andrey 94fcb15506 my first Lua 2021-08-22 00:00:20 -04:00
GitHub set-date Action daf7bad539 Update date 2021-08-22 00:55:30 +00:00
CrazyStriker 5ca71121e0 updated OEM map sensor values for Mazda 1 bar (#3185)
according to measurements
2021-08-21 18:31:05 +03:00
Matthew Kennedy feae377acb de init frequency sensor (#3183)
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-08-21 09:02:05 +03:00
GitHub set-date Action af277ac9bf Update date 2021-08-21 00:54:54 +00:00
GitHub set-date Action 754deba01f Update date 2021-08-20 00:55:08 +00:00
rusefillc 8632f28f5a more detailed message 2021-08-19 15:51:33 -04:00
Matthew Kennedy ec242f92de lua pass alloc and script (#3179)
* pass alloc and script

* pass in all the spots
2021-08-19 15:14:02 -04:00
GitHub build-firmware Action d61a354d2f Auto-generated configs and docs 2021-08-19 10:55:01 +00:00
rusefillc d90a6dbae4 VAG 1.8T default tune PPS fix #3178 2021-08-19 06:51:00 -04:00
Matthew Kennedy a71c2f5139 fix ETB PWM (#2870)
* iwpm

* dc motor has configure

* consume

* format

* use fake PWM to save one SimplePwm instance

* comments

* not sure why I changed that

* init the pins otherwise

* typo

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-08-19 08:33:33 +03:00
GitHub set-date Action 544495257d Update date 2021-08-19 00:50:19 +00:00
Matthew Kennedy a02c8dc7c3 lua & fsio cleanup (#3175) 2021-08-18 15:25:46 -04:00
GitHub set-date Action 8f43f72912 Update date 2021-08-18 00:57:22 +00:00
GitHub build-firmware Action 07edd06300 Auto-generated configs and docs 2021-08-17 21:35:02 +00:00
shadowm60 ba680124f0 Update main.yaml (#3171)
minor correction to use all adc inputs
2021-08-18 00:31:42 +03:00
Andrey G bd7c73c109 qspi flash updates (#3169)
* ChibiOS QSPI updates

* board: subaru: speed up NOR flash

* QSPI: add fast read commands
2021-08-17 11:06:37 +03:00
GitHub build-firmware Action 8f82e94801 Auto-generated configs and docs 2021-08-17 00:59:17 +00:00
rusefillc b75b50b961 SD-card log fields improvement (warning counter & last code) #3162 2021-08-16 20:54:41 -04:00
Lenar Khannanov a334f0d23f Hotfix some java_tools gradle configs (#3165)
* fix: deleted mavenRepositories declaration

* fix: deleted unnecessary settings.gradle for enum_to_string

* fix: dependencies for junit, annotations, jsr305; feat: added new dependency for jsr305; fix: deleted settings.gradle for logging; fix: moved enum_to_string tests to test folder

* fix: deleted mavenRepositories declaration

* fix: deleted unnecessary settings.gradle for enum_to_string

* fix: dependencies for junit, annotations, jsr305; feat: added new dependency for jsr305; fix: deleted settings.gradle for logging; fix: moved enum_to_string tests to test folder

* fix: placed test classes to test folder in enum_to_string; feat: get updates from master
2021-08-16 23:52:52 +03:00
Matthew Kennedy cf4f012c79 longer wbo timeout (#3164) 2021-08-16 15:11:26 -04:00
rusefillc 174bec6e43 Nissan progress 2021-08-16 10:56:31 -04:00
Andrey 9075888e7b zero dwell warning at zero RPM #3153 2021-08-16 09:11:22 -04:00
Andrey 05b3a2ac18 zero dwell warning at zero RPM #3153 2021-08-16 09:00:43 -04:00
Andrey 655c47b4d7 zero dwell warning at zero RPM #3153 2021-08-16 07:21:07 -04:00
rusefillc a5a3ec3f13 zero dwell warning at zero RPM #3153 2021-08-16 07:00:17 -04:00
GitHub build-firmware Action ba81c89bd1 Auto-generated configs and docs 2021-08-16 10:57:59 +00:00
rusefillc 5edd78d856 enlarging Lua script in configuration 2021-08-16 06:52:29 -04:00
rusefillc 0fa1451fba enlarging Lua script in configuration 2021-08-16 04:22:51 -04:00
rusefillc 47c20c95dd zero dwell warning at zero RPM #3153 2021-08-16 04:20:32 -04:00
GitHub set-date Action 472e0295e4 Update date 2021-08-16 00:56:44 +00:00
Matthew Kennedy 314ef02bb4 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 0d66915c8b Auto-generated configs and docs 2021-08-15 19:38:17 +00:00
rusefillc 8bf3fa9ecd 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 47c6d61840 Auto-generated configs and docs 2021-08-15 18:33:32 +00:00
rusefillc a1553924ec HTML title for pinout pages fix #2882 2021-08-15 14:22:34 -04:00
rusefillc 7f5198abbc Tooth logger to use engineSnifferRpmThreshold #3161
more refactoring also removing obsolete comment
2021-08-15 14:14:13 -04:00
rusefillc 0fb9ce14df Tooth logger to use engineSnifferRpmThreshold #3161
use configurable limit
2021-08-15 13:59:18 -04:00
rusefillc 87a2a70554 Tooth logger to use engineSnifferRpmThreshold #3161
refactoring
2021-08-15 13:55:28 -04:00
GitHub build-firmware Action 4e51572131 Auto-generated configs and docs 2021-08-15 06:47:39 +00:00
rusefillc 8f9e3ec675 dead FSIO 2021-08-15 02:28:10 -04:00
Andrey G a36165f835 board subaru eg33: connector yaml: add Vbat sense pin (#3156) 2021-08-15 02:14:40 -04:00
Matthew Kennedy 28575e9dbd 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 5e8bcaf773 Update date 2021-08-15 00:56:40 +00:00
rusefillc 2533838016 dead FSIO 2021-08-14 11:52:41 -04:00
GitHub build-firmware Action 9a93af934b Auto-generated configs and docs 2021-08-14 15:26:24 +00:00
rusefillc 76c60969fd Nissan progress 2021-08-14 11:21:56 -04:00
Andrey G 859c4f3902 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 29407db1a3 everybody is pulldown (#3131) 2021-08-14 09:34:13 -04:00
Andrey G 3f3587ad8d 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 e6a6548b2a implement adc unsubscription (#3149)
* allow re-register of the same sensor

* adc unsub
2021-08-14 15:41:27 +03:00
rusefillc 7afc52c620 No pins should be restarted for no reason during config change #3151 2021-08-14 06:15:29 -04:00
rusefillc 6dcf405850 No pins should be restarted for no reason during config change #3151 2021-08-14 05:20:12 -04:00
rusefillc 72d29f319d No pins should be restarted for no reason during config change #3151 2021-08-14 04:58:10 -04:00
rusefillc 22c0021751 No pins should be restarted for no reason during config change #3151 2021-08-14 04:35:43 -04:00
GitHub build-firmware Action db688d7620 Auto-generated configs and docs 2021-08-14 06:52:29 +00:00
Matthew Kennedy e056369f05 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 ef3bbb063c dead idle FSIO 2021-08-14 01:48:03 -04:00
GitHub set-date Action 729a004cf4 Update date 2021-08-14 00:53:14 +00:00
GitHub build-firmware Action 68ef22a2a2 Auto-generated configs and docs 2021-08-13 19:05:45 +00:00
rusefillc 818cf90a20 dead idle FSIO 2021-08-13 15:01:14 -04:00
GitHub build-firmware Action a9f9e7096a Auto-generated configs and docs 2021-08-13 15:08:24 +00:00
rusefillc 71ab106d0b smarter field disable 2021-08-13 11:03:40 -04:00
GitHub set-date Action 66bcd91d56 Update date 2021-08-13 00:57:01 +00:00
GitHub build-firmware Action e166ab24d4 Auto-generated configs and docs 2021-08-12 22:42:47 +00:00
rusefillc 9c32b39e7f dead idle FSIO 2021-08-12 18:34:06 -04:00
shadowm60 083178e86e Update board_configuration.cpp (#3147)
Added ETB defaults
2021-08-12 18:01:15 -04:00
rusefillc bc991eb816 Hellen Nissan defaults are no longer valid #3143 2021-08-12 17:46:10 -04:00
alxrMironov 9d1ce540c4 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 2bf6ee768c Hellen Nissan defaults are no longer valid #3143 2021-08-12 13:44:54 -04:00
GitHub build-firmware Action ee2b654fe5 Auto-generated configs and docs 2021-08-12 17:24:33 +00:00
BeerMoneyMotorsports 010bf3f7ab 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 14af1a5f21 Update date 2021-08-12 00:58:15 +00:00
GitHub build-firmware Action e2c01f3b93 Auto-generated configs and docs 2021-08-11 22:49:24 +00:00
shadowm60 2507aaff2c 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 b54caa7140 Nissan progress 2021-08-11 18:29:35 -04:00
GitHub build-firmware Action cbefbf6d9d Auto-generated configs and docs 2021-08-11 22:08:32 +00:00
rusefillc 98ce0f1f88 Nissan progress 2021-08-11 18:04:57 -04:00
Matthew Kennedy 7933f50ef3 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 02bc451221 Pavel says there are issues 2021-08-11 04:16:51 -04:00
rusefillc c6e02db03c Pavel says there are issues 2021-08-11 04:00:37 -04:00
GitHub build-firmware Action 65c7e22d8e Auto-generated configs and docs 2021-08-11 06:07:34 +00:00
rusefillc 3824301abc Pavel says there are issues 2021-08-11 02:03:19 -04:00
GitHub set-date Action ad9ee2f847 Update date 2021-08-11 00:58:18 +00:00
rusefillc c775a3185f Pavel says there are issues 2021-08-10 15:57:34 -04:00
GitHub build-firmware Action a416b0ebc0 Auto-generated configs and docs 2021-08-10 19:43:42 +00:00
rusefillc ab60ddaa9d nice talking to Martin 2021-08-10 15:31:42 -04:00
Matthew Kennedy 90c9c7d00c 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 a983f6029f "Burn without flash" button #3127 2021-08-10 07:30:12 -04:00
GitHub build-firmware Action 8fc03e17b2 Auto-generated configs and docs 2021-08-10 11:15:48 +00:00
rusefillc 4d6ccfab0c "Burn without flash" button #3127 2021-08-10 07:11:41 -04:00
rusefillc 06060dc43b Implement auto knock threshold sampling #3033 2021-08-10 06:42:39 -04:00
GitHub build-firmware Action c95ee8dc6f Auto-generated configs and docs 2021-08-10 10:00:43 +00:00
rusefillc a39ea5a3cf Implement auto knock threshold sampling #3033 2021-08-10 05:56:04 -04:00
rusefillc 16664ab19b NB2 36 2021-08-10 02:34:59 -04:00
GitHub build-firmware Action 6c77538639 Auto-generated configs and docs 2021-08-10 06:22:39 +00:00
rusefillc 61d40b45ae NB2 36 2021-08-10 02:17:33 -04:00
GitHub set-date Action 9ce34e326e Update date 2021-08-10 00:59:51 +00:00
GitHub build-firmware Action 1b8157518d Auto-generated configs and docs 2021-08-09 21:12:58 +00:00
rusefillc 831c989cd0 Implement auto knock threshold sampling #3033 2021-08-09 17:07:38 -04:00
GitHub build-firmware Action df3bde91c7 Auto-generated configs and docs 2021-08-09 20:40:28 +00:00
rusefillc 2962b47787 refactoring: reduce magic constant 2021-08-09 16:33:06 -04:00
rusefillc 513a2483a3 Implement auto knock threshold sampling #3033 2021-08-09 16:27:31 -04:00
GitHub build-firmware Action 59eb904d2c Auto-generated configs and docs 2021-08-09 20:12:40 +00:00
rusefillc 25d5c03558 https://rusefi.com/forum/viewtopic.php?p=41803#p41803 2021-08-09 16:07:38 -04:00
GitHub set-date Action 2edbe4a620 Update date 2021-08-09 00:57:51 +00:00
GitHub build-firmware Action 8ea66f9446 Auto-generated configs and docs 2021-08-08 14:54:42 +00:00
rusefillc 491d8696a5 Nissan 4 cylinder QR trigger wheel #3118 2021-08-08 17:49:31 +03:00
rusefillc ba446252c4 Nissan 4 cylinder QR trigger wheel #3118 2021-08-08 17:47:33 +03:00
Andrey 3bc6b2d73a Nissan 4 cylinder QR trigger wheel #3118 2021-08-08 07:29:11 -04:00
Andrey 8a4831b1dc Nissan 4 cylinder QR trigger wheel #3118 2021-08-08 07:04:18 -04:00
GitHub build-firmware Action c045cac371 Auto-generated configs and docs 2021-08-08 10:20:17 +00:00
Andrey 76412dffde Nissan 4 cylinder QR trigger wheel #3118 2021-08-08 06:16:19 -04:00
Andrey b5313d395e Nissan 4 cylinder QR trigger wheel #3118 2021-08-08 04:56:56 -04:00
Andrey bbd855d62b Nissan 4 cylinder QR trigger wheel #3118 2021-08-08 04:45:40 -04:00
GitHub build-firmware Action a043d5d316 Auto-generated configs and docs 2021-08-08 08:11:59 +00:00
Andrey 464400e091 Nissan 4 cylinder QR trigger wheel #3118 2021-08-08 04:06:13 -04:00
rusefillc ad3ee480b6 Nissan 4 cylinder QR trigger wheel #3118 2021-08-08 04:00:51 -04:00
GitHub build-firmware Action 029b6d9da5 Auto-generated configs and docs 2021-08-08 07:04:27 +00:00
rusefillc c8b7d927e8 trigger debug to full pinout 2021-08-08 02:59:23 -04:00
GitHub set-date Action 1cbab4013c Update date 2021-08-08 00:57:49 +00:00
rusefillc 8034528dff moving two lines closer 2021-08-07 17:13:54 -04:00
Andrey bb076e2578 NB1 2021-08-07 16:43:31 -04:00
Matthew Kennedy c3cbf8d34c oops (#3116) 2021-08-07 22:56:59 +03:00
rusefillc dbd879284c would H7 work? 2021-08-07 12:36:39 -04:00
GitHub build-firmware Action 787c66c0ab Auto-generated configs and docs 2021-08-07 09:32:36 +00:00
rusefillc 2fbc9bec04 NB1 2021-08-07 05:29:13 -04:00
rusefillc c0db6bd72f TS file read #3004 2021-08-07 05:13:16 -04:00
rusefillc 02221aaac0 NB1 2021-08-07 02:46:35 -04:00
rusefillc 1e8f91a640 154hyundai 2021-08-07 02:44:17 -04:00
GitHub set-date Action 012547e95d Update date 2021-08-07 00:52:27 +00:00
GitHub set-date Action f319a06ada Update date 2021-08-06 01:01:29 +00:00
GitHub build-firmware Action 82cc07af43 Auto-generated configs and docs 2021-08-05 22:10:20 +00:00
rusefillc 853b3f66a1 hellen154hyundai 2021-08-05 18:06:15 -04:00
rusefillc 64fb65cd80 hellen-nb-1 2021-08-05 18:05:53 -04:00
rusefillc 49497dec6d 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 6a929113e3 Update date 2021-08-05 00:57:19 +00:00
GitHub build-firmware Action ba3be34bfe Auto-generated configs and docs 2021-08-05 00:52:42 +00:00
rusefillc 196369c4a7 hellen154hyundai 2021-08-04 20:48:33 -04:00
GitHub build-firmware Action 5f95b8edd6 Auto-generated configs and docs 2021-08-05 00:03:53 +00:00
rusefillc b3469802a4 hellen154hyundai 2021-08-04 20:00:10 -04:00
Matthew Kennedy 39388c75d8 even more pch (#3112)
* s

* more

* s

* f7
2021-08-04 19:30:52 -04:00
rusefillc 660e804347 hellen154hyundai
one day I will learn the spelling!
2021-08-04 19:13:28 -04:00
Matthew Kennedy d5155cfd86 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 cee9cd3159 Auto-generated configs and docs 2021-08-04 02:55:38 +00:00
rusefillc bfd002b134 hellen154hyundai 2021-08-03 22:50:06 -04:00
GitHub build-firmware Action 54ed302e8d Auto-generated configs and docs 2021-08-04 02:30:09 +00:00
rusefillc 99af32c920 hellen154hyundai 2021-08-03 22:26:33 -04:00
rusefillc 46e6e621da reduce chance of invalid CAM setting fix #3105 2021-08-03 22:15:40 -04:00
Matthew Kennedy 4e6b61234f 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 ea6487f5c7 Auto-generated configs and docs 2021-08-04 01:56:55 +00:00
rusefillc 06f6cf8a79 reduce chance of invalid CAM setting #3105 2021-08-03 21:52:05 -04:00
GitHub set-date Action 90a5b69b12 Update date 2021-08-04 00:56:41 +00:00
Andrey 5ec7af456b unit test for vehicle_speed.cpp fix #3081 2021-08-03 20:22:48 -04:00
Andrey 98e1a11ca7 hellen154hyundai 2021-08-03 20:03:59 -04:00
Andrey e62244a623 unit test for vehicle_speed.cpp #3081 2021-08-03 19:48:24 -04:00
rusefillc 0e155570b8 HELLEN_154_HYUNDAI 2021-08-03 13:51:33 -04:00
GitHub build-firmware Action 7ac4a523d6 Auto-generated configs and docs 2021-08-03 09:34:13 +00:00
Andrey b233a71142 hellen154hyundai 2021-08-03 05:24:09 -04:00
Andrey 3e3ed30be4 hellen154hyundai 2021-08-03 05:22:35 -04:00
rusefillc 7059eff691 boards file clean-up 2021-08-03 04:35:23 -04:00
rusefillc a2e24c1a89 Honda K CAN packets #3098 2021-08-03 04:23:16 -04:00
Andrey 73cbb388b7 boards file clean-up 2021-08-03 04:06:06 -04:00
GitHub set-date Action fe2b479ec9 Update date 2021-08-03 01:01:43 +00:00
Matthew Kennedy 0158327469 s (#3101) 2021-08-02 19:17:17 -04:00
GitHub build-firmware Action 0485e334f1 Auto-generated configs and docs 2021-08-02 17:35:41 +00:00
Andrey ea0f105429 Honda K CAN packets #3098 2021-08-02 13:30:51 -04:00
Matthew Kennedy 0ebc59b80f 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 4ea56e4122 fix the mess (#3094)
* test

* s
2021-08-01 23:21:53 -04:00
rusefillc c5d71c10ab header dreaming about file summary comment 2021-08-01 21:52:58 -04:00
rusefillc 5b940e2eca typo 2021-08-01 21:51:24 -04:00
GitHub set-date Action 7ba1f10364 Update date 2021-08-02 00:57:16 +00:00
Andrey G 54f0aeb06f 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 263fd20dcb refactor out frequency sensor (#3092)
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-08-01 15:58:39 -04:00
Matthew Kennedy e0eff6c66a 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 1825457e9f unit test for vehicle_speed.cpp #3081 2021-08-01 12:19:59 -04:00
Andrey 84e1f216d6 unit test for vehicle_speed.cpp #3081 2021-08-01 12:09:53 -04:00
GitHub build-firmware Action 2363e23221 Auto-generated configs and docs 2021-08-01 01:24:39 +00:00
Matthew Kennedy 43915f4116 gppwm vbatt axis (#3088) 2021-07-31 21:20:19 -04:00
GitHub set-date Action 54717fc5fc Update date 2021-08-01 01:05:17 +00:00
Andrey G adede96583 Remove outdated option CH_DBG_ENABLE_TRACE (#3087)
Not used since RT5
2021-07-31 07:51:13 -04:00
Andrey 156717f48d another dead line 2021-07-31 01:37:51 -04:00
Andrey 09804f2846 dead var 2021-07-31 01:36:50 -04:00
GitHub build-firmware Action 60a6639033 Auto-generated configs and docs 2021-07-31 02:58:16 +00:00
Andrey d92110c3ce RUSEFI MSD to contain bundle-specific URL #2848 2021-07-30 22:47:35 -04:00
Andrey 305efd4de1 RUSEFI MSD to contain bundle-specific URL fix #2848 2021-07-30 22:33:56 -04:00
Andrey 5d4e39b061 RUSEFI MSD to contain bundle-specific URL #2848 2021-07-30 22:26:30 -04:00
Andrey 1bef7e5731 RUSEFI MSD to contain bundle-specific URL #2848 2021-07-30 22:23:52 -04:00
Andrey 84aa0c9589 gen_config.sh code duplication fix #2451 2021-07-30 22:00:35 -04:00
Andrey ecd77cc5b5 RUSEFI MSD to contain bundle-specific URL #2848 2021-07-30 21:45:55 -04:00
Andrey f309ddf2cd RUSEFI MSD to contain bundle-specific URL #2848 2021-07-30 21:18:51 -04:00
Andrey a8355dd28f Wrap PAL driver into universal 'startDigitalCapture' #2123 2021-07-30 20:57:01 -04:00
Andrey 6da3696c4c Wrap PAL driver into universal 'startDigitalCapture' #2123 2021-07-30 20:48:26 -04:00
Andrey 9629db799b Wrap PAL driver into universal 'startDigitalCapture' #2123 2021-07-30 20:30:52 -04:00
Andrey c5044f16c9 Wrap PAL driver into universal 'startDigitalCapture' #2123 2021-07-30 20:15:53 -04:00
Andrey a2aaaa7b55 Wrap PAL driver into universal 'startDigitalCapture' #2123 2021-07-30 20:10:34 -04:00
rusefillc 43e6e67add RUSEFI MSD to contain bundle-specific URL #2848
thank you david!
2021-07-30 19:39:15 -04:00
rusefillc af2e54f02d more details into output 2021-07-30 19:33:31 -04:00
rusefillc 08cc30d7c1 RUSEFI MSD to contain bundle-specific URL #2848 2021-07-30 19:13:43 -04:00
rusefillc 3b8f24560e RUSEFI MSD to contain bundle-specific URL #2848 2021-07-30 18:14:32 -04:00
Andrey 80472043a0 gen_config.sh code duplication #2451 2021-07-30 17:39:55 -04:00
GitHub build-firmware Action 1fba511687 Auto-generated configs and docs 2021-07-30 21:18:57 +00:00
Andrey 96f5cf08f1 gen_config.sh code duplication #2451 2021-07-30 17:15:01 -04:00