mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-31 20:38:27 +08:00
[parrot] move and merge ardrone2 and bebop scripts
- common utility functions but still a lot of differences - some features like network configuration not yet supported on bebop - upload tested with bebop, more checks needed for ardrone2
This commit is contained in:
+3
-7
@@ -25,15 +25,11 @@
|
||||
|
||||
include $(PAPARAZZI_SRC)/conf/Makefile.linux
|
||||
|
||||
DRONE = $(PAPARAZZI_SRC)/sw/ext/bebop.py
|
||||
|
||||
# Allow modules or other raw makefiles to add actions to the upload
|
||||
upload_extra:
|
||||
|
||||
DRONE = $(PAPARAZZI_SRC)/sw/tools/parrot/bebop.py
|
||||
|
||||
# Program the device and start it.
|
||||
upload program: upload_extra $(OBJDIR)/$(TARGET).elf
|
||||
upload program: $(OBJDIR)/$(TARGET).elf
|
||||
$(Q)$(DRONE) --host=$(HOST) upload_file_and_run $(OBJDIR)/$(TARGET).elf $(SUB_DIR)
|
||||
|
||||
# Listing of phony targets.
|
||||
.PHONY : upload_extra upload program
|
||||
.PHONY : upload program
|
||||
|
||||
Reference in New Issue
Block a user