Skip to content

Commit 17bcd5f

Browse files
author
AtomVM Doc Bot
committed
Update Documentation for main
1 parent 3e0da72 commit 17bcd5f

File tree

207 files changed

+605
-430
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

207 files changed

+605
-430
lines changed

main/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 4ff5e6936de5659b51acfae14eb4cce6
3+
config: 01dd8eaacac08c7666441da772e27654
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

main/CHANGELOG.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title>Changelog &mdash; AtomVM 0.7.0-dev+git.16e77f09 documentation</title>
9+
<title>Changelog &mdash; AtomVM 0.7.0-dev+git.ac69559b documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
1111
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=9edc463e" />
1212
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=4ae1632d" />
@@ -17,7 +17,7 @@
1717
<link rel="canonical" href="https://doc.atomvm.org/main/CHANGELOG.html" />
1818
<script src="_static/jquery.js?v=5d32c60e"></script>
1919
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
20-
<script src="_static/documentation_options.js?v=767fc2e7"></script>
20+
<script src="_static/documentation_options.js?v=ff1032c2"></script>
2121
<script src="_static/doctools.js?v=fd6eb6e6"></script>
2222
<script src="_static/sphinx_highlight.js?v=6ffebe34"></script>
2323
<script src="_static/js/theme.js"></script>
@@ -260,6 +260,10 @@ <h3>Added<a class="headerlink" href="#added" title="Link to this heading"></a
260260
<li><p>Added missing <code class="docutils literal notranslate"><span class="pre">ledc</span></code> functions for esp32 platform</p></li>
261261
<li><p>Added support for Elixir GenServer and Supervisor.</p></li>
262262
<li><p>Added support for 10 new STM32 families by switching to STM32 official SDK</p></li>
263+
<li><p>Added <code class="docutils literal notranslate"><span class="pre">network:sta_connect/0,1</span></code> and <code class="docutils literal notranslate"><span class="pre">network:sta_disconnect/0</span></code> to ESP32 network driver.</p></li>
264+
<li><p>Added option to set a custom callback for esp32 network driver
265+
<code class="docutils literal notranslate"><span class="pre">disconnected</span></code> events</p></li>
266+
<li><p>Added <code class="docutils literal notranslate"><span class="pre">network:sta_status/0</span></code> to get the current connection state of the sta interface.</p></li>
263267
</ul>
264268
</section>
265269
<section id="changed">
@@ -284,6 +288,8 @@ <h3>Changed<a class="headerlink" href="#changed" title="Link to this heading">
284288
<li><p>Badarg error return from calling crypto:crypto_one_time with invalid arguments now matches OTP24+.</p></li>
285289
<li><p>When function head doesn’t match, function arguments are now in stacktrace</p></li>
286290
<li><p>Function arguments are added to stacktrace also for some NIFs, when one of the arguments is badarg</p></li>
291+
<li><p>Using a custom callback for STA disconnected events in esp32 network driver will stop automatic re-connect,
292+
allowing applications to use scan results or other means to decide when and where to connect.</p></li>
287293
</ul>
288294
</section>
289295
<section id="fixed">

main/CODE_OF_CONDUCT.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title>Contributor Covenant Code of Conduct &mdash; AtomVM 0.7.0-dev+git.16e77f09 documentation</title>
9+
<title>Contributor Covenant Code of Conduct &mdash; AtomVM 0.7.0-dev+git.ac69559b documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
1111
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=9edc463e" />
1212
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=4ae1632d" />
@@ -17,7 +17,7 @@
1717
<link rel="canonical" href="https://doc.atomvm.org/main/CODE_OF_CONDUCT.html" />
1818
<script src="_static/jquery.js?v=5d32c60e"></script>
1919
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
20-
<script src="_static/documentation_options.js?v=767fc2e7"></script>
20+
<script src="_static/documentation_options.js?v=ff1032c2"></script>
2121
<script src="_static/doctools.js?v=fd6eb6e6"></script>
2222
<script src="_static/sphinx_highlight.js?v=6ffebe34"></script>
2323
<script src="_static/js/theme.js"></script>

main/CONTRIBUTING.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title>Contributing &mdash; AtomVM 0.7.0-dev+git.16e77f09 documentation</title>
9+
<title>Contributing &mdash; AtomVM 0.7.0-dev+git.ac69559b documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
1111
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=9edc463e" />
1212
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=4ae1632d" />
@@ -17,7 +17,7 @@
1717
<link rel="canonical" href="https://doc.atomvm.org/main/CONTRIBUTING.html" />
1818
<script src="_static/jquery.js?v=5d32c60e"></script>
1919
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
20-
<script src="_static/documentation_options.js?v=767fc2e7"></script>
20+
<script src="_static/documentation_options.js?v=ff1032c2"></script>
2121
<script src="_static/doctools.js?v=fd6eb6e6"></script>
2222
<script src="_static/sphinx_highlight.js?v=6ffebe34"></script>
2323
<script src="_static/js/theme.js"></script>

main/C_CODING_STYLE.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title>AtomVM C Coding Style Guide (AVMCCS Guide) &mdash; AtomVM 0.7.0-dev+git.16e77f09 documentation</title>
9+
<title>AtomVM C Coding Style Guide (AVMCCS Guide) &mdash; AtomVM 0.7.0-dev+git.ac69559b documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
1111
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=9edc463e" />
1212
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=4ae1632d" />
@@ -17,7 +17,7 @@
1717
<link rel="canonical" href="https://doc.atomvm.org/main/C_CODING_STYLE.html" />
1818
<script src="_static/jquery.js?v=5d32c60e"></script>
1919
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
20-
<script src="_static/documentation_options.js?v=767fc2e7"></script>
20+
<script src="_static/documentation_options.js?v=ff1032c2"></script>
2121
<script src="_static/doctools.js?v=fd6eb6e6"></script>
2222
<script src="_static/sphinx_highlight.js?v=6ffebe34"></script>
2323
<script src="_static/js/theme.js"></script>

main/LICENSES/Apache-2.0.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title>&lt;no title&gt; &mdash; AtomVM 0.7.0-dev+git.16e77f09 documentation</title>
9+
<title>&lt;no title&gt; &mdash; AtomVM 0.7.0-dev+git.ac69559b documentation</title>
1010
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=b86133f3" />
1111
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=9edc463e" />
1212
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=4ae1632d" />
@@ -17,7 +17,7 @@
1717
<link rel="canonical" href="https://doc.atomvm.org/main/LICENSES/Apache-2.0.html" />
1818
<script src="../_static/jquery.js?v=5d32c60e"></script>
1919
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
20-
<script src="../_static/documentation_options.js?v=767fc2e7"></script>
20+
<script src="../_static/documentation_options.js?v=ff1032c2"></script>
2121
<script src="../_static/doctools.js?v=fd6eb6e6"></script>
2222
<script src="../_static/sphinx_highlight.js?v=6ffebe34"></script>
2323
<script src="../_static/js/theme.js"></script>

main/SECURITY.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title>Security Policy &mdash; AtomVM 0.7.0-dev+git.16e77f09 documentation</title>
9+
<title>Security Policy &mdash; AtomVM 0.7.0-dev+git.ac69559b documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
1111
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=9edc463e" />
1212
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=4ae1632d" />
@@ -17,7 +17,7 @@
1717
<link rel="canonical" href="https://doc.atomvm.org/main/SECURITY.html" />
1818
<script src="_static/jquery.js?v=5d32c60e"></script>
1919
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
20-
<script src="_static/documentation_options.js?v=767fc2e7"></script>
20+
<script src="_static/documentation_options.js?v=ff1032c2"></script>
2121
<script src="_static/doctools.js?v=fd6eb6e6"></script>
2222
<script src="_static/sphinx_highlight.js?v=6ffebe34"></script>
2323
<script src="_static/js/theme.js"></script>

main/UPDATING.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title>AtomVM Update Instructions &mdash; AtomVM 0.7.0-dev+git.16e77f09 documentation</title>
9+
<title>AtomVM Update Instructions &mdash; AtomVM 0.7.0-dev+git.ac69559b documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
1111
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=9edc463e" />
1212
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=4ae1632d" />
@@ -17,7 +17,7 @@
1717
<link rel="canonical" href="https://doc.atomvm.org/main/UPDATING.html" />
1818
<script src="_static/jquery.js?v=5d32c60e"></script>
1919
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
20-
<script src="_static/documentation_options.js?v=767fc2e7"></script>
20+
<script src="_static/documentation_options.js?v=ff1032c2"></script>
2121
<script src="_static/doctools.js?v=fd6eb6e6"></script>
2222
<script src="_static/sphinx_highlight.js?v=6ffebe34"></script>
2323
<script src="_static/js/theme.js"></script>

main/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const DOCUMENTATION_OPTIONS = {
2-
VERSION: '0.7.0-dev+git.16e77f09',
2+
VERSION: '0.7.0-dev+git.ac69559b',
33
LANGUAGE: 'en',
44
COLLAPSE_INDEX: false,
55
BUILDER: 'html',

main/api-reference-documentation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
77

88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9-
<title>API Reference Documentation &mdash; AtomVM 0.7.0-dev+git.16e77f09 documentation</title>
9+
<title>API Reference Documentation &mdash; AtomVM 0.7.0-dev+git.ac69559b documentation</title>
1010
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=b86133f3" />
1111
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=9edc463e" />
1212
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=4ae1632d" />
@@ -17,7 +17,7 @@
1717
<link rel="canonical" href="https://doc.atomvm.org/main/api-reference-documentation.html" />
1818
<script src="_static/jquery.js?v=5d32c60e"></script>
1919
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
20-
<script src="_static/documentation_options.js?v=767fc2e7"></script>
20+
<script src="_static/documentation_options.js?v=ff1032c2"></script>
2121
<script src="_static/doctools.js?v=fd6eb6e6"></script>
2222
<script src="_static/sphinx_highlight.js?v=6ffebe34"></script>
2323
<script src="_static/js/theme.js"></script>

0 commit comments

Comments
 (0)