Draft index of posts:
- Transfer Tables
- Fixed Configuration
- More Fixed Configuration
- Output Scheduling
- Live Tunable Items
- More Live Tunable Items
- Lambda Table
- VE Table
- Injection Timing
- Ignition Timing
hw = xor polarity, low z/high z, pullups/grounds/RPM connections
eng = injector, cylinder size, count, IDT, ETE, base timing, base VE
out = angles, limits, numbers - hand verified to not be out of range, no init checking yet
EDIT:
I wrote this out for a friend the other day:
(08:24:57) Fred: https://github.com/fredcooke/freeems-vanilla/
(08:27:11) Fred: git clone https://github.com/fredcooke/freeems-vanilla.git
(08:35:10) Fred: cd freeems-vanilla/src/main/initialisers/
(08:40:28) Fred: These are important: FixedConfig1.c, FixedConfig2.c, FuelTables.c, TimingTables.c, TunableConfig.c
(08:40:28) Fred: These need to be right, too: CHTTransferTable.c, IATTransferTable.c
(08:40:28) Fred: These are unused: MAFTransferTable.c, TestTransferTable.c, TimingTables2.c, TunableConfig2.c, FuelTables2.c
(08:41:56) Fred: src/main/data/
(08:42:11) Fred: src/main/data/thermistors/
(08:42:26) Fred: src/main/data/tables/
(08:46:45) Fred: src/main/inc/systemConfig.h < add yourself to this file
<and the two below, also>
(08:47:14) Fred: bin/testclibuilds.bash
(08:47:51) Fred: Makefile
<edit things making changes and get them into git in the following fashion>
(08:51:47) Fred: git add <files>
(08:52:09) Fred: git status
(08:52:38) Fred: git commit
(08:53:19) Fred: git log
(08:54:36) Fred: create and add ssh key
(08:54:41) Fred: to github
<fork the project on github, then>
(08:55:45) Fred: git remote set-url origin git@github.com:yourusername/freeems-vanilla.git
(08:55:55) Fred: git push