Updated Dev Quick Start (markdown)
This commit is contained in:
parent
4969dbaa7b
commit
d93b057d3e
|
@ -1,5 +1,13 @@
|
||||||
|
STM32F407 firmware
|
||||||
|
```
|
||||||
git clone --recurse-submodules https://github.com/rusefi/rusefi
|
git clone --recurse-submodules https://github.com/rusefi/rusefi
|
||||||
cd firmware
|
cd firmware
|
||||||
make
|
make
|
||||||
|
```
|
||||||
|
|
||||||
|
virtual serial port
|
||||||
|
|
||||||
|
PC application to send commands: https://rusefi.com/build_server/rusefi_bundle.zip
|
||||||
|
|
||||||
|
|
||||||
https://www.chibios.org/
|
https://www.chibios.org/
|
Loading…
Reference in New Issue