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

@ -1,4 +1,8 @@
#ifndef __DEBUG_H__
// SPDX-FileCopyrightText: 2017 WCH <wch-ic.com>
// SPDX-FileCopyrightText: 2025 Tillitis AB <tillitis.se>
// SPDX-License-Identifier: MIT
#ifndef __DEBUG_H__
#define __DEBUG_H__
/* Debug */