Add explanation how toi fill the libopencm3 directory
This commit is contained in:
parent
91709afcc2
commit
9a85146eba
5
HACKING
5
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.
|
||||
|
|
Loading…
Reference in New Issue