diff --git a/README.md b/README.md index 83a9831..80d1e9d 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,16 @@ # Heck Machines - OSP - The OSP is a hackable, open source drum machine that accidentally got very, very close to the erica perkons hd-01, -which is real beauty of instrument design that i truly love, except for its unhackable closed source nature. -So, we new need gnu one. +which is a real beauty of instrument design that i truly love, except for its unhackable closed source nature. +So, i made a gnu one. + +![](res/heckmachines_osp_lab_dresden.png) -. -. -. +## Build Instructions -## Toolchain Setup +### Toolchain Setup -### Compiler +#### Compiler compiler used is gcc for arm: Options: @@ -24,7 +23,7 @@ There is NO libc-nano shipped with it, because its not GPL. BUT the daisy build scripts specify the use of libc-nano. -### Programmer / Debugger +#### Programmer / Debugger on macos: `port install dfu-util openocd` @@ -33,12 +32,12 @@ on macos: `openocd` is the program that is invoked by the Makefiles to program the thing via JTAG. `openocd` also is the debugger we use. -## Dependencies +### Dependencies TODO... -## Hardware +### Hardware TODO... diff --git a/res/heckmachines_osp_lab_dresden.png b/res/heckmachines_osp_lab_dresden.png new file mode 100644 index 0000000..09e2c9f Binary files /dev/null and b/res/heckmachines_osp_lab_dresden.png differ