-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Benedikt Spranger <[email protected]>
- Loading branch information
Showing
1 changed file
with
50 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,50 @@ | ||
<!-- SPDX-FileCopyrightText: 2023 Linutronix GmbH <[email protected]> --> | ||
<!-- SPDX-License-Identifier: CERN-OHL-S-2.0 --> | ||
|
||
[![KiCad CI/CD for baggerdails RPi HAT](https://github.com/linutronix/baggerdails/actions/workflows/main.yml/badge.svg)](https://github.com/linutronix/baggerdails/actions/workflows/main.yml) | ||
![baggerdails logo](https://github.com/linutronix/baggerdails/raw/master/images/logo.png "baggerdails logo") | ||
|
||
# baggerdails - A RPi HAT for a trade fair demo | ||
|
||
The baggerdails RPi HAT is a small PCB containing 14 LEDs, a 256k serial | ||
EEPROM, an ATECC608 Security Verification / Encryption IC, two SPI display | ||
connectors and last but not least an USB serial converter attached to a | ||
full-size 40W GPIO connector as described in the | ||
[ADD-ON BOARDS AND HATs specification](https://github.com/raspberrypi/hats). | ||
|
||
## License rules | ||
|
||
baggerdails is provided under the terms of the CERN-OHL-S license version 2 | ||
as provided in the LICENSES/CERN-OHL-S-2.0 file. | ||
|
||
Instead of adding license boilerplates to the individual files, baggerdails | ||
uses SPDX license identifiers, which are machine parseable and considered | ||
legaly equivalent. | ||
|
||
The SPDX license identifier in baggerdails shall be added at the first possible | ||
line in a file which can contain a comment. This is normally the first line | ||
except for scripts. Scripts require the #!PATH_TO_INTERPRETER tag in the | ||
first line; place the SPDX identifier into the second line. | ||
|
||
The SPDX license identifier is added in form of a comment. | ||
|
||
## Copyright and License | ||
|
||
Copyright Linutronix GmbH 2023. | ||
|
||
This source describes Open Hardware and is licensed under the CERN-OHL-S v2. | ||
You may redistribute and modify this source and make products using it | ||
under the terms of the CERN-OHL-S v2 (https://ohwr.org/cern_ohl_s_v2.txt). | ||
|
||
This source is distributed WITHOUT ANY EXPRESS OR IMPLIED WARRANTY, | ||
INCLUDING OF MERCHANTABILITY, SATISFACTORY QUALITY AND FITNESS FOR A | ||
PARTICULAR PURPOSE. | ||
|
||
Please see the CERN-OHL-S v2 for applicable conditions. | ||
|
||
Source location: https://github.com/linutronix/baggerdails | ||
|
||
As per CERN-OHL-S v2 section 4, should You produce hardware based | ||
on this source, You must where practicable maintain the Source Location | ||
visible on the external case of the baggerdails or other products you make | ||
using this source. |