Skip to content

Commit

Permalink
Request 7D00 and 7D01 for RIOT devices (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn authored and Arachnid committed Jan 5, 2020
1 parent ebc8087 commit 6aecd09
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
14 changes: 14 additions & 0 deletions 1209/7D00/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: pid
title: RIOT standard peripherals
owner: RIOT
license: LGPL-2.1-only
site: http://riot-os.org/
source: https://github.com/RIOT-OS/RIOT
---
This PID describes devices that contain the board's USB-emulated peripherals (currently CDC-ACM (serial) and/or CDC-ECM (Ethernet)).

It is not bound to a particular hardware and can be used by any RIOT board that has a USB peripheral implemented.

It is only applicable to programs that run no own USB code but merely use the peripherals provided by the operating system to satisfy the module requirements of the application.
Those USB devices stand in for special-purpose hardware (UART adapter, Ethernet controller) available on other boards.
15 changes: 15 additions & 0 deletions 1209/7D01/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
layout: pid
title: RIOT Test PID
owner: RIOT
license: any
site: http://riot-os.org/
source: https://github.com/RIOT-OS/RIOT
---
This PID describes devices that implement custom USB functionality in addition to their board's provided USB functionality as described for [PID 7D00](../7D00/).

In particular, it is used whenever an example program of RIOT implements custom USB functionality.

The pid.codes policy for test PIDs applies:

This PID is reserved for use in private testing. Anyone may assign it to their device while they're testing in-house, but it MUST NOT be used on any device that will be redistributed, sold, or manufactured. Source code and configuration that references this VID/PID should warn users that the PID is not universally unique and should not be used outside test environments.
6 changes: 6 additions & 0 deletions org/RIOT/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: org
title: RIOT Operating System
site: http://riot-os.org//
---
RIOT: The friendly Operating System for the Internet of Things.

0 comments on commit 6aecd09

Please sign in to comment.