Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request 7D00 and 7D01 for RIOT devices #468

Merged
merged 1 commit into from
Jan 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.