Doxygen titles (#2728)
* move addRow call * undo submo bump * add header titles
This commit is contained in:
parent
fb3a943dc6
commit
68da5c279e
|
@ -1,3 +1,5 @@
|
|||
# Bootloader
|
||||
|
||||
*** User Manual ***
|
||||
|
||||
To start the bootloader updater:
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
https://rusefi.com/forum/viewtopic.php?f=4&t=1538
|
||||
|
||||
https://github.com/rusefi/hw_microRusEfi
|
|
@ -1,4 +1,5 @@
|
|||
# MicroRusEFI
|
||||
|
||||
https://rusefi.com/forum/viewtopic.php?f=4&t=1538
|
||||
|
||||
https://github.com/rusefi/hw_microRusEfi
|
||||
https://github.com/rusefi/hw_microRusEfi
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Prometheus
|
||||
|
||||
Prometheus board.
|
||||
|
||||
http://rusefi.com/forum/viewtopic.php?f=4&t=1215
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
# Proteus
|
||||
|
||||
https://rusefi.com/forum/viewtopic.php?f=4&t=1646
|
||||
|
||||
https://github.com/mck1117/proteus
|
||||
https://github.com/mck1117/proteus
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Boards Directory
|
||||
|
||||
See [misc/jenkins/compile_other_versions/run.bat](misc/jenkins/compile_other_versions/run.bat) which is executed by build server.
|
||||
|
||||
|
||||
|
@ -7,4 +9,4 @@ By definition, BOARD_NAME is a folder in firmware\config\boards
|
|||
|
||||
One BOARD_NAME could be producing a number of artifacts via compile_$BUNDLE_NAME.sh scripts
|
||||
|
||||
Work in progress: SHORT_BOARDNAME becomes BUNDLE_NAME
|
||||
Work in progress: SHORT_BOARDNAME becomes BUNDLE_NAME
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Engine Configs
|
||||
|
||||
This directory contains pre-defined configurations for popular engines.
|
||||
|
||||
These configurations are a convenience, not a limit. Most engine types
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
Here we have logic related to engine contol activitied within each engine cycle: coils & injectors mostly.
|
||||
# Engine Cycle
|
||||
|
||||
Here we have logic related to engine contol activitied within each engine cycle: coils & injectors mostly.
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
This folder has code related to communication with the human behind the steering wheel: tachometer, check engine light, LCD etc etc.
|
||||
# Gauges
|
||||
|
||||
This folder has code related to communication with the human behind the steering wheel: tachometer, check engine light, LCD etc etc.
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# Generated Code
|
||||
|
||||
All the code here was generated by tools.
|
||||
|
||||
See gen_config.bat
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
In this folder we have files related to hubrid hardware/software timer, including PWM generation.
|
||||
# Timer
|
||||
In this folder we have files related to hubrid hardware/software timer, including PWM generation.
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
This folder is and should not be aware of engine.h or engine_configuration.h
|
||||
# Trigger Decoders
|
||||
|
||||
This folder is and should not be aware of engine.h or engine_configuration.h
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
In this folder we have 3rd party code
|
||||
# Ext Algo
|
||||
In this folder we have 3rd party code
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
Completely default project as generated by MC33816 Dev Studio conveniently comes with default source code.
|
||||
# MC33816 Default Project
|
||||
Completely default project as generated by MC33816 Dev Studio conveniently comes with default source code.
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
# Hardware Layer
|
||||
https://github.com/rusefi/rusefi/wiki/ASIC
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# TunerStudio Docs
|
||||
Tuner Studio dialogs as of May 2017
|
||||
|
||||
![TS](0-1_Engine_Menu_1-25.png)
|
||||
|
||||
![TS](0 - 2 Tuning menu (2-47).png)
|
||||
![TS](0 - 2 Tuning menu (2-47).png)
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# TunerStudio
|
||||
|
||||
This directory contains the initialization and configuration files for the
|
||||
RusEFI interface to TunerStudio.
|
||||
|
||||
|
@ -26,4 +28,4 @@ On Windows this may be run with ```gen_config.bat```.
|
|||
|
||||
Q: how do I offer my changes to TS project?
|
||||
|
||||
A: please PR only rusefi.input. Once merged, gen_config.bat would be executed automatically and results would be pushed by automation.
|
||||
A: please PR only rusefi.input. Once merged, gen_config.bat would be executed automatically and results would be pushed by automation.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# TunerStudio Translations
|
||||
To install translations copy the content of this folder to EFIAnalytics\TunerStudioMS\content\
|
||||
|
||||
For example C:\Program Files (x86)\EFIAnalytics\TunerStudioMS\content\
|
||||
For example C:\Program Files (x86)\EFIAnalytics\TunerStudioMS\content\
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# Util
|
||||
In this folder we have all the tiny utility stuff.
|
||||
|
||||
Ideally, code from this folder should not depend on code from any other folder.
|
||||
Ideally, code from this folder should not depend on code from any other folder.
|
||||
|
|
Loading…
Reference in New Issue