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-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,18 +32,17 @@ This has been done on a Ubuntu server 18.04
32
32
33
33
Either install gcc-arm-none-eabi system-wide and ensure the binaries are in your path, or edit OwlProgram/compile.mk and point TOOLROOT to where arm-none-eabi binaries are installed.
34
34
35
-
TOOLROOT = /usr/bin/
35
+
TOOLROOT = /usr/bin/
36
36
37
37
To compile puredata patches you need `hvcc`, the Heavy compiler.
To compile patches in native format (e.g. for testing) you will also need the gcc compiler:
43
42
44
43
$ sudo apt install gcc
45
-
46
-
Compile FirmwareSender
44
+
45
+
Compile FirmwareSender
47
46
48
47
FirmwareSender makes it possible to use `load` and `store` make targets, or by invoking FirmwareSender directly to load/store a compiled patch to the device using sysex codes.
49
48
@@ -53,7 +52,7 @@ FirmwareSender makes it possible to use `load` and `store` make targets, or by i
0 commit comments