only:uaefi
This commit is contained in:
parent
9ef4fc92c4
commit
9562032d54
|
@ -15,6 +15,8 @@ static void setInjectorPins() {
|
||||||
engineConfiguration->injectionPins[1] = Gpio::MM100_INJ2;
|
engineConfiguration->injectionPins[1] = Gpio::MM100_INJ2;
|
||||||
engineConfiguration->injectionPins[2] = Gpio::MM100_INJ3;
|
engineConfiguration->injectionPins[2] = Gpio::MM100_INJ3;
|
||||||
engineConfiguration->injectionPins[3] = Gpio::MM100_INJ4;
|
engineConfiguration->injectionPins[3] = Gpio::MM100_INJ4;
|
||||||
|
engineConfiguration->injectionPins[4] = Gpio::MM100_INJ5;
|
||||||
|
engineConfiguration->injectionPins[5] = Gpio::MM100_INJ6;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void setIgnitionPins() {
|
static void setIgnitionPins() {
|
||||||
|
@ -22,6 +24,8 @@ static void setIgnitionPins() {
|
||||||
engineConfiguration->ignitionPins[1] = Gpio::MM100_IGN2;
|
engineConfiguration->ignitionPins[1] = Gpio::MM100_IGN2;
|
||||||
engineConfiguration->ignitionPins[2] = Gpio::MM100_IGN3;
|
engineConfiguration->ignitionPins[2] = Gpio::MM100_IGN3;
|
||||||
engineConfiguration->ignitionPins[3] = Gpio::MM100_IGN4;
|
engineConfiguration->ignitionPins[3] = Gpio::MM100_IGN4;
|
||||||
|
engineConfiguration->ignitionPins[4] = Gpio::MM100_IGN5;
|
||||||
|
engineConfiguration->ignitionPins[5] = Gpio::MM100_IGN6;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void setupDefaultSensorInputs() {
|
static void setupDefaultSensorInputs() {
|
||||||
|
@ -124,13 +128,17 @@ static Gpio OUTPUTS[] = {
|
||||||
Gpio::MM100_INJ2, // B5 injector output 2
|
Gpio::MM100_INJ2, // B5 injector output 2
|
||||||
Gpio::MM100_INJ1, // B6 injector output 1
|
Gpio::MM100_INJ1, // B6 injector output 1
|
||||||
Gpio::MM100_INJ7, // B7 Low Side output 1
|
Gpio::MM100_INJ7, // B7 Low Side output 1
|
||||||
Gpio::MM100_IGN8, // B8 Weak Low Side output 2
|
Gpio::MM100_IGN8, // B8 Fan Relay Weak Low Side output 2
|
||||||
Gpio::MM100_IGN7, // B9 Weak Low Side output 1
|
Gpio::MM100_IGN7, // B9 Main Relay Weak Low Side output 1
|
||||||
Gpio::MM100_OUT_PWM2, // B16 Low Side output 4
|
|
||||||
Gpio::MM100_OUT_PWM1, // B17 Low Side output 3
|
|
||||||
Gpio::MM100_INJ8, // B18 Low Side output 2
|
|
||||||
Gpio::MM100_IGN6, // B10 Coil 6
|
Gpio::MM100_IGN6, // B10 Coil 6
|
||||||
Gpio::MM100_IGN4, // B11 Coil 4
|
Gpio::MM100_IGN4, // B11 Coil 4
|
||||||
|
Gpio::MM100_IGN3, // B12 Coil 3
|
||||||
|
Gpio::MM100_IGN5, // B13 Coil 5
|
||||||
|
Gpio::MM100_IGN2, // B14 Coil 2
|
||||||
|
Gpio::MM100_IGN1, // B15 Coil 1
|
||||||
|
Gpio::MM100_OUT_PWM2, // B16 Low Side output 4 / Fuel Pump
|
||||||
|
Gpio::MM100_OUT_PWM1, // B17 Low Side output 3
|
||||||
|
Gpio::MM100_INJ8, // B18 Low Side output 2
|
||||||
};
|
};
|
||||||
|
|
||||||
int getBoardMetaOutputsCount() {
|
int getBoardMetaOutputsCount() {
|
||||||
|
|
|
@ -4,10 +4,12 @@ pins:
|
||||||
- pin: A1
|
- pin: A1
|
||||||
function: DC1-
|
function: DC1-
|
||||||
type: etb
|
type: etb
|
||||||
|
color: white
|
||||||
|
|
||||||
- pin: A2
|
- pin: A2
|
||||||
function: DC2-
|
function: DC2-
|
||||||
type: etb
|
type: etb
|
||||||
|
color: white
|
||||||
|
|
||||||
- pin: A3
|
- pin: A3
|
||||||
function: Power Ground
|
function: Power Ground
|
||||||
|
@ -20,10 +22,12 @@ pins:
|
||||||
- pin: A5
|
- pin: A5
|
||||||
function: DC1+
|
function: DC1+
|
||||||
type: etb
|
type: etb
|
||||||
|
color: blue
|
||||||
|
|
||||||
- pin: A6
|
- pin: A6
|
||||||
function: DC2+
|
function: DC2+
|
||||||
type: etb
|
type: etb
|
||||||
|
color: blue
|
||||||
|
|
||||||
- pin: A7
|
- pin: A7
|
||||||
meta: MM100_IN_VBATT
|
meta: MM100_IN_VBATT
|
||||||
|
@ -39,3 +43,30 @@ info:
|
||||||
title: uaefi
|
title: uaefi
|
||||||
directory: hellen/uaefi
|
directory: hellen/uaefi
|
||||||
board_url: https://github.com/rusefi/rusefi/wiki/uaefi
|
board_url: https://github.com/rusefi/rusefi/wiki/uaefi
|
||||||
|
image:
|
||||||
|
file: uaefi-A.jpg
|
||||||
|
pins:
|
||||||
|
- pin: A1
|
||||||
|
x: 420
|
||||||
|
y: 221
|
||||||
|
- pin: A2
|
||||||
|
x: 306
|
||||||
|
y: 221
|
||||||
|
- pin: A3
|
||||||
|
x: 207
|
||||||
|
y: 221
|
||||||
|
- pin: A4
|
||||||
|
x: 97
|
||||||
|
y: 221
|
||||||
|
- pin: A5
|
||||||
|
x: 420
|
||||||
|
y: 115
|
||||||
|
- pin: A6
|
||||||
|
x: 306
|
||||||
|
y: 115
|
||||||
|
- pin: A7
|
||||||
|
x: 207
|
||||||
|
y: 115
|
||||||
|
- pin: A8
|
||||||
|
x: 97
|
||||||
|
y: 115
|
||||||
|
|
|
@ -5,12 +5,14 @@ pins:
|
||||||
meta: MM100_INJ6
|
meta: MM100_INJ6
|
||||||
class: outputs
|
class: outputs
|
||||||
type: ls
|
type: ls
|
||||||
|
color: grey
|
||||||
ts_name: ___ injector output 6
|
ts_name: ___ injector output 6
|
||||||
|
|
||||||
- pin: B2
|
- pin: B2
|
||||||
meta: MM100_INJ5
|
meta: MM100_INJ5
|
||||||
class: outputs
|
class: outputs
|
||||||
type: ls
|
type: ls
|
||||||
|
color: yellow
|
||||||
ts_name: ___ injector output 5
|
ts_name: ___ injector output 5
|
||||||
|
|
||||||
- pin: B3
|
- pin: B3
|
||||||
|
@ -18,99 +20,172 @@ pins:
|
||||||
class: outputs
|
class: outputs
|
||||||
type: ls
|
type: ls
|
||||||
ts_name: ___ injector output 4
|
ts_name: ___ injector output 4
|
||||||
|
color: orange/brown
|
||||||
|
|
||||||
- pin: B4
|
- pin: B4
|
||||||
meta: MM100_INJ3
|
meta: MM100_INJ3
|
||||||
class: outputs
|
class: outputs
|
||||||
type: ls
|
type: ls
|
||||||
|
color: blue
|
||||||
ts_name: ___ injector output 3
|
ts_name: ___ injector output 3
|
||||||
|
|
||||||
- pin: B5
|
- pin: B5
|
||||||
meta: MM100_INJ2
|
meta: MM100_INJ2
|
||||||
class: outputs
|
class: outputs
|
||||||
type: ls
|
type: ls
|
||||||
|
color: white
|
||||||
ts_name: ___ injector output 2
|
ts_name: ___ injector output 2
|
||||||
|
|
||||||
- pin: B6
|
- pin: B6
|
||||||
meta: MM100_INJ1
|
meta: MM100_INJ1
|
||||||
class: outputs
|
class: outputs
|
||||||
type: ls
|
type: ls
|
||||||
|
color: green
|
||||||
ts_name: ___ injector output 1
|
ts_name: ___ injector output 1
|
||||||
|
|
||||||
- pin: B7
|
- pin: B7
|
||||||
meta: MM100_INJ7
|
meta: MM100_INJ7
|
||||||
class: outputs
|
class: outputs
|
||||||
|
color: orange
|
||||||
type: ls
|
type: ls
|
||||||
ts_name: ___ Low Side output 1
|
ts_name: ___ VVT or Low Side output 1
|
||||||
|
|
||||||
- pin: B8
|
- pin: B8
|
||||||
meta: MM100_IGN8
|
meta: MM100_IGN8
|
||||||
class: outputs
|
class: outputs
|
||||||
type: ls
|
type: ls
|
||||||
|
color: red
|
||||||
ts_name: ___ Fan Relay Weak Low Side output 2
|
ts_name: ___ Fan Relay Weak Low Side output 2
|
||||||
|
|
||||||
- pin: B9
|
- pin: B9
|
||||||
meta: MM100_IGN7
|
meta: MM100_IGN7
|
||||||
class: outputs
|
class: outputs
|
||||||
type: ls
|
type: ls
|
||||||
|
color: grey
|
||||||
ts_name: ___ Main Relay Weak Low Side output 1
|
ts_name: ___ Main Relay Weak Low Side output 1
|
||||||
|
|
||||||
- pin: B10
|
- pin: B10
|
||||||
meta: MM100_IGN6
|
meta: MM100_IGN6
|
||||||
class: outputs
|
class: outputs
|
||||||
type: ign
|
type: ign
|
||||||
|
color: grey
|
||||||
ts_name: ___ Coil 6
|
ts_name: ___ Coil 6
|
||||||
|
|
||||||
- pin: B11
|
- pin: B11
|
||||||
meta: MM100_IGN4
|
meta: MM100_IGN4
|
||||||
class: outputs
|
class: outputs
|
||||||
type: ign
|
type: ign
|
||||||
|
color: orange/brown
|
||||||
ts_name: ___ Coil 4
|
ts_name: ___ Coil 4
|
||||||
|
|
||||||
- pin: B12
|
- pin: B12
|
||||||
meta: MM100_IGN3
|
meta: MM100_IGN3
|
||||||
class: outputs
|
class: outputs
|
||||||
type: ign
|
type: ign
|
||||||
|
color: blue
|
||||||
ts_name: ___ Coil 3
|
ts_name: ___ Coil 3
|
||||||
|
|
||||||
- pin: B13
|
- pin: B13
|
||||||
meta: MM100_IGN5
|
meta: MM100_IGN5
|
||||||
class: outputs
|
class: outputs
|
||||||
type: ign
|
type: ign
|
||||||
|
color: yellow
|
||||||
ts_name: ___ Coil 5
|
ts_name: ___ Coil 5
|
||||||
|
|
||||||
- pin: B14
|
- pin: B14
|
||||||
meta: MM100_IGN2
|
meta: MM100_IGN2
|
||||||
class: outputs
|
class: outputs
|
||||||
type: ign
|
type: ign
|
||||||
|
color: white
|
||||||
ts_name: ___ Coil 2
|
ts_name: ___ Coil 2
|
||||||
|
|
||||||
- pin: B15
|
- pin: B15
|
||||||
meta: MM100_IGN1
|
meta: MM100_IGN1
|
||||||
class: outputs
|
class: outputs
|
||||||
type: ign
|
type: ign
|
||||||
|
color: green
|
||||||
ts_name: ___ Coil 1
|
ts_name: ___ Coil 1
|
||||||
|
|
||||||
- pin: B16
|
- pin: B16
|
||||||
meta: MM100_OUT_PWM2
|
meta: MM100_OUT_PWM2
|
||||||
class: outputs
|
class: outputs
|
||||||
type: ls
|
type: ls
|
||||||
|
color: white
|
||||||
ts_name: ___ Low Side output 4 / Fuel Pump
|
ts_name: ___ Low Side output 4 / Fuel Pump
|
||||||
|
|
||||||
- pin: B17
|
- pin: B17
|
||||||
meta: MM100_OUT_PWM1
|
meta: MM100_OUT_PWM1
|
||||||
class: outputs
|
class: outputs
|
||||||
|
color: yellow
|
||||||
type: ls
|
type: ls
|
||||||
ts_name: ___ Low Side output 3
|
ts_name: ___ Low Side output 3
|
||||||
|
|
||||||
- pin: B18
|
- pin: B18
|
||||||
meta: MM100_INJ8
|
meta: MM100_INJ8
|
||||||
class: outputs
|
class: outputs
|
||||||
|
color: grey
|
||||||
type: ls
|
type: ls
|
||||||
ts_name: ___ Low Side output 2
|
ts_name: ___ VVT or Idle or Low Side output 2
|
||||||
|
|
||||||
info:
|
info:
|
||||||
cid: b
|
cid: b
|
||||||
title: uaefi
|
title: uaefi
|
||||||
directory: hellen/uaefi
|
directory: hellen/uaefi
|
||||||
board_url: https://github.com/rusefi/rusefi/wiki/uaefi
|
board_url: https://github.com/rusefi/rusefi/wiki/uaefi
|
||||||
|
image:
|
||||||
|
file: uaefi-B.jpg
|
||||||
|
pins:
|
||||||
|
- pin: B1
|
||||||
|
x: 927
|
||||||
|
y: 230
|
||||||
|
- pin: B2
|
||||||
|
x: 821
|
||||||
|
y: 230
|
||||||
|
- pin: B3
|
||||||
|
x: 719
|
||||||
|
y: 230
|
||||||
|
- pin: B4
|
||||||
|
x: 615
|
||||||
|
y: 230
|
||||||
|
- pin: B5
|
||||||
|
x: 518
|
||||||
|
y: 230
|
||||||
|
- pin: B6
|
||||||
|
x: 415
|
||||||
|
y: 230
|
||||||
|
- pin: B7
|
||||||
|
x: 315
|
||||||
|
y: 230
|
||||||
|
- pin: B8
|
||||||
|
x: 208
|
||||||
|
y: 230
|
||||||
|
- pin: B9
|
||||||
|
x: 109
|
||||||
|
y: 230
|
||||||
|
- pin: B10
|
||||||
|
x: 927
|
||||||
|
y: 130
|
||||||
|
- pin: B11
|
||||||
|
x: 821
|
||||||
|
y: 130
|
||||||
|
- pin: B12
|
||||||
|
x: 719
|
||||||
|
y: 130
|
||||||
|
- pin: B13
|
||||||
|
x: 615
|
||||||
|
y: 130
|
||||||
|
- pin: B14
|
||||||
|
x: 518
|
||||||
|
y: 130
|
||||||
|
- pin: B15
|
||||||
|
x: 415
|
||||||
|
y: 130
|
||||||
|
- pin: B16
|
||||||
|
x: 315
|
||||||
|
y: 130
|
||||||
|
- pin: B17
|
||||||
|
x: 208
|
||||||
|
y: 130
|
||||||
|
- pin: B18
|
||||||
|
x: 109
|
||||||
|
y: 130
|
||||||
|
|
|
@ -22,6 +22,8 @@ pins:
|
||||||
class: analog_inputs
|
class: analog_inputs
|
||||||
ts_name: ___ PPS2
|
ts_name: ___ PPS2
|
||||||
function: PPS input 2
|
function: PPS input 2
|
||||||
|
type: av
|
||||||
|
color: orange/brown
|
||||||
|
|
||||||
- pin: C5
|
- pin: C5
|
||||||
meta: MM100_IN_D1
|
meta: MM100_IN_D1
|
||||||
|
@ -73,6 +75,8 @@ pins:
|
||||||
class: analog_inputs
|
class: analog_inputs
|
||||||
ts_name: ___ TPS2
|
ts_name: ___ TPS2
|
||||||
function: TPS input 2
|
function: TPS input 2
|
||||||
|
type: av
|
||||||
|
color: blue
|
||||||
|
|
||||||
- pin: C15
|
- pin: C15
|
||||||
meta: MM100_IN_AUX3_ANALOG
|
meta: MM100_IN_AUX3_ANALOG
|
||||||
|
@ -82,12 +86,14 @@ pins:
|
||||||
|
|
||||||
- pin: C16
|
- pin: C16
|
||||||
function: VR2+
|
function: VR2+
|
||||||
|
color: blue
|
||||||
|
|
||||||
- pin: C17
|
- pin: C17
|
||||||
meta: MM100_UART8_TX
|
meta: MM100_UART8_TX
|
||||||
class: event_inputs
|
class: event_inputs
|
||||||
ts_name: ___ VR2-/HALL
|
ts_name: ___ VR2-/HALL
|
||||||
function: VR2-/HALL
|
function: VR2-/HALL
|
||||||
|
color: white
|
||||||
|
|
||||||
# - pin: C16C17
|
# - pin: C16C17
|
||||||
# meta: MM100_UART8_TX
|
# meta: MM100_UART8_TX
|
||||||
|
@ -98,9 +104,11 @@ pins:
|
||||||
|
|
||||||
- pin: C18
|
- pin: C18
|
||||||
function: VR1+
|
function: VR1+
|
||||||
|
color: blue
|
||||||
|
|
||||||
- pin: C19
|
- pin: C19
|
||||||
function: VR1-
|
function: VR1-
|
||||||
|
color: white
|
||||||
|
|
||||||
- pin: C18C19
|
- pin: C18C19
|
||||||
meta: MM100_UART8_RX
|
meta: MM100_UART8_RX
|
||||||
|
|
|
@ -32,13 +32,17 @@ pins:
|
||||||
class: analog_inputs
|
class: analog_inputs
|
||||||
ts_name: ___ PPS1
|
ts_name: ___ PPS1
|
||||||
function: PPS input 1
|
function: PPS input 1
|
||||||
|
type: av
|
||||||
|
color: white
|
||||||
|
|
||||||
- pin: D7
|
- pin: D7
|
||||||
function: CAN1 bus high
|
function: CAN1 bus high
|
||||||
|
color: green
|
||||||
type: can
|
type: can
|
||||||
|
|
||||||
- pin: D8
|
- pin: D8
|
||||||
function: CAN1 bus low
|
function: CAN1 bus low
|
||||||
|
color: blue
|
||||||
type: can
|
type: can
|
||||||
|
|
||||||
- pin: D9
|
- pin: D9
|
||||||
|
@ -46,6 +50,8 @@ pins:
|
||||||
class: analog_inputs
|
class: analog_inputs
|
||||||
ts_name: ___ MAP
|
ts_name: ___ MAP
|
||||||
function: MAP input
|
function: MAP input
|
||||||
|
type: av
|
||||||
|
color: yellow
|
||||||
|
|
||||||
- pin: D10
|
- pin: D10
|
||||||
meta: MM100_IN_CAM
|
meta: MM100_IN_CAM
|
||||||
|
@ -64,6 +70,8 @@ pins:
|
||||||
class: analog_inputs
|
class: analog_inputs
|
||||||
ts_name: ___ TPS1
|
ts_name: ___ TPS1
|
||||||
function: TPS input 1
|
function: TPS input 1
|
||||||
|
type: av
|
||||||
|
color: green
|
||||||
|
|
||||||
- pin: D14
|
- pin: D14
|
||||||
function: Knock Input
|
function: Knock Input
|
||||||
|
@ -73,12 +81,16 @@ pins:
|
||||||
class: analog_inputs
|
class: analog_inputs
|
||||||
ts_name: ___ IAT
|
ts_name: ___ IAT
|
||||||
function: IAT input
|
function: IAT input
|
||||||
|
type: at
|
||||||
|
color: blue
|
||||||
|
|
||||||
- pin: D16
|
- pin: D16
|
||||||
meta: MM100_IN_CLT_ANALOG
|
meta: MM100_IN_CLT_ANALOG
|
||||||
class: analog_inputs
|
class: analog_inputs
|
||||||
ts_name: ___ CLT
|
ts_name: ___ CLT Coolant
|
||||||
function: CLT input
|
function: CLT input
|
||||||
|
type: at
|
||||||
|
color: grey
|
||||||
|
|
||||||
info:
|
info:
|
||||||
cid: d
|
cid: d
|
||||||
|
|
|
@ -5,22 +5,48 @@ pins:
|
||||||
function: 12V output
|
function: 12V output
|
||||||
|
|
||||||
- pin: E3
|
- pin: E3
|
||||||
function: WBO heater white 3
|
function: WBO heater sensor pin 3
|
||||||
|
color: white
|
||||||
|
|
||||||
- pin: E6
|
- pin: E6
|
||||||
function: WBO VM yellow 2
|
function: WBO VM sensor pin 2
|
||||||
|
color: yellow
|
||||||
|
|
||||||
- pin: E5
|
- pin: E5
|
||||||
function: WBO IP red 1
|
function: WBO IP sensor pin 1
|
||||||
|
color: red
|
||||||
|
|
||||||
- pin: E2
|
- pin: E2
|
||||||
function: WBO cal R green 5
|
function: WBO cal R sensor pin 5
|
||||||
|
color: green
|
||||||
|
|
||||||
- pin: E4
|
- pin: E4
|
||||||
function: WBO VS black 6
|
function: WBO VS sensor pin 6
|
||||||
|
color: black
|
||||||
|
|
||||||
info:
|
info:
|
||||||
cid: e
|
cid: e
|
||||||
title: uaefi
|
title: uaefi
|
||||||
directory: hellen/uaefi
|
directory: hellen/uaefi
|
||||||
board_url: https://github.com/rusefi/rusefi/wiki/uaefi
|
board_url: https://github.com/rusefi/rusefi/wiki/uaefi
|
||||||
|
image:
|
||||||
|
file: uaefi-E.jpg
|
||||||
|
pins:
|
||||||
|
- pin: E1
|
||||||
|
x: 361
|
||||||
|
y: 221
|
||||||
|
- pin: E2
|
||||||
|
x: 254
|
||||||
|
y: 221
|
||||||
|
- pin: E3
|
||||||
|
x: 153
|
||||||
|
y: 221
|
||||||
|
- pin: E4
|
||||||
|
x: 361
|
||||||
|
y: 116
|
||||||
|
- pin: E5
|
||||||
|
x: 254
|
||||||
|
y: 116
|
||||||
|
- pin: E6
|
||||||
|
x: 153
|
||||||
|
y: 116
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
Binary file not shown.
After Width: | Height: | Size: 104 KiB |
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
Loading…
Reference in New Issue