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
rusefillc
66cfa9eb68
M62T vanos support #2243
2021-02-10 20:21:05 -05:00
rusefillc
dcbcd21964
Merge remote-tracking branch 'origin/master' into master
2021-02-10 19:51:27 -05:00
rusefillc
8d730b6ea9
M62T vanos support #2243
2021-02-10 19:51:14 -05:00
GitHub set-date Action
703547ff74
Update date
2021-02-11 00:43:33 +00:00
Matthew Kennedy
adff68748c
move chconf/mcuconf/halconf in to hw_ports ( #2321 )
...
* move f4 config files
* don't need this
* f7
* f7
* h7
* this was duplicated
* turn off smart build
* loader too
* update prometheus paths
* bootloader should include confdir
* fix the flash size while we're at it
* move chconf_common
* use wait
* normalize board.mk
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-02-10 19:38:24 -05:00
GitHub build-firmware Action
a283051a49
Auto-generated configs and docs
2021-02-10 23:57:38 +00:00
rusefillc
e3512eb5ab
M62T vanos support #2243
...
bugfix - vvt .ini
2021-02-10 18:55:24 -05:00
David Holdeman
c15b9be52b
Pinouts pages merged ( #2329 )
...
* try adding z flag (resume)
* modify pinout gen to put all connectors in one page
* modify script to call append
* modify gen.sh to match usage of append.sh
* fix indents and add brs
* fix zoom issues
2021-02-10 18:52:19 -05:00
rusefillc
f312c9ab94
M62T vanos support #2243
...
need a bit of RAM
2021-02-10 13:31:39 -05:00
rusefi
6c9416daa9
aux pid is now VVT
2021-02-10 12:41:38 -05:00
GitHub build-firmware Action
bd441017ea
Auto-generated configs and docs
2021-02-10 17:26:25 +00:00
rusefillc
e21cfd6131
M62T vanos support #2243
2021-02-10 12:23:06 -05:00
Matthew Kennedy
a3d0b61cf1
get mcu temperature within port ( #2326 )
...
* remove EFI_ADC_TEMP_SENSOR
* implement
* comment
* s
* switch adc_inputs over
* header
* s
* I think aligned-on-stack should work ok
* num channels
* cache safety
* move adc init too
* don't compile that file for the h7
* cypress & kinetis
* ports
* guard against bootloader
Co-authored-by: Matthew Kennedy <makenne@microsoft.com>
2021-02-09 22:04:36 -05:00
Matthew Kennedy
3a763f7e9a
increase proteus analog tolerance ( #2327 )
2021-02-09 19:10:00 -06:00