rusefillc
0886e39647
Update README.md
2021-08-27 06:40:02 -04:00
rusefillc
48a009fc33
Revert "Revert "memory savings ( #3195 )""
...
This reverts commit 0b3ef5f5
2021-08-27 06:18:05 -04:00
GitHub build-firmware Action
31696af765
Auto-generated configs and docs
2021-08-27 09:54:15 +00:00
Andrey G
c893238d71
Board subaru: fix pinout. again and again ( #3203 )
2021-08-27 12:50:36 +03:00
Matthew Kennedy
da5aaeda2b
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
0c6297e926
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
6c7b48b319
s ( #3207 )
2021-08-27 11:07:33 +03:00
Matthew Kennedy
98a98e920d
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
0b3ef5f553
Revert "memory savings ( #3195 )"
...
This reverts commit 52a24ee7
2021-08-27 02:32:31 -04:00
rusefillc
7cbaca863c
docs
2021-08-27 02:31:48 -04:00
GitHub set-date Action
8051ee4b0c
Update date
2021-08-27 01:00:17 +00:00
Matthew Kennedy
41c8f440c5
s ( #3202 )
...
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-08-26 17:11:53 -04:00
rusefillc
6834d0dd65
partial rollback was requested to revive HW CI
2021-08-26 17:04:27 -04:00
Matthew Kennedy
52a24ee773
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
cf5d4cbe1c
add & test remove from linked list ( #3199 )
2021-08-26 23:03:09 +03:00
GitHub set-date Action
3fd6eb6f85
Update date
2021-08-26 00:54:08 +00:00
Matthew Kennedy
87e4e7e4cf
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
3cfb4b7675
Update date
2021-08-25 00:56:06 +00:00
Matthew Kennedy
4603f875cd
missed a little bit ( #3192 )
2021-08-24 17:00:14 -04:00
Matthew Kennedy
a18b86a09b
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
879170c08b
Auto-generated configs and docs
2021-08-24 20:20:36 +00:00
rusefillc
3ff56adcee
less confusing name for vag hellen preset
2021-08-24 16:07:20 -04:00
rusefillc
767496f3f4
94/95 miata presets #3191
2021-08-24 16:03:50 -04:00
GitHub build-firmware Action
18518168e3
Auto-generated configs and docs
2021-08-24 19:55:16 +00:00
rusefillc
0303dd1905
154h
2021-08-24 15:51:43 -04:00
GitHub build-firmware Action
96633a92a5
Auto-generated configs and docs
2021-08-24 15:44:43 +00:00
BeerMoneyMotorsports
db07a46b6e
flex input ( #3190 )
...
flex class change to event_inputs
2021-08-24 11:41:15 -04:00
GitHub build-firmware Action
5ae1b438c4
Auto-generated configs and docs
2021-08-24 14:14:57 +00:00
rusefillc
6a8c391c76
https://github.com/rusefi/hellen121vag/issues/47
2021-08-24 10:11:01 -04:00
rusefillc
3896795f1c
firing order for some 911
2021-08-24 07:48:02 -04:00
GitHub build-firmware Action
95de5e8e0e
Auto-generated configs and docs
2021-08-24 11:39:25 +00:00
rusefillc
6b6c8abfc4
firing order for some 911
2021-08-24 07:31:55 -04:00
rusefillc
24ff3a5cd5
firing order for some 911
2021-08-24 07:28:56 -04:00
GitHub build-firmware Action
8ee165c0b2
Auto-generated configs and docs
2021-08-24 07:02:08 +00:00
Andrey
70209fbdb7
todo: think about it
2021-08-24 02:56:32 -04:00
GitHub build-firmware Action
9dab37d12c
Auto-generated configs and docs
2021-08-24 05:23:27 +00:00
Matthew Kennedy
d2b54428c0
cleanup missing fsio stuff ( #3189 )
2021-08-24 08:19:03 +03:00
alxrMironov
f926d2ccba
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
9be0985079
Auto-generated configs and docs
2021-08-24 04:42:40 +00:00
Andrey G
780e91f38a
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
e6bd9cbf68
Update date
2021-08-24 01:04:00 +00:00
GitHub set-date Action
468280d4e4
Update date
2021-08-23 00:52:29 +00:00
Andrey
7ab8986bd2
my first Lua
2021-08-22 01:41:54 -04:00
GitHub build-firmware Action
81d6edccbe
Auto-generated configs and docs
2021-08-22 04:11:34 +00:00
Andrey
49faaaff03
Lua analog inputs
2021-08-22 00:05:51 -04:00
Andrey
d29529cbdd
my first Lua
2021-08-22 00:00:20 -04:00
GitHub set-date Action
2f2f12a079
Update date
2021-08-22 00:55:30 +00:00
CrazyStriker
2a5acfb807
updated OEM map sensor values for Mazda 1 bar ( #3185 )
...
according to measurements
2021-08-21 18:31:05 +03:00
Matthew Kennedy
ec9dcce377
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
044ed3272f
Update date
2021-08-21 00:54:54 +00:00