Skip to content

Commit

Permalink
xcdl.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Dec 16, 2024
1 parent 87bac69 commit 36112e2
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions xcdl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"minimumXcdlRequired": "2.0.0",
"license": "MIT",
"copyright": "Copyright (c) 2022 Liviu Ionescu. All rights reserved.",
"cdlPackage": {
"name": "utils-lists",
"description": "C++ lists, including intrusive lists.",
"parent": "micro-os-plus",
"compilerIncludeFolders": [
"include"
],
"compilerSourceFiles": [
"src/lists.cpp"
],
"compilerDefinitions": [],
"compilerOptions": [],
"dependencies": [],
"generatedDefinition": "MICRO_OS_PLUS_HAS_UTILS_LISTS",
"cdlOptions": {
"trace": {
"display": "Enable trace",
"description": "Log trace diagnostics when TRACE is enabled",
"valueType": "bool",
"requires": "isEnabled('diag-trace')",
"generatedDefinition": "MICRO_OS_PLUS_TRACE_UTILS_LISTS"
},
"trace-constructors": {
"display": "Enable trace constructors",
"description": "Log trace diagnostics in constructors when TRACE is enabled",
"valueType": "bool",
"requires": "isEnabled('trace')",
"generatedDefinition": "MICRO_OS_PLUS_TRACE_UTILS_LISTS_CONSTRUCTORS"
}
}
}
}

0 comments on commit 36112e2

Please sign in to comment.