Skip to content

Initial Charger Firmware

Latest

Choose a tag to compare

@turkmanovic turkmanovic released this 28 Aug 15:26
6eed0cf

OpenEPT Charger Firmware

This release provides the firmware for the OpenEPT Charger Board, together with the generated firmware documentation.

Release Contents

The release package contains:

  • Firmware Binary – prebuilt binary image ready for programming the OpenEPT Charger Board.
  • Firmware Documentation – generated Doxygen documentation containing the complete firmware API and source-code documentation in HTML format.

Firmware

The firmware implements the core functionality of the OpenEPT Charger Board, including charger control, system management, persistent configuration, communication, and status monitoring.

The provided binary can be used directly to program the supported Charger hardware without rebuilding the firmware from source.

Documentation

The documentation package contains the HTML documentation generated with Doxygen from the firmware source code.

After extracting the documentation archive, open:

html/index.html

in a web browser to access the complete firmware documentation.

Source Code

The complete firmware source code is available in the OpenEPT Charger repository.