UNPKG

@micro-os-plus/diag-trace

Version:

A source code library with the µOS++ trace::printf() tracing infrastructure

36 lines (35 loc) 979 B
{ "minimumXpmakeRequired": "0.0.0", "license": "MIT", "copyright": "Copyright (c) 2022 Liviu Ionescu", "description": "Top diag-trace components", "cdlComponents": { "diag-trace": { "description": "The portable trace::printf() code.", "parent": "micro-os-plus", "defaultEnable": true, "compilerIncludeFolders": [ "include" ], "compilerSourceFiles": [ "src/trace.cpp" ], "compilerDefinitions": [], "compilerOptions": [], "dependencies": [], "generatedDefinition": "MICRO_OS_PLUS_INCLUDE_DIAG_TRACE", "cdlInterfaces": { "output-channel": { "description": "The trace output channel interface." } }, "cdlOptions": { "trace-printf-buffer-array-size": { "valueType": "integer", "generatedDefinition": "MICRO_OS_PLUS_INTEGER_TRACE_PRINTF_BUFFER_ARRAY_SIZE", "defaultValue": 200 } } } } }