docs
This commit is contained in:
parent
6a1ed74fee
commit
5a0bd45d7e
|
@ -14,6 +14,11 @@ Important note - we now use submodules:
|
||||||
|
|
||||||
`git submodule update --init`
|
`git submodule update --init`
|
||||||
|
|
||||||
|
# What do we have here?
|
||||||
|
* [Firmware](/firmware) Source code for open source engine control unit for stm32 chips
|
||||||
|
* [Hardware](/hardware) KiCAD files for all our PCBs
|
||||||
|
* [Unit Tests]()
|
||||||
|
|
||||||
|
|
||||||
# External Links
|
# External Links
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
Our best ECU board
|
||||||
|
|
||||||
|
[Online manual](https://rusefi.com/wiki/index.php?title=Manual:Hardware_Frankenso_board)
|
||||||
|
|
||||||
|
[Forum thread]()https://rusefi.com/forum/viewtopic.php?f=4&t=569)
|
||||||
|
|
||||||
|
[Known_issues.txt](known_issues.txt)
|
|
@ -1,15 +1,11 @@
|
||||||
|
|
||||||
|
|
||||||
The most interesting folder here is frankenso - that's rusEfi most useful board
|
The most interesting folder here is [Frankenso](frankenso/) - that's rusEfi most useful board
|
||||||
|
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
Some vehicle-specific connector boards are also pretty nice if you want to keep original harness intact
|
Some vehicle-specific connector boards are also pretty nice if you want to keep original harness intact
|
||||||
<br>
|
|
||||||
<br>
|
|
||||||
|
|
||||||
See http://rusefi.com/wiki/index.php?title=Hardware:OEM_connectors
|
See http://rusefi.com/wiki/index.php?title=Hardware:OEM_connectors
|
||||||
<br>
|
|
||||||
See http://rusefi.com/forum/viewtopic.php?f=4&t=260
|
See http://rusefi.com/forum/viewtopic.php?f=4&t=260
|
||||||
|
|
Loading…
Reference in New Issue