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
Updates binary formats to updated uf2tool formats, changes the default format
to univeral, which is compatible with all Pico SOCs.
Signed-off-by: Winford <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -439,5 +439,6 @@ The `atomvm` properties list in the Mix project file (`mix.exs`) may contain the
439
439
| Key | Type | Default | Value |
440
440
|-----|------|----------|-------|
441
441
|`app_start`| Address in hexademical format | 0x10180000 | The flash address to place the application |
442
+
|`family_id`| atom or string |`universal`| The flavor of uf2 to create; `rp2040`, `rp2350_riscv`, `rp2350_arm_s`, `rp2350_arm_ns`, `data`, `absolute`, or `universal`|
442
443
443
444
Properties in the `mix.exs` file may be over-ridden on the command line using long-style flags (prefixed by `--`) by the same name as the properties key. For example, you can use the `--app_start` option to specify or override the `app_start` property in the above table.
0 commit comments