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[2] = Gpio::MM100_INJ3;
|
||||
engineConfiguration->injectionPins[3] = Gpio::MM100_INJ4;
|
||||
engineConfiguration->injectionPins[4] = Gpio::MM100_INJ5;
|
||||
engineConfiguration->injectionPins[5] = Gpio::MM100_INJ6;
|
||||
}
|
||||
|
||||
static void setIgnitionPins() {
|
||||
|
@ -22,6 +24,8 @@ static void setIgnitionPins() {
|
|||
engineConfiguration->ignitionPins[1] = Gpio::MM100_IGN2;
|
||||
engineConfiguration->ignitionPins[2] = Gpio::MM100_IGN3;
|
||||
engineConfiguration->ignitionPins[3] = Gpio::MM100_IGN4;
|
||||
engineConfiguration->ignitionPins[4] = Gpio::MM100_IGN5;
|
||||
engineConfiguration->ignitionPins[5] = Gpio::MM100_IGN6;
|
||||
}
|
||||
|
||||
static void setupDefaultSensorInputs() {
|
||||
|
@ -124,13 +128,17 @@ static Gpio OUTPUTS[] = {
|
|||
Gpio::MM100_INJ2, // B5 injector output 2
|
||||
Gpio::MM100_INJ1, // B6 injector output 1
|
||||
Gpio::MM100_INJ7, // B7 Low Side output 1
|
||||
Gpio::MM100_IGN8, // B8 Weak Low Side output 2
|
||||
Gpio::MM100_IGN7, // B9 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_IGN8, // B8 Fan Relay Weak Low Side output 2
|
||||
Gpio::MM100_IGN7, // B9 Main Relay Weak Low Side output 1
|
||||
Gpio::MM100_IGN6, // B10 Coil 6
|
||||
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() {
|
||||
|
|
|
@ -4,33 +4,37 @@ pins:
|
|||
- pin: A1
|
||||
function: DC1-
|
||||
type: etb
|
||||
|
||||
color: white
|
||||
|
||||
- pin: A2
|
||||
function: DC2-
|
||||
type: etb
|
||||
color: white
|
||||
|
||||
- pin: A3
|
||||
function: Power Ground
|
||||
type: gnd
|
||||
|
||||
|
||||
- pin: A4
|
||||
function: Power Ground
|
||||
type: gnd
|
||||
|
||||
|
||||
- pin: A5
|
||||
function: DC1+
|
||||
type: etb
|
||||
|
||||
color: blue
|
||||
|
||||
- pin: A6
|
||||
function: DC2+
|
||||
type: etb
|
||||
color: blue
|
||||
|
||||
- pin: A7
|
||||
meta: MM100_IN_VBATT
|
||||
class: analog_inputs
|
||||
function: Ignition Switch / Battery Voltage Analog Input
|
||||
ts_name: ___ Voltage From Key
|
||||
|
||||
|
||||
- pin: A8
|
||||
function: +12V From Main Relay
|
||||
|
||||
|
@ -38,4 +42,31 @@ info:
|
|||
cid: a
|
||||
title: 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
|
||||
class: outputs
|
||||
type: ls
|
||||
color: grey
|
||||
ts_name: ___ injector output 6
|
||||
|
||||
- pin: B2
|
||||
meta: MM100_INJ5
|
||||
class: outputs
|
||||
type: ls
|
||||
color: yellow
|
||||
ts_name: ___ injector output 5
|
||||
|
||||
- pin: B3
|
||||
|
@ -18,99 +20,172 @@ pins:
|
|||
class: outputs
|
||||
type: ls
|
||||
ts_name: ___ injector output 4
|
||||
color: orange/brown
|
||||
|
||||
- pin: B4
|
||||
meta: MM100_INJ3
|
||||
class: outputs
|
||||
type: ls
|
||||
color: blue
|
||||
ts_name: ___ injector output 3
|
||||
|
||||
- pin: B5
|
||||
meta: MM100_INJ2
|
||||
class: outputs
|
||||
type: ls
|
||||
color: white
|
||||
ts_name: ___ injector output 2
|
||||
|
||||
- pin: B6
|
||||
meta: MM100_INJ1
|
||||
class: outputs
|
||||
type: ls
|
||||
color: green
|
||||
ts_name: ___ injector output 1
|
||||
|
||||
- pin: B7
|
||||
meta: MM100_INJ7
|
||||
class: outputs
|
||||
color: orange
|
||||
type: ls
|
||||
ts_name: ___ Low Side output 1
|
||||
ts_name: ___ VVT or Low Side output 1
|
||||
|
||||
- pin: B8
|
||||
meta: MM100_IGN8
|
||||
class: outputs
|
||||
type: ls
|
||||
color: red
|
||||
ts_name: ___ Fan Relay Weak Low Side output 2
|
||||
|
||||
- pin: B9
|
||||
meta: MM100_IGN7
|
||||
class: outputs
|
||||
type: ls
|
||||
color: grey
|
||||
ts_name: ___ Main Relay Weak Low Side output 1
|
||||
|
||||
- pin: B10
|
||||
meta: MM100_IGN6
|
||||
class: outputs
|
||||
type: ign
|
||||
color: grey
|
||||
ts_name: ___ Coil 6
|
||||
|
||||
- pin: B11
|
||||
meta: MM100_IGN4
|
||||
class: outputs
|
||||
type: ign
|
||||
color: orange/brown
|
||||
ts_name: ___ Coil 4
|
||||
|
||||
- pin: B12
|
||||
meta: MM100_IGN3
|
||||
class: outputs
|
||||
type: ign
|
||||
color: blue
|
||||
ts_name: ___ Coil 3
|
||||
|
||||
- pin: B13
|
||||
meta: MM100_IGN5
|
||||
class: outputs
|
||||
type: ign
|
||||
color: yellow
|
||||
ts_name: ___ Coil 5
|
||||
|
||||
- pin: B14
|
||||
meta: MM100_IGN2
|
||||
class: outputs
|
||||
type: ign
|
||||
color: white
|
||||
ts_name: ___ Coil 2
|
||||
|
||||
- pin: B15
|
||||
meta: MM100_IGN1
|
||||
class: outputs
|
||||
type: ign
|
||||
color: green
|
||||
ts_name: ___ Coil 1
|
||||
|
||||
- pin: B16
|
||||
meta: MM100_OUT_PWM2
|
||||
class: outputs
|
||||
type: ls
|
||||
color: white
|
||||
ts_name: ___ Low Side output 4 / Fuel Pump
|
||||
|
||||
- pin: B17
|
||||
meta: MM100_OUT_PWM1
|
||||
class: outputs
|
||||
color: yellow
|
||||
type: ls
|
||||
ts_name: ___ Low Side output 3
|
||||
|
||||
- pin: B18
|
||||
meta: MM100_INJ8
|
||||
class: outputs
|
||||
color: grey
|
||||
type: ls
|
||||
ts_name: ___ Low Side output 2
|
||||
ts_name: ___ VVT or Idle or Low Side output 2
|
||||
|
||||
info:
|
||||
cid: b
|
||||
title: uaefi
|
||||
directory: hellen/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
|
||||
ts_name: ___ PPS2
|
||||
function: PPS input 2
|
||||
type: av
|
||||
color: orange/brown
|
||||
|
||||
- pin: C5
|
||||
meta: MM100_IN_D1
|
||||
|
@ -73,6 +75,8 @@ pins:
|
|||
class: analog_inputs
|
||||
ts_name: ___ TPS2
|
||||
function: TPS input 2
|
||||
type: av
|
||||
color: blue
|
||||
|
||||
- pin: C15
|
||||
meta: MM100_IN_AUX3_ANALOG
|
||||
|
@ -82,12 +86,14 @@ pins:
|
|||
|
||||
- pin: C16
|
||||
function: VR2+
|
||||
color: blue
|
||||
|
||||
- pin: C17
|
||||
meta: MM100_UART8_TX
|
||||
class: event_inputs
|
||||
ts_name: ___ VR2-/HALL
|
||||
function: VR2-/HALL
|
||||
color: white
|
||||
|
||||
# - pin: C16C17
|
||||
# meta: MM100_UART8_TX
|
||||
|
@ -98,9 +104,11 @@ pins:
|
|||
|
||||
- pin: C18
|
||||
function: VR1+
|
||||
color: blue
|
||||
|
||||
- pin: C19
|
||||
function: VR1-
|
||||
color: white
|
||||
|
||||
- pin: C18C19
|
||||
meta: MM100_UART8_RX
|
||||
|
|
|
@ -32,13 +32,17 @@ pins:
|
|||
class: analog_inputs
|
||||
ts_name: ___ PPS1
|
||||
function: PPS input 1
|
||||
type: av
|
||||
color: white
|
||||
|
||||
- pin: D7
|
||||
function: CAN1 bus high
|
||||
color: green
|
||||
type: can
|
||||
|
||||
- pin: D8
|
||||
function: CAN1 bus low
|
||||
color: blue
|
||||
type: can
|
||||
|
||||
- pin: D9
|
||||
|
@ -46,6 +50,8 @@ pins:
|
|||
class: analog_inputs
|
||||
ts_name: ___ MAP
|
||||
function: MAP input
|
||||
type: av
|
||||
color: yellow
|
||||
|
||||
- pin: D10
|
||||
meta: MM100_IN_CAM
|
||||
|
@ -64,6 +70,8 @@ pins:
|
|||
class: analog_inputs
|
||||
ts_name: ___ TPS1
|
||||
function: TPS input 1
|
||||
type: av
|
||||
color: green
|
||||
|
||||
- pin: D14
|
||||
function: Knock Input
|
||||
|
@ -73,12 +81,16 @@ pins:
|
|||
class: analog_inputs
|
||||
ts_name: ___ IAT
|
||||
function: IAT input
|
||||
type: at
|
||||
color: blue
|
||||
|
||||
- pin: D16
|
||||
meta: MM100_IN_CLT_ANALOG
|
||||
class: analog_inputs
|
||||
ts_name: ___ CLT
|
||||
ts_name: ___ CLT Coolant
|
||||
function: CLT input
|
||||
type: at
|
||||
color: grey
|
||||
|
||||
info:
|
||||
cid: d
|
||||
|
|
|
@ -3,24 +3,50 @@ meta: config/boards/hellen_mm100_meta.h
|
|||
pins:
|
||||
- pin: E1
|
||||
function: 12V output
|
||||
|
||||
|
||||
- pin: E3
|
||||
function: WBO heater white 3
|
||||
function: WBO heater sensor pin 3
|
||||
color: white
|
||||
|
||||
- pin: E6
|
||||
function: WBO VM yellow 2
|
||||
|
||||
function: WBO VM sensor pin 2
|
||||
color: yellow
|
||||
|
||||
- pin: E5
|
||||
function: WBO IP red 1
|
||||
function: WBO IP sensor pin 1
|
||||
color: red
|
||||
|
||||
- pin: E2
|
||||
function: WBO cal R green 5
|
||||
function: WBO cal R sensor pin 5
|
||||
color: green
|
||||
|
||||
- pin: E4
|
||||
function: WBO VS black 6
|
||||
|
||||
function: WBO VS sensor pin 6
|
||||
color: black
|
||||
|
||||
info:
|
||||
cid: e
|
||||
title: 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