mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-13 20:48:42 +01:00
d2244d83d1
- new plugin (opHID) to deprecate old one (rawhid). - remove pjrc HID api implementation. - add hidapi library taken from https://github.com/signal11/hidapi.git (copied files, the lib is not compiled from its git repo). - history of those files is broken (cp instead of git mv) but the history is all in rawhid plugin. - mac and windows not tested yet.
15 lines
691 B
XML
15 lines
691 B
XML
<plugin name="Uploader" version="1.0.0" compatVersion="1.0.0">
|
|
<vendor>The OpenPilot Project</vendor>
|
|
<copyright>(C) 2010 Jose Barros A.K.A. PT_Dreamer</copyright>
|
|
<license>The GNU Public License (GPL) Version 3</license>
|
|
<description>A plugin to Upload Firmware to the OpenPilot HW via USB DFU</description>
|
|
<url>http://www.openpilot.org</url>
|
|
<dependencyList>
|
|
<dependency name="Core" version="1.0.0"/>
|
|
<dependency name="UAVObjects" version="1.0.0"/>
|
|
<dependency name="UAVTalk" version="1.0.0"/>
|
|
<dependency name="opHID" version="1.0.0"/>
|
|
<dependency name="UAVObjectUtil" version="1.0.0"/>
|
|
</dependencyList>
|
|
</plugin>
|