File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -38,3 +38,15 @@ using the SDK, the Arduino core may have issues running properly with
38
38
them. In particular, anything involving flash writes (i.e. EEPROM,
39
39
filesystems) will probably crash due to CORE1 attempting to read from
40
40
flash while CORE0 is writing to it.
41
+
42
+ PIOASM (Compiling for the PIO processors)
43
+ -----------------------------------------
44
+ A precompiled version of the PIOASM tool is included in the download
45
+ package and can be run from the CLI.
46
+
47
+ There is also a fully online version of PIOASM that runs in a web
48
+ browser without any CLI required, thanks to @jake653: https://wokwi.com/tools/pioasm
49
+ (GitHub source: https://github.com/wokwi/pioasm-wasm)
50
+
51
+ There is also Docker code available for the tool at:
52
+ https://github.com/kahara/pioasm-docker
You can’t perform that action at this time.
0 commit comments