6 Commits

Author SHA1 Message Date
T. R. Bernstein
e957caf031 Fix indention error in SPI config 1.0.1 2026-03-02 16:06:21 +01:00
T. R. Bernstein
48fdc144c1 Fix message reduction error
The unified logging system (aka OSLog) expects a OSLogMessage and does
not allow just passing in a string variable. Instead the variable has to
be interpolated into a string literal, which sets the default privacy
setting to 'private' and hence reducts the whole message.
This commit sets the privacy setting to 'public'.
2026-03-02 16:06:13 +01:00
T. R. Bernstein
63119a6310 Add EUPL license 1.0.0 2026-02-28 01:16:57 +01:00
T. R. Bernstein
45ab296e9e Add DocC documentation 2026-02-28 01:12:28 +01:00
T. R. Bernstein
003600ddff Add README 2026-02-28 00:22:08 +01:00
T. R. Bernstein
fec4a037db Initial implementation 2026-02-28 00:21:11 +01:00