readme and cleanup

This commit is contained in:
Matthew Kennedy 2023-04-11 15:17:34 -07:00
parent b7fe618db8
commit 242f0f9718
5 changed files with 16 additions and 28 deletions

View File

@ -12,19 +12,13 @@
Online and offline (PDF) versions of the user manual available here: https://wiki.fome.tech/
# Cloning the repository
`git clone https://github.com/FOME-Tech/fome-fw.git`
`git submodule update --init`
# What do we have here?
* [Firmware](/firmware) Source code for open source engine control unit for stm32 chips
* [rusEFI console](/java_console) ECU debugging/development software
* [Simulator](/simulator) win32 or posix version of firmware allows to explore without any hardware
* [Unit Tests](/unit_tests) Unit tests of firmware pieces
* [FOME console](/java_console) ECU debugging/development software
* [Simulator](/simulator) Windows or Linux version of firmware allows exploration without any hardware
* [Unit Tests](/unit_tests) Unit tests of firmware
* [Misc tools](/java_tools) Misc development utilities
* [misc/Jenkins](/misc/jenkins) Jenkins Continuous Integration scripts
* [misc/Jenkins](/misc/jenkins) Continuous integration scripts
# External Links
@ -38,9 +32,19 @@ TODO
* [YouTube](https://www.youtube.com/user/rusefi)
* [Patreon](https://www.patreon.com/rusefi) -->
# Building the Code
# Contributors
See [check.c](https://github.com/FOME-Tech/fome-fw/blob/master/firmware/check.c) for recommended version of GCC.
This project exists thanks to all the people who contribute their time, expertise, and testing. If you'd like to get involved,
## Cloning the repository
`git clone https://github.com/FOME-Tech/fome-fw.git`
`git submodule update --init`
## Building
See [check.c](https://github.com/FOME-Tech/fome-fw/blob/master/firmware/check.c) for the recommended version of GCC.
Check out https://rusefi.com/forum/viewtopic.php?f=5&t=9

View File

@ -1,2 +0,0 @@
@echo off
sh.exe misc\jenkins\build_java_console.sh

View File

@ -1,2 +0,0 @@
@echo off
sh.exe misc\jenkins\build_simulator.sh

View File

@ -1,2 +0,0 @@
@echo off
sh.exe build_working_folder.sh

View File

@ -1,10 +0,0 @@
git fetch >> log.txt 2>> err.txt
git reset --hard origin/master >> log.txt 2>> err.txt
cd firmware
call gen_config.bat >> ../log.txt 2>>../err.txt
call gen_live_documentation.bat >> ../log.txt 2>>../err.txt
git commit -am "Fresh generated - auto" >> ../log.txt 2>>../err.txt
git push