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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ Configuration in `rebar.config` is optional but can be useful in some cases. Fo
97
97
98
98
The `packbeam` task is used to generated an AtomVM packbeam (`.avm`) file.
99
99
100
-
shell$ rebar3 help atovm packbeam
100
+
shell$ rebar3 help atomvm packbeam
101
101
102
102
Use this plugin to create an AtomVM packbeam file from your rebar3 project.
103
103
@@ -409,15 +409,15 @@ trigger a reset into `application` mode after flashing with `rebar3 atomvm pico_
409
409
The `pico_flash` task depends on the `uf2create` task which in turn depends on the `packbeam` task, so in most cases it is not necessary to execute either of those tasks if the default settings are used, as any changes to modules in the project will get rebuilt before being flashed to the device.
410
410
411
411
shell$ rebar3 atomvm pico_flash
412
-
===> Fetching atomvm_rebar3_plugin v0.7.3
412
+
===> Fetching atomvm_rebar3_plugin v0.7.4
413
413
===> Fetching rebar3_hex v7.0.6
414
414
===> Fetching hex_core v0.8.4
415
415
===> Fetching verl v1.1.1
416
416
===> Analyzing applications...
417
417
===> Compiling hex_core
418
418
===> Compiling verl
419
419
===> Compiling rebar3_hex
420
-
===> Fetching atomvm_packbeam v0.6.0
420
+
===> Fetching atomvm_packbeam v0.7.4
421
421
===> Fetching rebar3_proper v0.12.1
422
422
===> Analyzing applications...
423
423
===> Compiling rebar3_proper
@@ -520,7 +520,7 @@ The `uf2create` task depends on the `packbeam` task, so the packbeam file will g
520
520
use the `version` task to print the current version of the [`atomvm_rebar3_plugin`](https://atomvm.github.io/atomvm_rebar3_plugin) to the console.
0 commit comments