fome-fw/README.md

44 lines
1.7 KiB
Markdown
Raw Normal View History

<div align="center">
<b>GPL open-source DIY ECU</b>
2023-02-22 18:38:13 -08:00
[![Release](https://img.shields.io/github/v/release/FOME-Tech/fome-fw?style=flat)](https://github.com/FOME-Tech/fome-fw/releases/latest)![Last Commit](https://img.shields.io/github/last-commit/FOME-Tech/fome-fw?style=flat)
![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/FOME-Tech/fome-fw/latest?color=blueviolet&label=Commits%20Since%20Release)
</div>
2023-02-22 18:40:17 -08:00
# [FOME: Free Open Motorsports ECU](https://www.fome.tech/)
2023-02-22 18:38:13 -08:00
See [check.c](https://github.com/FOME-Tech/fome-fw/blob/master/firmware/check.c) for recommended version of GCC.
2017-05-05 13:42:13 -07:00
# Cloning the repository
2023-02-22 18:38:13 -08:00
`git clone https://github.com/FOME-Tech/fome-fw.git`
2018-12-14 15:37:05 -08:00
`git submodule update --init`
2018-12-14 15:46:44 -08:00
# What do we have here?
* [Firmware](/firmware) Source code for open source engine control unit for stm32 chips
2023-02-22 18:40:17 -08:00
* [rusEFI console](/java_console) ECU debugging/development software
2018-12-14 16:08:32 -08:00
* [Simulator](/simulator) win32 or posix version of firmware allows to explore without any hardware
* [Unit Tests](/unit_tests) Unit tests of firmware pieces
* [Misc tools](/java_tools) Misc development utilities
2022-02-05 12:29:09 -08:00
* [misc/Jenkins](/misc/jenkins) Jenkins Continuous Integration scripts
2018-12-14 15:37:05 -08:00
# External Links
* [Forum](http://rusefi.com/forum)
* [Documentation](https://github.com/rusefi/rusefi/wiki)
* [Doxygen documentation](http://rusefi.com/docs/html)
* [General source code Q&A](http://rusefi.com/forum/viewtopic.php?f=5&t=10)
* [Facebook](https://www.facebook.com/rusEfiECU)
* [YouTube](https://www.youtube.com/user/rusefi)
* [Patreon](https://www.patreon.com/rusefi)
2018-12-14 15:37:05 -08:00
# Building the Code
Check out https://rusefi.com/forum/viewtopic.php?f=5&t=9
2018-12-14 15:37:05 -08:00
2018-12-14 15:37:05 -08:00
# Release Notes
2022-02-05 04:25:33 -08:00
See [the changelog](firmware/CHANGELOG.md)