-
Notifications
You must be signed in to change notification settings - Fork 812
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Request 7D00 and 7D01 for RIOT devices (#468)
See-Also: RIOT-OS/RIOT#12273
- Loading branch information
Showing
3 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |