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:
@@ -0,0 +1,29 @@
|
||||
description: Driver module for EV side for the YETI hardware
|
||||
config:
|
||||
serial_port:
|
||||
description: Serial port the Yeti hardware is connected to
|
||||
type: string
|
||||
default: /dev/ttyUSB0
|
||||
baud_rate:
|
||||
description: Serial baud rate to use when communicating with Yeti hardware
|
||||
type: integer
|
||||
minimum: 9600
|
||||
maximum: 230400
|
||||
default: 115200
|
||||
reset_gpio:
|
||||
description: Reset GPIO number to use to HW reset Yeti. If set <0 it is disabled.
|
||||
type: integer
|
||||
minimum: -1
|
||||
maximum: 1000
|
||||
default: -1
|
||||
provides:
|
||||
ev_board_support:
|
||||
interface: ev_board_support
|
||||
description: provides the board support Interface to low level control control pilot, relais, rcd
|
||||
enable_telemetry: true
|
||||
metadata:
|
||||
license: https://opensource.org/licenses/Apache-2.0
|
||||
authors:
|
||||
- Cornelius Claussen
|
||||
- Sebastian Lukas
|
||||
- Piet Gömpel
|
||||
Reference in New Issue
Block a user