Skip to content

Commit a86fbb8

Browse files
tridgeArachnid
authored andcommitted
added ArduPilot PID request (pidcodes#343)
* added ArduPilot PID request * travis: updated ruby version
1 parent f868c8f commit a86fbb8

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ env:
1919
matrix:
2020
fast_finish: true
2121
include:
22-
- rvm: 2.2.5
22+
- rvm: 2.3.0
2323
env: TASK='htmlproofer'
24-
- rvm: 2.2.5
24+
- rvm: 2.3.0
2525
env: TASK='htmlproofer-external'
2626
allow_failures:
27-
- rvm: 2.2.5
27+
- rvm: 2.3.0
2828
env: TASK='htmlproofer-external'

1209/5740/index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
layout: pid
3+
title: autopilot
4+
owner: ArduPilot
5+
license: GPLv3
6+
site: http://www.ardupilot.org/
7+
source: https://github.com/ArduPilot/
8+
---
9+
The ArduPilot project supports many open source hardware designs. We
10+
don't design the hardware ourselves (we are a software project), but
11+
we work closely with many organisations and companies that do make
12+
open source hardware. For those that don't have their own VID we use a
13+
single VID/PID pair for all boards, then distinguish boards using the
14+
product ID strings in the bootloader and application firmware.
15+
16+
Schematics for some of the boards we support are here:
17+
18+
https://github.com/ArduPilot/Schematics

org/ArduPilot/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: org
3+
title: ArduPilot.org
4+
site: http://www.ardupilot.org/
5+
---
6+
ArduPilot is a leading open source autopilot system, supporting
7+
autonomous robots on land, air and sea
8+

0 commit comments

Comments
 (0)