ch552: Add SPDX tags

- Add SPDX tags to source files.
- Make REUSE compliant.
- Add reuse.toml configuration.
This commit is contained in:
Michael Cardell Widerkrantz 2025-04-04 11:27:04 +02:00
parent d43585ee1a
commit 7eca72c2c3
No known key found for this signature in database
GPG key ID: D3DB3DDF57E704E5
24 changed files with 232 additions and 21 deletions

View file

@ -42,3 +42,23 @@ https://github.com/Blinkinlabs/ch55x_programmer
Note that the CH552 flash is only guaranteed for a few hundred flash
cycles.
## License
Originally based on reference firmware for the CH552 by WCH released
under the MIT license:
https://www.wch-ic.com/
The oldest files Copyright 1999.
Much changed and added to by Tillitis.
Check licenses using the reuse tool:
https://github.com/fsfe/reuse-tool
Note that so far you need to specify this directory as root, as in:
```
$ reuse --root . lint
```