115 Commits
Author SHA1 Message Date
Robin Krahl 32da051356 Simplify Debug implementation for Aid
This patch replaces f.write_fmt(format_args!(...)) with write!(f, ...)
and uses named parameters where possible to fix a clippy lint.
2026-04-17 11:44:15 +02:00
Sosthène GuédonandSosthène Guédon 147e20e3e5 Prepare release 0.2.0 v0.2.0 2025-09-25 10:43:22 +02:00
Sosthène GuédonandSosthène Guédon 4eb8ac14ba Update to heapless 0.9 and heapless-bytes 0.5 2025-09-25 10:43:22 +02:00
Sosthène GuédonandSosthène Guédon 1c7930bbd2 Add trusted publishing 2025-09-25 10:35:31 +02:00
Sosthène Guédonandsosthene-nitrokey 11a6a06b03 Prepare release 0.1.4 v0.1.4 2025-03-04 11:43:28 +01:00
Sosthène Guédonandsosthene-nitrokey 5109c0db85 Make header length calculation non generic 2025-03-04 11:38:08 +01:00
Sosthène Guédonandsosthene-nitrokey 31fc7cb369 Add CI workflows 2025-03-04 11:17:00 +01:00
Sosthène Guédonandsosthene-nitrokey 005acc035b Fix clippy warnings 2025-03-04 10:46:59 +01:00
Sosthène Guédon 8745dab289 Restore AID debug behaviour 2025-03-04 10:20:37 +01:00
Alexander WalterandSosthène Guédon 4570c5c58d chore: remove delog crate 2025-03-04 10:20:37 +01:00
Alexander WalterandSosthène Guédon cfaf1c90d9 feat: delog and defmt features 2025-03-04 10:20:37 +01:00
Sosthène Guédonandsosthene-nitrokey 6d4002ddf0 Fix heapless-byte cfg 2025-02-28 10:40:45 +01:00
Robin Krahl 74c2d4d894 Release v0.1.3 0.1.3 2024-10-17 23:46:37 +02:00
Sosthène Guédonandsosthene-nitrokey 348238e381 CommandView: precise lifetime of data 2023-11-24 09:53:54 +01:00
Robin KrahlandNicolas Stalder a2ee8a2a3f Release v0.1.2 0.1.2 2023-11-22 14:48:39 +01:00
Sosthène GuédonandRobin Krahl 57afb5355d Fix clippy warnings 2023-10-29 10:59:04 +01:00
Sosthène GuédonandRobin Krahl b06e5d9ec3 Fix semver breaks 2023-10-29 10:59:04 +01:00
Robin Krahl 33f0401216 Refactor CommandView::to_owned
This patch replaces Vec::from_slice with Vec::extend_from_slice in
CommandView::to_owned.  This reduces the stack usage on lpc55 to one
third (!), from ca. 23 kB to ca. 8 kB with S = 7609.
2023-10-25 15:17:41 +02:00
Sosthène GuédonandRobin Krahl 8b0d071cc6 Fix datasource is_empty calculation 2023-10-25 15:17:07 +02:00
Sosthène Guédonandsosthene-nitrokey 58152e8737 Fix clippy warnings 2023-09-22 11:31:28 +02:00
Sosthène Guédonandsosthene-nitrokey 4a31b8a881 Update changelog 2023-09-22 11:31:28 +02:00
Sosthène Guédonandsosthene-nitrokey c22065b39d Add to_u16 method 2023-09-22 11:31:28 +02:00
Sosthène Guédonandsosthene-nitrokey 507f8fa596 Document status values 2023-09-22 11:31:28 +02:00
Sosthène Guédonandsosthene-nitrokey 4dff08c9a3 Rename UPPER to MAX 2023-09-22 11:31:28 +02:00
Sosthène Guédonandsosthene-nitrokey 2ec3f87ce6 Make the Unkonwn status variant visibly not meant to be used 2023-09-22 11:31:28 +02:00