mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 18:07:25 +08:00
*** empty log message ***
This commit is contained in:
@@ -150,6 +150,25 @@ ac_h : tools static_h
|
|||||||
hard_ac: ac_h fbw ap
|
hard_ac: ac_h fbw ap
|
||||||
ac: hard_ac
|
ac: hard_ac
|
||||||
|
|
||||||
|
|
||||||
|
##### preliminary hard wired arm7 bootloader rules
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# call with : make bl PROC=[TINY|FBW|AP|GENERIC]
|
||||||
|
bl:
|
||||||
|
cd $(AIRBORNE)/arm7/test/bootloader; make
|
||||||
|
|
||||||
|
upload_bl: bl
|
||||||
|
lpc21isp -control $(AIRBORNE)/arm7/test/bootloader/bl.hex /dev/ttyS0 38400 12000
|
||||||
|
|
||||||
|
lpc21iap:
|
||||||
|
cd sw/ground_segment/lpc21iap; make
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#####
|
||||||
|
#####
|
||||||
|
|
||||||
doxygen:
|
doxygen:
|
||||||
mkdir -p dox
|
mkdir -p dox
|
||||||
doxygen Doxyfile
|
doxygen Doxyfile
|
||||||
|
|||||||
Reference in New Issue
Block a user