summaryrefslogtreecommitdiffstats
path: root/cpukit/libtrace/record/record-dump-base64.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* base64: Move base64 encoding supportSebastian Huber2024-02-161-3/+4
|
* score: Move formatted I/O functionsSebastian Huber2023-07-281-1/+1
| | | | These functions do not belong to an super core service.
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* record: Add rtems_record_dump()Sebastian Huber2020-03-181-0/+110
Add rtems_record_dump_base64() and rtems_record_dump_base64_zlib(). Add CONFIGURE_RECORD_FATAL_DUMP_BASE64 and CONFIGURE_RECORD_FATAL_DUMP_BASE64_ZLIB configuration options. Update #3904.