aboutsummaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorUwe Bonnes2013-01-12 18:14:40 +0100
committerUwe Bonnes2013-01-21 11:02:43 +0100
commit9a85146ebab1135cc412d8ace842224ef6bdbe15 (patch)
tree3944064bb3dadeaba6d892ad624a9517a02ee90c /HACKING
parent91709afcc2e94c4c185e7faa5677001497d4e031 (diff)
Add explanation how toi fill the libopencm3 directory
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING5
1 files changed, 5 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 0438c3c..e79d573 100644
--- a/HACKING
+++ b/HACKING
@@ -9,6 +9,11 @@ resides in the 'src' directory.
Compiling for the native hardware
---------------------------------
+Run
+git submodule init
+git submodule update
+after cloning blackmagic to fill the libopencm3 directory.
+
To build the firmware for the standard hardware platform run 'make' in the
src directory. You will require a GCC cross compiler for ARM Cortex-M3
targets. You will also need to have the libopenstm32 library installed.