Re: [PATCH 1/4] dev/io: Make base64 encoding tables public

2024-01-21 Thread Chris Johns
On 15/1/2024 8:45 pm, Sebastian Huber wrote: > This makes them reusable. Change the character type to uint8_t. > --- > cpukit/dev/iobase64.c | 24 +--- I do not understand why a base64 encoder/decoder is in the devices sources tree? I have never encountered a base64 "d

[PATCH 1/4] dev/io: Make base64 encoding tables public

2024-01-15 Thread Sebastian Huber
This makes them reusable. Change the character type to uint8_t. --- cpukit/dev/iobase64.c | 24 +--- cpukit/include/rtems/dev/io.h | 10 ++ 2 files changed, 27 insertions(+), 7 deletions(-) diff --git a/cpukit/dev/iobase64.c b/cpukit/dev/iobase64.c index 0ac70