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
This commit is contained in:
21
tools/EVerest-main/config/bringup/config-bringup-system.yaml
Normal file
21
tools/EVerest-main/config/bringup/config-bringup-system.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
settings:
|
||||
telemetry_enabled: false
|
||||
active_modules:
|
||||
system:
|
||||
module: System
|
||||
connections:
|
||||
store:
|
||||
- module_id: persistent_store
|
||||
implementation_id: main
|
||||
persistent_store:
|
||||
config_module:
|
||||
sqlite_db_file_path: everest_persistent_store.db
|
||||
connections: {}
|
||||
module: PersistentStore
|
||||
cli:
|
||||
module: BUSystem
|
||||
standalone: true
|
||||
connections:
|
||||
system:
|
||||
- module_id: system
|
||||
implementation_id: main
|
||||
Reference in New Issue
Block a user