contains the definitions for configuration of the plugins More...
#include <stdio.h>
Include dependency graph for tr_plugin_config.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | TR_CLI_PROMPT "empty> " |
| #define | TR_CLI_MAX_PROMPT_LEN sizeof(TR_CLI_PROMPT) |
| #define | TR_DEBUG_PRINT_COLOR_ENABLED |
| #define | TR_DEBUG_PRINT_STACK_ENABLED |
| #define | TR_DEBUG_PRINT_CORE_ENABLED |
| #define | TR_DEBUG_PRINT_APP_ENABLED |
| #define | TR_DEBUG_PRINT_ZCL_ENABLED |
| #define | TR_DEBUG_PRINT_RX_MSGS_ENABLED |
| #define | TR_DEBUG_PRINT_STACK_COLOR DEBUG_BLUE |
| #define | TR_DEBUG_PRINT_CORE_COLOR DEBUG_DEFAULT |
| #define | TR_DEBUG_PRINT_APP_COLOR DEBUG_MAGENTA |
| #define | TR_DEBUG_PRINT_ZCL_COLOR DEBUG_GREEN |
| #define | TR_DEBUG_PRINT_RX_MSGS_COLOR DEBUG_YELLOW |
contains the definitions for configuration of the plugins
SPDX-License-Identifier: LicenseRef-TridentMSLA SPDX-FileCopyrightText: 2025 Trident IoT, LLC https://www.tridentiot.com
| #define TR_CLI_MAX_PROMPT_LEN sizeof(TR_CLI_PROMPT) |
| #define TR_CLI_PROMPT "empty> " |
| #define TR_DEBUG_PRINT_APP_COLOR DEBUG_MAGENTA |
| #define TR_DEBUG_PRINT_APP_ENABLED |
| #define TR_DEBUG_PRINT_COLOR_ENABLED |
| #define TR_DEBUG_PRINT_CORE_COLOR DEBUG_DEFAULT |
| #define TR_DEBUG_PRINT_CORE_ENABLED |
| #define TR_DEBUG_PRINT_RX_MSGS_COLOR DEBUG_YELLOW |
| #define TR_DEBUG_PRINT_RX_MSGS_ENABLED |
| #define TR_DEBUG_PRINT_STACK_COLOR DEBUG_BLUE |
| #define TR_DEBUG_PRINT_STACK_ENABLED |
| #define TR_DEBUG_PRINT_ZCL_COLOR DEBUG_GREEN |
| #define TR_DEBUG_PRINT_ZCL_ENABLED |