Commit Graph

12154 Commits

Author SHA1 Message Date
Matthew Kennedy dbebc353a2 remove unused msg parameter (#2360)
* dead parameter

* last few
2021-02-16 09:32:16 -05:00
GitHub build-firmware Action ba52adc205 Auto-generated configs and docs 2021-02-16 03:04:34 +00:00
Matthew Kennedy 0ccb2e2a43 tps cal wording (#2359) 2021-02-15 22:02:28 -05:00
GitHub set-date Action 196845c10f Update date 2021-02-16 00:44:01 +00:00
Matthew Kennedy c75af2ac75 properly put buffers in no-cache regions (#2357)
* configure for no cache

* this doesn't need a setting

* now we don't need invalidate

* reorder and comment

* mmc

* sw knock
2021-02-15 17:39:11 -05:00
GitHub build-firmware Action 9c18e0151f Auto-generated configs and docs 2021-02-15 03:38:10 +00:00
rusefi 27ce354ea3 https://rusefi.com/forum/viewtopic.php?p=39775#p39775 2021-02-14 22:35:59 -05:00
David Holdeman c05adf024b don't try to overwrite sync-wiki.yaml (#2355)
* don't try to overwrite sync-wiki.yaml

* add comments
2021-02-14 22:04:00 -05:00
David Holdeman 70341538f0 MRE connectors (#2354)
* Add MRE connector images

* fix name

* missing colon
2021-02-14 20:56:25 -05:00
GitHub set-date Action df1b9aab05 Update date 2021-02-15 00:44:26 +00:00
David Holdeman 52ad31470d Pinout colors (#2353)
* add colors to the pinouts

* try wider border

* undo submo bump
2021-02-14 16:14:41 -05:00
Matthew Kennedy a576c2e109 USB mass storage tweaking (#2352)
* disable TS in case of USB MSD

* housekeeping while we're here

* enable on MRE

* changelog
2021-02-14 15:03:07 -05:00
Andrey G b5ebd7e4c4 RusEFI is green: put cpu in standby in idle (#2342)
* MRE is green: put cpu in standby in idle

* Revert "MRE is green: put cpu in standby in idle"

This reverts commit 62b5cadda014ace749b145b629da62b182b5e3ce.

* RusEFI is green on all boards
2021-02-14 10:24:21 -05:00
Matthew Kennedy 5391b4260f automatic switch between internal and MSD SD card (#2349)
* auto enable usb msd

* guard and turn on for proteus
2021-02-14 08:10:39 -05:00
Matthew Kennedy f9e30057fa pullup (#2348) 2021-02-14 08:04:09 -05:00
Matthew Kennedy d27b8f8d13 rewrite SD initialization (#2346)
* rewrite SD init

* static

* return a pointer instead
2021-02-13 21:26:11 -05:00
GitHub set-date Action 947dcbcc20 Update date 2021-02-14 00:45:36 +00:00
Andrey G c9ccf021d2 Config cleanups (#2347)
* Remove duplication

* Ports: STM32F7: we want PAL_USE_CALLBACKS for F7 too
2021-02-13 18:45:33 -05:00
Matthew Kennedy ba3bf4169d usb mass storage progress (#2345)
* usb mass storage

* remove old files

* this file is gone
2021-02-13 15:06:05 -05:00
Matthew Kennedy fb275df5a7 update (#2344) 2021-02-13 14:24:35 -05:00
Matthew Kennedy 392bfbc859 cleanup (#2343) 2021-02-13 14:23:39 -05:00
rusefi fc2f44b7e9 not great solution to code duplication, also helping QC build 2021-02-13 11:19:39 -05:00
rusefi e659de6c8e a bit tolerance against broken .ini 2021-02-13 11:02:41 -05:00
rusefillc 5f964aa9dd Gather Nissan CAN data #2278
one step back
2021-02-13 09:32:45 -05:00
Matthew Kennedy e7895f80d5 USB mass storage descriptor (#2330)
* enable msd

* modify descriptors for composite device

* makefile cleanup

* format

* define

* embiggen fifos

* needed that

* cleanup too while we're at it

* rename endpoints

* switchable descriptors

* guard the request hook too

* don't need this changed yet

* cleanup

* update ep0 response

* cleanup

* use the msd hook from chibios

* this was wrong

* this was covered by other PR

* this is also covered

* s
2021-02-13 08:54:08 -05:00
Matthew Kennedy e3dadd3d51 implement null block device (#2341)
* implement null device

* fix build
2021-02-13 08:53:10 -05:00
Matthew Kennedy 70eee46e3a fix usb descriptor mistakes (#2340)
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-02-13 01:06:55 -05:00
rusefillc 2d68405d96 Gather Nissan CAN data #2278 2021-02-12 23:07:21 -05:00
David Holdeman 565395ad8d try fix (#2339) 2021-02-12 22:27:29 -05:00
GitHub build-firmware Action adbaa27eea Auto-generated configs and docs 2021-02-13 01:50:56 +00:00
rusefillc 8d74b26beb Gather Nissan CAN data #2278 2021-02-12 20:47:12 -05:00
GitHub build-firmware Action b120d4a8dc Auto-generated configs and docs 2021-02-13 01:43:05 +00:00
rusefillc 4c19dbdea6 Merge remote-tracking branch 'origin/master' into master 2021-02-12 20:40:59 -05:00
rusefillc 5742b32be1 no way to change bluetooth serial speed on MRE fix #2338 2021-02-12 20:40:50 -05:00
GitHub build-firmware Action 1bad7f3e69 Auto-generated configs and docs 2021-02-13 01:30:02 +00:00
Matthew Kennedy 71d68b51f4 cleanup too while we're at it (#2336) 2021-02-12 20:27:43 -05:00
rusefillc b83139744f no way to change bluetooth serial speed on MRE fix #2338 2021-02-12 20:27:09 -05:00
GitHub set-date Action 92b0b8d47b Update date 2021-02-13 00:43:49 +00:00
David Holdeman 7761ad779b Fix doxygen 3 (#2337)
* try adding E flag

* found flags that work

* add flags to ibom

* add flags to pinouts
2021-02-12 15:56:49 -05:00
Matthew Kennedy 56c2315115 Rename USB endpoints, update ChibiOS-Contrib (#2334)
* rename endpoints

* update chibios contrib

Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-02-12 14:21:56 -05:00
Matthew Kennedy 594c9a76eb increase SD card speed (#2333)
* fast sd card

* fair enough
2021-02-11 20:42:23 -05:00
GitHub set-date Action babd74acd8 Update date 2021-02-12 00:43:44 +00:00
rusefi 140923db03 $1 2021-02-11 17:08:28 -05:00
Matthew Kennedy b833b58c3f turn in to a composite device (#2332) 2021-02-11 15:52:06 -05:00
rusefi 94ea5a8ecc M62T vanos support #2243 2021-02-10 22:20:17 -05:00
GitHub build-firmware Action 33db7786d0 Auto-generated configs and docs 2021-02-11 02:49:50 +00:00
rusefillc 9ad4cf9ebd M62T vanos support #2243 2021-02-10 21:46:52 -05:00
rusefillc b79fb2ac5f M62T vanos support #2243 2021-02-10 21:44:21 -05:00
rusefillc b00283511c refactoring 2021-02-10 20:36:56 -05:00
GitHub build-firmware Action 20252d0c79 Auto-generated configs and docs 2021-02-11 01:23:22 +00:00