You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,13 @@ The example programs in this collection require the following:
25
25
* Elixir applications:
26
26
*[Elixir](https://elixir-lang.org) Version 1.13 (version compatible with OTP version selected above)
27
27
28
-
See the [AtomVM Release Notes](https://www.atomvm.net/doc/master/release-notes.html) for information about supported versions of the above software.
28
+
See the [AtomVM Release Notes](https://doc.atomvm.org/latest/release-notes.html) for information about supported versions of the above software.
29
29
30
30
For instructions about how to install these requirements, consult your local operating system documentation and package management system.
31
31
32
-
The above tools make use of plugins designed specifically to simply the development and deployment of applications on to supported platforms. For more information about these plugins, please refer to the [AtomVM Tooling](https://www.atomvm.net/doc/master/atomvm-tooling.html) documentation.
32
+
The above tools make use of plugins designed specifically to simply the development and deployment of applications on to supported platforms. For more information about these plugins, please refer to the [AtomVM Tooling](https://doc.atomvm.org/latest/atomvm-tooling.html) documentation.
33
33
34
-
These instructions assume you have already deployed the AtomVM virtual machine on to the device on which you are running. For instructions about how to install the AtomVM virtual machine onto devices, see the AtomVM [Getting Started Guide](https://www.atomvm.net/doc/master/getting-started-guide.html).
34
+
These instructions assume you have already deployed the AtomVM virtual machine on to the device on which you are running. For instructions about how to install the AtomVM virtual machine onto devices, see the AtomVM [Getting Started Guide](https://doc.atomvm.org/latest/getting-started-guide.html).
35
35
36
36
### ESP32 Requirements
37
37
@@ -45,7 +45,7 @@ In order to flash and run these programs on an ESP32 device, you will need, in a
45
45
* Some example applications require the presence of a WiFi Access Point (AP), to which the ESP32 device can connect.
46
46
* Some example applications require either an existing WiFi Access Point (AP) or that your personal computer be capable of connecting to the ESP32 acting as a WiFi Access Point (AP).
47
47
48
-
> For information about supported ESP32 SoCs, see the AtomVM [Release Notes](https://www.atomvm.net/doc/master/release-notes.html).
48
+
> For information about supported ESP32 SoCs, see the AtomVM [Release Notes](https://doc.atomvm.org/latest/release-notes.html).
49
49
50
50
### STM32 Requirements
51
51
@@ -58,7 +58,7 @@ In order to flash and run these programs on an STM32 device, you will need, in a
58
58
* To use JTAG for flashing and console output debugging, you will need a [st-link v2](https://www.st.com/en/development-tools/st-link-v2.html) or [st-link v3](https://www.st.com/en/development-tools/stlink-v3set.html) device (typically already included on Nucleo and Discovery boards).
59
59
* (Recommended) A serial console program, such as [`minicom`](https://en.wikipedia.org/wiki/Minicom).
60
60
61
-
> For information about supported STM32 development boards, see the AtomVM [Release Notes](https://www.atomvm.net/doc/master/release-notes.html).
61
+
> For information about supported STM32 development boards, see the AtomVM [Release Notes](https://doc.atomvm.org/latest/release-notes.html).
62
62
63
63
### Raspberry Pico Requirements
64
64
@@ -70,7 +70,7 @@ In order to flash and run these programs on a Raspberry Pico or Raspberry Pico W
70
70
* (Recommended) A serial console program, such as [`minicom`](https://en.wikipedia.org/wiki/Minicom).
71
71
* Some example applications require the presence of a WiFi Access Point (AP), to which the Raspberry Pico W device can connect. Note that these examples are only supported on the Raspberry Pico W.
72
72
73
-
> For information about supported Raspberry Pico devices, see the AtomVM [Release Notes](https://www.atomvm.net/doc/master/release-notes.html).
73
+
> For information about supported Raspberry Pico devices, see the AtomVM [Release Notes](https://doc.atomvm.org/latest/release-notes.html).
Copy file name to clipboardExpand all lines: demos/morse_server/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Your ESP can be reached with a web browser on port 8080 by its IP address or DHC
41
41
42
42
"http://192.168.0.32:8080" or "http://atomvm-240ac458d278:8080"
43
43
44
-
For more information about programming on the AtomVM platform, see the [AtomVM Programmers Guide](https://www.atomvm.net/doc/master/programmers-guide.html).
44
+
For more information about programming on the AtomVM platform, see the [AtomVM Programmers Guide](https://doc.atomvm.org/latest/programmers-guide.html).
Copy file name to clipboardExpand all lines: elixir/Blinky/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,6 @@ To run this example, depending on how bright you want your led, connect a 220 oh
31
31
32
32
> Pico-W Note. To use the onboard LED on a `picow` edit lib/Blinky.ex and comment out the current `@pin` definition (change to: `# @pin 2`), and uncomment the definition for the picow onboard LED `@pin` definition: `@pin {:wl, 0}`.
33
33
34
-
For more information about programming on the AtomVM platform, see the [AtomVM Programmers Guide](https://www.atomvm.net/doc/master/programmers-guide.html).
34
+
For more information about programming on the AtomVM platform, see the [AtomVM Programmers Guide](https://doc.atomvm.org/latest/programmers-guide.html).
35
35
36
36
For general information about building and executing Elixir AtomVM example programs, see the Elixir example program [README](../README.md).
Copy file name to clipboardExpand all lines: elixir/HelloWorld/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,6 @@ Welcome to the `HelloWorld` AtomVM application.
10
10
11
11
The `HelloWorld` AtomVM application prints "Hello World" to the console and then terminates.
12
12
13
-
For more information about programming on the AtomVM platform, see the [AtomVM Programmers Guide](https://www.atomvm.net/doc/master/programmers-guide.html).
13
+
For more information about programming on the AtomVM platform, see the [AtomVM Programmers Guide](https://doc.atomvm.org/latest/programmers-guide.html).
14
14
15
15
For general information about building and executing Elixir AtomVM example programs, see the Elixir example program [README](../README.md).
Copy file name to clipboardExpand all lines: elixir/LEDC_Example/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,6 @@ The `LEDC_Example` AtomVM application illustrates use of the AtomVM `LEDC` inter
13
13
LEDs are wired to GPIO pins 4, 5, 18, and 19 and should use a resistor (minimum 100 Ohm up to 1K, 220 Ohm is a good choice). Change the number
14
14
for the GPIO pins in the example if necessary. See the Blinky example for wiring if you are unsure.
15
15
16
-
For more information about programming on the AtomVM platform, see the [AtomVM Programmers Guide](https://www.atomvm.net/doc/master/programmers-guide.html).
16
+
For more information about programming on the AtomVM platform, see the [AtomVM Programmers Guide](https://doc.atomvm.org/latest/programmers-guide.html).
17
17
18
18
For general information about building and executing Erlang AtomVM example programs, see the Erlang example program [README](../README.md).
Copy file name to clipboardExpand all lines: erlang/README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ To build and run an example in this directory, change your working directory to
41
41
42
42
The following generic instructions apply to the Erlang examples in this repository. Special notes about building and running the example programs that deviate from these instructions are noted in the README file for the particular example program.
43
43
44
-
These instructions make use of the [`atomvm_rebar3_plugin`](https://atomvm.github.io/atomvm_rebar3_plugin). For more information about AtomVM tooling, please see the [AtomVM Tooling](https://www.atomvm.net/doc/master/atomvm-tooling.html) documentation.
44
+
These instructions make use of the [`atomvm_rebar3_plugin`](https://atomvm.github.io/atomvm_rebar3_plugin). For more information about AtomVM tooling, please see the [AtomVM Tooling](https://doc.atomvm.org/latest/atomvm-tooling.html) documentation.
45
45
46
46
### Building
47
47
@@ -73,7 +73,7 @@ To run this application on the STM32 platform, you must flash the application to
73
73
74
74
#### Flashing onto an STM32 Device
75
75
76
-
The STM32 platform requires that the core AtomVM library be included in the application you are targeting for the device. For information about how to obtain this library, see the [AtomVM Tooling](https://www.atomvm.net/doc/master/atomvm-tooling.html) documentation.
76
+
The STM32 platform requires that the core AtomVM library be included in the application you are targeting for the device. For information about how to obtain this library, see the [AtomVM Tooling](https://doc.atomvm.org/latest/atomvm-tooling.html) documentation.
77
77
78
78
Once you have obtained this library, you must use the `packeam` task to create the AVM file to deploy to your device. Specify the path to the AtomVM core library using the `-e` option, e.g.,
79
79
@@ -115,4 +115,4 @@ To run this application on a generic UNIX platform, supply the path to the gener
115
115
116
116
where `<example-program>` is the name of the example program.
117
117
118
-
> Note. See the AtomVM [Getting Started Guide](https://www.atomvm.net/doc/master/getting-started-guide.html) for information about how to install AtomVM on the generic UNIX platform.
118
+
> Note. See the AtomVM [Getting Started Guide](https://doc.atomvm.org/latest/getting-started-guide.html) for information about how to install AtomVM on the generic UNIX platform.
Copy file name to clipboardExpand all lines: erlang/arepl_example/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Welcome to the `arepl_example` AtomVM application.
10
10
11
11
The `arepl_example` AtomVM application demonstrates the use of the `arepl` LISP interpreter.
12
12
13
-
For more information about programming on the AtomVM platform, see the [AtomVM Programmers Guide](https://www.atomvm.net/doc/master/programmers-guide.html).
13
+
For more information about programming on the AtomVM platform, see the [AtomVM Programmers Guide](https://doc.atomvm.org/latest/programmers-guide.html).
Copy file name to clipboardExpand all lines: erlang/blinky/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,6 @@ To run this example, depending on how bright you want your led, connect a 220 oh
31
31
32
32
> Pico W Note. To use the onboard LED on a `picow` edit src/blinky.erl and comment out the current `PIN` definition (change to: `% -define(PIN, 2).`), and uncomment the definition for the `picow` onboard LED definition: `-define(PIN, {wl, 0}).`
33
33
34
-
For more information about programming on the AtomVM platform, see the [AtomVM Programmers Guide](https://www.atomvm.net/doc/master/programmers-guide.html).
34
+
For more information about programming on the AtomVM platform, see the [AtomVM Programmers Guide](https://doc.atomvm.org/latest/programmers-guide.html).
35
35
36
36
For general information about building and executing Erlang AtomVM example programs, see the Erlang example program [README](../README.md).
Copy file name to clipboardExpand all lines: erlang/deep_sleep/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,6 @@ Welcome to the `deep_sleep` AtomVM application.
10
10
11
11
The `deep_sleep` AtomVM application will put the ESP32 device into low-power deep sleep for 10 seconds, wake up, and report the reset reason. In most cases this will be `esp_rst_deepsleep`, but the initial reset reason will be `esp_rst_poweron`, or if you reset the device manually during sleep.
12
12
13
-
For more information about programming on the AtomVM platform, see the [AtomVM Programmers Guide](https://www.atomvm.net/doc/master/programmers-guide.html).
13
+
For more information about programming on the AtomVM platform, see the [AtomVM Programmers Guide](https://doc.atomvm.org/latest/programmers-guide.html).
14
14
15
15
For general information about building and executing Erlang AtomVM example programs, see the Erlang example program [README](../README.md).
Copy file name to clipboardExpand all lines: erlang/esp_nvs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,6 @@ Welcome to the `esp_nvs` AtomVM application.
10
10
11
11
The `esp_nvs` AtomVM application uses the ESP non-volatile storage to record the number of times the device has restarted. If the NVS storage has not been set for this application, it will be intialized with a count of 0. The device will then sleep for 10 seconds, and restart. After each restart, the number of restarts is incremented and stored in non-volatile storage.
12
12
13
-
For more information about programming on the AtomVM platform, see the [AtomVM Programmers Guide](https://www.atomvm.net/doc/master/programmers-guide.html).
13
+
For more information about programming on the AtomVM platform, see the [AtomVM Programmers Guide](https://doc.atomvm.org/latest/programmers-guide.html).
14
14
15
15
For general information about building and executing Erlang AtomVM example programs, see the Erlang example program [README](../README.md).
0 commit comments