Doxygen titles (#2728)
* move addRow call * undo submo bump * add header titles
This commit is contained in:
parent
e5ed714404
commit
6d4060d824
|
@ -1,3 +1,5 @@
|
||||||
|
# Bootloader
|
||||||
|
|
||||||
*** User Manual ***
|
*** User Manual ***
|
||||||
|
|
||||||
To start the bootloader updater:
|
To start the bootloader updater:
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Cypress
|
||||||
|
|
||||||
rusEFI runs on Cypress FM4 S6E2xx (alpha version as of Jan 2020)
|
rusEFI runs on Cypress FM4 S6E2xx (alpha version as of Jan 2020)
|
||||||
|
|
||||||
Most tested on S6E2CxAH - S6E2C5AH0AGV2000A (144-pin) to be exact.
|
Most tested on S6E2CxAH - S6E2C5AH0AGV2000A (144-pin) to be exact.
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
https://rusefi.com/forum/viewtopic.php?f=4&t=1538
|
|
||||||
|
|
||||||
https://github.com/rusefi/hw_microRusEfi
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Kinetis OS
|
||||||
|
|
||||||
Standard NXP headers
|
Standard NXP headers
|
||||||
firmware/config/boards/kinetis/OS/os/common/ext/CMSIS/KINETIS
|
firmware/config/boards/kinetis/OS/os/common/ext/CMSIS/KINETIS
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# Kinetis libC
|
||||||
|
|
||||||
Here is the magic here
|
Here is the magic here
|
||||||
1) AndreiKA has downloaded libtinyc from somewhere
|
1) AndreiKA has downloaded libtinyc from somewhere
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Kinetis
|
||||||
|
|
||||||
rusEfi runs on MKE16F512 (alpha version as of July 2019)
|
rusEfi runs on MKE16F512 (alpha version as of July 2019)
|
||||||
|
|
||||||
rusEfi Kinetis implementation consists of three files/folders:
|
rusEfi Kinetis implementation consists of three files/folders:
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# MicroRusEFI
|
||||||
|
|
||||||
https://rusefi.com/forum/viewtopic.php?f=4&t=1538
|
https://rusefi.com/forum/viewtopic.php?f=4&t=1538
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Prometheus
|
||||||
|
|
||||||
Prometheus board.
|
Prometheus board.
|
||||||
|
|
||||||
http://rusefi.com/forum/viewtopic.php?f=4&t=1215
|
http://rusefi.com/forum/viewtopic.php?f=4&t=1215
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# Proteus
|
||||||
|
|
||||||
https://rusefi.com/forum/viewtopic.php?f=4&t=1646
|
https://rusefi.com/forum/viewtopic.php?f=4&t=1646
|
||||||
|
|
||||||
|
|
|
@ -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.
|
See [misc/jenkins/compile_other_versions/run.bat](misc/jenkins/compile_other_versions/run.bat) which is executed by build server.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Skeleton Board
|
||||||
|
|
||||||
This directory contains an example of the files needed to configure the
|
This directory contains an example of the files needed to configure the
|
||||||
firmware for a specific RusEFI board.
|
firmware for a specific RusEFI board.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Engine Configs
|
||||||
|
|
||||||
This directory contains pre-defined configurations for popular engines.
|
This directory contains pre-defined configurations for popular engines.
|
||||||
|
|
||||||
These configurations are a convenience, not a limit. Most engine types
|
These configurations are a convenience, not a limit. Most engine types
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
|
# Engine Cycle
|
||||||
|
|
||||||
Here we have logic related to engine contol activitied within each engine cycle: coils & injectors mostly.
|
Here we have logic related to engine contol activitied within each engine cycle: coils & injectors mostly.
|
|
@ -1 +1,3 @@
|
||||||
|
# Gauges
|
||||||
|
|
||||||
This folder has code related to communication with the human behind the steering wheel: tachometer, check engine light, LCD etc etc.
|
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.
|
All the code here was generated by tools.
|
||||||
|
|
||||||
See gen_config.bat
|
See gen_config.bat
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
|
# Timer
|
||||||
In this folder we have files related to hubrid hardware/software timer, including PWM generation.
|
In this folder we have files related to hubrid hardware/software timer, including PWM generation.
|
|
@ -1 +1,3 @@
|
||||||
|
# Trigger Decoders
|
||||||
|
|
||||||
This folder is and should not be aware of engine.h or engine_configuration.h
|
This folder is and should not be aware of engine.h or engine_configuration.h
|
|
@ -1 +1,2 @@
|
||||||
|
# Ext Algo
|
||||||
In this folder we have 3rd party code
|
In this folder we have 3rd party code
|
|
@ -1 +1,2 @@
|
||||||
|
# MC33816 Default Project
|
||||||
Completely default project as generated by MC33816 Dev Studio conveniently comes with default source code.
|
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
|
https://github.com/rusefi/rusefi/wiki/ASIC
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# TunerStudio Docs
|
||||||
Tuner Studio dialogs as of May 2017
|
Tuner Studio dialogs as of May 2017
|
||||||
|
|
||||||
![TS](0-1_Engine_Menu_1-25.png)
|
![TS](0-1_Engine_Menu_1-25.png)
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# TunerStudio
|
||||||
|
|
||||||
This directory contains the initialization and configuration files for the
|
This directory contains the initialization and configuration files for the
|
||||||
RusEFI interface to TunerStudio.
|
RusEFI interface to TunerStudio.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
# TunerStudio Translations
|
||||||
To install translations copy the content of this folder to EFIAnalytics\TunerStudioMS\content\
|
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.
|
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