Commit Graph

14106 Commits

Author SHA1 Message Date
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
kon e0ca8cd6da Vector logos (#3177)
* Auto-generated configs and docs

* Auto-generated configs and docs

* Auto-generated configs and docs

* Auto-generated configs and docs

* added vector logos

Co-authored-by: GitHub build-firmware Action <action@github.com>
2021-08-19 08:32:19 +03:00
GitHub set-date Action 544495257d Update date 2021-08-19 00:50:19 +00:00
Lenar Khannanov 1735ed67ee feat: migrated ts_plugin_launcher to gradle (#3176) 2021-08-18 17:02:42 -04: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
rusefillc 5dd912fb53 was zero dwell warning at zero RPM now rusEFI online import/export error with tables #3153 2021-08-17 06:11:29 -04: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
rusefillc 941e81fd4f progress 2021-08-16 10:21:14 -04:00
Lenar Khannanov a2596223ea issue 3014 part 4 bin2header migration (#3163)
* feat: completed build.gradle for bin2header

* fix: deleted obsolete build.xml for bin2header
2021-08-16 09:55:18 -04:00
Andrey 8a7eb2173f zero dwell warning at zero RPM #3153 2021-08-16 09:11:30 -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
Lenar Khannanov 62b62e2627 Feat 3014 3 enum2string migration and logging and logging-api too (#3157)
* feat: completed working build.gradle for enum_to_string logging and logging-api; needed to rename jar and check it content carefully

* fix: added logging and logging-api dependencies to resulting jar file

* fix: deleted deprecated build.xml
2021-08-15 02:15:31 -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