Re: [PATCH 2/4] dev/io: Add base64 decoder

2024-01-22 Thread Gedare Bloom
This seems to be generically useful by itself. I'd probably be OK with it, if it has a suitable (non device-related) home. On Mon, Jan 15, 2024 at 2:46 AM Sebastian Huber wrote: > > From: Matthew Joyce > > --- > cpukit/dev/iobase64decode.c | 166 > cpukit/incl

[PATCH 2/4] dev/io: Add base64 decoder

2024-01-15 Thread Sebastian Huber
From: Matthew Joyce --- cpukit/dev/iobase64decode.c | 166 cpukit/include/rtems/dev/io.h | 63 ++ spec/build/cpukit/librtemscpu.yml | 1 + .../build/testsuites/unit/unit-no-clock-0.yml | 1 + testsuites/unit/tc-io-base64-dec