Files
cariflex/tools/EVerest-main/config/bringup/config-bringup-api-evse-bsp-and-ovm.yaml
Eric F d398a6ced2 Add extracted tools: CitrineOS, OpenOCPP, ShapeShifter
- CitrineOS core extracted (CSMS OCPP 2.0.1)
- OpenOCPP extracted (firmware OCPP 1.6J/2.0.1)
- ShapeShifter library installed (pip install -e)
- ShapeShifter specification extracted
- EVerest extracted

TODO updated with progress
2026-06-08 00:38:27 -04:00

29 lines
638 B
YAML

settings:
telemetry_enabled: false
active_modules:
bsp_1:
module: evse_board_support_API
config_module:
cfg_communication_check_to_s: 0
cfg_heartbeat_interval_ms: 1000
ovm_1:
module: over_voltage_monitor_API
config_module:
cfg_communication_check_to_s: 0
cfg_heartbeat_interval_ms: 1000
bsp_ui:
module: BUEvseBoardSupport
standalone: true
connections:
bsp:
- module_id: bsp_1
implementation_id: main
ovm_ui:
module: BUOverVoltageMonitor
standalone: true
connections:
ovm:
- module_id: ovm_1
implementation_id: main