Add explanation how toi fill the libopencm3 directory

This commit is contained in:
Uwe Bonnes 2013-01-12 18:14:40 +01:00
parent 91709afcc2
commit 9a85146eba
1 changed files with 5 additions and 0 deletions

View File

@ -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.