Skip to content

Commit

Permalink
Add doc build snapshot nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
pionix-compiler committed Jun 26, 2024
1 parent 38b7dc3 commit 1cb17b4
Show file tree
Hide file tree
Showing 12 changed files with 60 additions and 28 deletions.
5 changes: 5 additions & 0 deletions docs/latest/_generated/modules/EvseManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@ <h2><span class="section-number">13.1.12.1. </span>Module Configuration<a class=
<div class="line-block">
<div class="line">Hack. Allow bidirectional power transfer with DIN spec and ISO-2. Currents communicated on HLC will always be positive but power supply may actually discharge the car.</div>
</div>
<div class="line"><strong>hack_simplified_mode_limit_10A</strong>:<em>boolean</em> &lt;optional&gt;</div>
<div class="line"><em>default: False</em></div>
<div class="line-block">
<div class="line">Limit PWM to 10A if EV uses simplified charging mode. Set to false to be compliant with IEC61851-1:2019 section A.2.3. It is the responsibility of the EV to limit to 10A according to the norm. Enable this option to deviate from the norm and limit from the EVSE side.</div>
</div>
<div class="line"><strong>autocharge_use_slac_instead_of_hlc</strong>:<em>boolean</em> &lt;optional&gt;</div>
<div class="line"><em>default: False</em></div>
<div class="line-block">
Expand Down
15 changes: 10 additions & 5 deletions docs/latest/_generated/modules/MicroMegaWattBSP.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,22 @@ <h2><span class="section-number">13.1.19.1. </span>Module Configuration<a class=
<div class="line"><strong>serial_port</strong>:<em>string</em> &lt;optional&gt;</div>
<div class="line"><em>default: “/dev/ttyUSB0”</em></div>
<div class="line-block">
<div class="line">Serial port the Yeti hardware is connected to</div>
<div class="line">Serial port the uMWC hardware is connected to</div>
</div>
<div class="line"><strong>baud_rate</strong>:<em>integer</em> &lt;optional&gt;</div>
<div class="line"><em>default: 115200</em></div>
<div class="line-block">
<div class="line">Serial baud rate to use when communicating with Yeti hardware</div>
<div class="line">Serial baud rate to use when communicating with uMWC hardware</div>
</div>
<div class="line"><strong>reset_gpio_chip</strong>:<em>string</em> &lt;optional&gt;</div>
<div class="line"><em>default: “gpiochip0”</em></div>
<div class="line-block">
<div class="line">Reset GPIO chip to use to HW reset uMWC. If set to empty string, it is disabled.</div>
</div>
<div class="line"><strong>reset_gpio</strong>:<em>integer</em> &lt;optional&gt;</div>
<div class="line"><em>default: -1</em></div>
<div class="line"><em>default: 27</em></div>
<div class="line-block">
<div class="line">Reset GPIO number to use to HW reset uMWC. If set &lt;0 it is disabled.</div>
<div class="line">GPIO line to use to reset uMWC</div>
</div>
<div class="line"><strong>dc_max_voltage</strong>:<em>integer</em> &lt;optional&gt;</div>
<div class="line"><em>default: 1000</em></div>
Expand All @@ -81,7 +86,7 @@ <h2><span class="section-number">13.1.19.2. </span>Provides<a class="headerlink"
</div>
<div class="line"><strong>powermeter</strong>:<a class="reference internal" href="../interfaces/powermeter.html#everest-interfaces-powermeter"><span class="std std-ref">powermeter</span></a></div>
<div class="line-block">
<div class="line">provides the Yeti Internal Power Meter</div>
<div class="line">Interface for the powermeter</div>
</div>
<div class="line"><strong>board_support</strong>:<a class="reference internal" href="../interfaces/evse_board_support.html#everest-interfaces-evse-board-support"><span class="std std-ref">evse_board_support</span></a></div>
<div class="line-block">
Expand Down
3 changes: 3 additions & 0 deletions docs/latest/_sources/_generated/modules/EvseManager.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ Module Configuration
| **hack_allow_bpt_with_iso2**:*boolean* <optional>
| *default: False*
| Hack. Allow bidirectional power transfer with DIN spec and ISO-2. Currents communicated on HLC will always be positive but power supply may actually discharge the car.
| **hack_simplified_mode_limit_10A**:*boolean* <optional>
| *default: False*
| Limit PWM to 10A if EV uses simplified charging mode. Set to false to be compliant with IEC61851-1:2019 section A.2.3. It is the responsibility of the EV to limit to 10A according to the norm. Enable this option to deviate from the norm and limit from the EVSE side.
| **autocharge_use_slac_instead_of_hlc**:*boolean* <optional>
| *default: False*
| Use slac ev mac address for autocharge instead of EVCCID from HLC
Expand Down
13 changes: 8 additions & 5 deletions docs/latest/_sources/_generated/modules/MicroMegaWattBSP.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@ Module Configuration
********************
| **serial_port**:*string* <optional>
| *default: "/dev/ttyUSB0"*
| Serial port the Yeti hardware is connected to
| Serial port the uMWC hardware is connected to
| **baud_rate**:*integer* <optional>
| *default: 115200*
| Serial baud rate to use when communicating with Yeti hardware
| Serial baud rate to use when communicating with uMWC hardware
| **reset_gpio_chip**:*string* <optional>
| *default: "gpiochip0"*
| Reset GPIO chip to use to HW reset uMWC. If set to empty string, it is disabled.
| **reset_gpio**:*integer* <optional>
| *default: -1*
| Reset GPIO number to use to HW reset uMWC. If set <0 it is disabled.
| *default: 27*
| GPIO line to use to reset uMWC
| **dc_max_voltage**:*integer* <optional>
| *default: 1000*
| Maximum voltage to support
Expand All @@ -30,7 +33,7 @@ Provides
| **dc_supply**::ref:`power_supply_DC <everest_interfaces_power_supply_DC>`
| Interface for the DC/DC output supply
| **powermeter**::ref:`powermeter <everest_interfaces_powermeter>`
| provides the Yeti Internal Power Meter
| Interface for the powermeter
| **board_support**::ref:`evse_board_support <everest_interfaces_evse_board_support>`
| provides the board support Interface to low level control control pilot, relais, rcd, motor lock
Expand Down
6 changes: 3 additions & 3 deletions docs/latest/appendix/02_snapshot.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h3>Navigation</h3>
<span class="w"> </span><span class="nt">git_tag</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">main</span>
<span class="nt">everest-core</span><span class="p">:</span>
<span class="w"> </span><span class="nt">git</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">[email protected]:EVerest/everest-core.git</span>
<span class="w"> </span><span class="nt">git_rev</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">b68f0d9318c94c174ebfd5cb1d34b5efb9d458aa</span>
<span class="w"> </span><span class="nt">git_rev</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">b59cfed73ab4f71e8a931c92ab3d2145bd1515ae</span>
<span class="w"> </span><span class="nt">git_tag</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">main</span>
<span class="nt">everest-framework</span><span class="p">:</span>
<span class="w"> </span><span class="nt">git</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">https://github.com/EVerest/everest-framework.git</span>
Expand All @@ -69,7 +69,7 @@ <h3>Navigation</h3>
<span class="w"> </span><span class="nt">git_tag</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">v0.3.1</span>
<span class="nt">everest.github.io</span><span class="p">:</span>
<span class="w"> </span><span class="nt">git</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">[email protected]:everest/everest.github.io.git</span>
<span class="w"> </span><span class="nt">git_rev</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">5b9f4862316d71428cbd07c11a95f718fc896a8a</span>
<span class="w"> </span><span class="nt">git_rev</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">38b7dc3a6dbb8a4e3c828ed70c5ce9262be48054</span>
<span class="nt">ext-mbedtls</span><span class="p">:</span>
<span class="w"> </span><span class="nt">cmake_condition</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">EVEREST_DEPENDENCY_ENABLED_MBEDTLS</span>
<span class="w"> </span><span class="nt">git</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">https://github.com/EVerest/ext-mbedtls.git</span>
Expand All @@ -85,7 +85,6 @@ <h3>Navigation</h3>
<span class="w"> </span><span class="nt">git_rev</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">ec437e6060e30bfa2850139c87a10c3f61f546a0</span>
<span class="w"> </span><span class="nt">git_tag</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">v0.2.0</span>
<span class="nt">libevse-security</span><span class="p">:</span>
<span class="w"> </span><span class="nt">cmake_condition</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">EVEREST_DEPENDENCY_ENABLED_LIBEVSE_SECURITY</span>
<span class="w"> </span><span class="nt">git</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">https://github.com/EVerest/libevse-security.git</span>
<span class="w"> </span><span class="nt">git_rev</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">1ee9a962c49d22ea4a46c84ab9d51ebf80345e6e</span>
<span class="w"> </span><span class="nt">git_tag</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">v0.7.0</span>
Expand All @@ -100,6 +99,7 @@ <h3>Navigation</h3>
<span class="w"> </span><span class="nt">git_tag</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">v0.2.1</span>
<span class="w"> </span><span class="nt">options</span><span class="p">:</span>
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">BUILD_EXAMPLES OFF</span>
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">CMAKE_POSITION_INDEPENDENT_CODE ON</span>
<span class="nt">libmodbus</span><span class="p">:</span>
<span class="w"> </span><span class="nt">cmake_condition</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">EVEREST_DEPENDENCY_ENABLED_LIBMODBUS</span>
<span class="w"> </span><span class="nt">git</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">https://github.com/EVerest/libmodbus.git</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/latest/searchindex.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/nightly/_generated/modules/EvseManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,11 @@ <h2><span class="section-number">13.1.12.1. </span>Module Configuration<a class=
<div class="line-block">
<div class="line">Hack. Allow bidirectional power transfer with DIN spec and ISO-2. Currents communicated on HLC will always be positive but power supply may actually discharge the car.</div>
</div>
<div class="line"><strong>hack_simplified_mode_limit_10A</strong>:<em>boolean</em> &lt;optional&gt;</div>
<div class="line"><em>default: False</em></div>
<div class="line-block">
<div class="line">Limit PWM to 10A if EV uses simplified charging mode. Set to false to be compliant with IEC61851-1:2019 section A.2.3. It is the responsibility of the EV to limit to 10A according to the norm. Enable this option to deviate from the norm and limit from the EVSE side.</div>
</div>
<div class="line"><strong>autocharge_use_slac_instead_of_hlc</strong>:<em>boolean</em> &lt;optional&gt;</div>
<div class="line"><em>default: False</em></div>
<div class="line-block">
Expand Down
15 changes: 10 additions & 5 deletions docs/nightly/_generated/modules/MicroMegaWattBSP.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,22 @@ <h2><span class="section-number">13.1.19.1. </span>Module Configuration<a class=
<div class="line"><strong>serial_port</strong>:<em>string</em> &lt;optional&gt;</div>
<div class="line"><em>default: “/dev/ttyUSB0”</em></div>
<div class="line-block">
<div class="line">Serial port the Yeti hardware is connected to</div>
<div class="line">Serial port the uMWC hardware is connected to</div>
</div>
<div class="line"><strong>baud_rate</strong>:<em>integer</em> &lt;optional&gt;</div>
<div class="line"><em>default: 115200</em></div>
<div class="line-block">
<div class="line">Serial baud rate to use when communicating with Yeti hardware</div>
<div class="line">Serial baud rate to use when communicating with uMWC hardware</div>
</div>
<div class="line"><strong>reset_gpio_chip</strong>:<em>string</em> &lt;optional&gt;</div>
<div class="line"><em>default: “gpiochip0”</em></div>
<div class="line-block">
<div class="line">Reset GPIO chip to use to HW reset uMWC. If set to empty string, it is disabled.</div>
</div>
<div class="line"><strong>reset_gpio</strong>:<em>integer</em> &lt;optional&gt;</div>
<div class="line"><em>default: -1</em></div>
<div class="line"><em>default: 27</em></div>
<div class="line-block">
<div class="line">Reset GPIO number to use to HW reset uMWC. If set &lt;0 it is disabled.</div>
<div class="line">GPIO line to use to reset uMWC</div>
</div>
<div class="line"><strong>dc_max_voltage</strong>:<em>integer</em> &lt;optional&gt;</div>
<div class="line"><em>default: 1000</em></div>
Expand All @@ -81,7 +86,7 @@ <h2><span class="section-number">13.1.19.2. </span>Provides<a class="headerlink"
</div>
<div class="line"><strong>powermeter</strong>:<a class="reference internal" href="../interfaces/powermeter.html#everest-interfaces-powermeter"><span class="std std-ref">powermeter</span></a></div>
<div class="line-block">
<div class="line">provides the Yeti Internal Power Meter</div>
<div class="line">Interface for the powermeter</div>
</div>
<div class="line"><strong>board_support</strong>:<a class="reference internal" href="../interfaces/evse_board_support.html#everest-interfaces-evse-board-support"><span class="std std-ref">evse_board_support</span></a></div>
<div class="line-block">
Expand Down
3 changes: 3 additions & 0 deletions docs/nightly/_sources/_generated/modules/EvseManager.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ Module Configuration
| **hack_allow_bpt_with_iso2**:*boolean* <optional>
| *default: False*
| Hack. Allow bidirectional power transfer with DIN spec and ISO-2. Currents communicated on HLC will always be positive but power supply may actually discharge the car.
| **hack_simplified_mode_limit_10A**:*boolean* <optional>
| *default: False*
| Limit PWM to 10A if EV uses simplified charging mode. Set to false to be compliant with IEC61851-1:2019 section A.2.3. It is the responsibility of the EV to limit to 10A according to the norm. Enable this option to deviate from the norm and limit from the EVSE side.
| **autocharge_use_slac_instead_of_hlc**:*boolean* <optional>
| *default: False*
| Use slac ev mac address for autocharge instead of EVCCID from HLC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@ Module Configuration
********************
| **serial_port**:*string* <optional>
| *default: "/dev/ttyUSB0"*
| Serial port the Yeti hardware is connected to
| Serial port the uMWC hardware is connected to
| **baud_rate**:*integer* <optional>
| *default: 115200*
| Serial baud rate to use when communicating with Yeti hardware
| Serial baud rate to use when communicating with uMWC hardware
| **reset_gpio_chip**:*string* <optional>
| *default: "gpiochip0"*
| Reset GPIO chip to use to HW reset uMWC. If set to empty string, it is disabled.
| **reset_gpio**:*integer* <optional>
| *default: -1*
| Reset GPIO number to use to HW reset uMWC. If set <0 it is disabled.
| *default: 27*
| GPIO line to use to reset uMWC
| **dc_max_voltage**:*integer* <optional>
| *default: 1000*
| Maximum voltage to support
Expand All @@ -30,7 +33,7 @@ Provides
| **dc_supply**::ref:`power_supply_DC <everest_interfaces_power_supply_DC>`
| Interface for the DC/DC output supply
| **powermeter**::ref:`powermeter <everest_interfaces_powermeter>`
| provides the Yeti Internal Power Meter
| Interface for the powermeter
| **board_support**::ref:`evse_board_support <everest_interfaces_evse_board_support>`
| provides the board support Interface to low level control control pilot, relais, rcd, motor lock
Expand Down
6 changes: 3 additions & 3 deletions docs/nightly/appendix/02_snapshot.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h3>Navigation</h3>
<span class="w"> </span><span class="nt">git_tag</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">main</span>
<span class="nt">everest-core</span><span class="p">:</span>
<span class="w"> </span><span class="nt">git</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">[email protected]:EVerest/everest-core.git</span>
<span class="w"> </span><span class="nt">git_rev</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">b68f0d9318c94c174ebfd5cb1d34b5efb9d458aa</span>
<span class="w"> </span><span class="nt">git_rev</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">b59cfed73ab4f71e8a931c92ab3d2145bd1515ae</span>
<span class="w"> </span><span class="nt">git_tag</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">main</span>
<span class="nt">everest-framework</span><span class="p">:</span>
<span class="w"> </span><span class="nt">git</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">https://github.com/EVerest/everest-framework.git</span>
Expand All @@ -69,7 +69,7 @@ <h3>Navigation</h3>
<span class="w"> </span><span class="nt">git_tag</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">v0.3.1</span>
<span class="nt">everest.github.io</span><span class="p">:</span>
<span class="w"> </span><span class="nt">git</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">[email protected]:everest/everest.github.io.git</span>
<span class="w"> </span><span class="nt">git_rev</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">5b9f4862316d71428cbd07c11a95f718fc896a8a</span>
<span class="w"> </span><span class="nt">git_rev</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">38b7dc3a6dbb8a4e3c828ed70c5ce9262be48054</span>
<span class="nt">ext-mbedtls</span><span class="p">:</span>
<span class="w"> </span><span class="nt">cmake_condition</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">EVEREST_DEPENDENCY_ENABLED_MBEDTLS</span>
<span class="w"> </span><span class="nt">git</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">https://github.com/EVerest/ext-mbedtls.git</span>
Expand All @@ -85,7 +85,6 @@ <h3>Navigation</h3>
<span class="w"> </span><span class="nt">git_rev</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">ec437e6060e30bfa2850139c87a10c3f61f546a0</span>
<span class="w"> </span><span class="nt">git_tag</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">v0.2.0</span>
<span class="nt">libevse-security</span><span class="p">:</span>
<span class="w"> </span><span class="nt">cmake_condition</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">EVEREST_DEPENDENCY_ENABLED_LIBEVSE_SECURITY</span>
<span class="w"> </span><span class="nt">git</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">https://github.com/EVerest/libevse-security.git</span>
<span class="w"> </span><span class="nt">git_rev</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">1ee9a962c49d22ea4a46c84ab9d51ebf80345e6e</span>
<span class="w"> </span><span class="nt">git_tag</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">v0.7.0</span>
Expand All @@ -100,6 +99,7 @@ <h3>Navigation</h3>
<span class="w"> </span><span class="nt">git_tag</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">v0.2.1</span>
<span class="w"> </span><span class="nt">options</span><span class="p">:</span>
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">BUILD_EXAMPLES OFF</span>
<span class="w"> </span><span class="p p-Indicator">-</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">CMAKE_POSITION_INDEPENDENT_CODE ON</span>
<span class="nt">libmodbus</span><span class="p">:</span>
<span class="w"> </span><span class="nt">cmake_condition</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">EVEREST_DEPENDENCY_ENABLED_LIBMODBUS</span>
<span class="w"> </span><span class="nt">git</span><span class="p">:</span><span class="w"> </span><span class="l l-Scalar l-Scalar-Plain">https://github.com/EVerest/libmodbus.git</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/nightly/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 1cb17b4

Please sign in to comment.