#include "board.h"
Go to the source code of this file.
◆ CONFIG_MONITOR_DBG_LEVEL
| #define CONFIG_MONITOR_DBG_LEVEL MONITOR_DBG_INFO |
◆ CONFIG_MONITOR_PRINTF
| #define CONFIG_MONITOR_PRINTF |
( |
|
... | ) |
printf(__VA_ARGS__) |
◆ CONFIG_MONITOR_PRINTF_COLOR_ENABLE
| #define CONFIG_MONITOR_PRINTF_COLOR_ENABLE |
◆ CONFIG_MONITOR_RUNNING_CORE
| #define CONFIG_MONITOR_RUNNING_CORE HPM_CORE0 |
◆ MONITOR_ATTR_ALIGN
| #define MONITOR_ATTR_ALIGN |
( |
|
alignment | ) |
ATTR_ALIGN(alignment) |
◆ MONITOR_CHANNEL_MAXCOUNT
◆ MONITOR_DATA_LIST_MAXCOUNT
| #define MONITOR_DATA_LIST_MAXCOUNT (20) |
◆ MONITOR_MEM_SIZE
| #define MONITOR_MEM_SIZE (10*1024) |
◆ MONITOR_NOCACHE_AHB_SECTION
| #define MONITOR_NOCACHE_AHB_SECTION __attribute__((section(".ahb_sram"))) |
◆ MONITOR_NOCACHE_RAM_SECTION
| #define MONITOR_NOCACHE_RAM_SECTION __attribute__((section(".fast_ram"))) |
◆ MONITOR_PID
| #define MONITOR_PID (0xFFFF) |
◆ MONITOR_PROFILE_MAXSIZE
| #define MONITOR_PROFILE_MAXSIZE (4096) |
◆ MONITOR_REPORT_MAXCOUNT
| #define MONITOR_REPORT_MAXCOUNT (16) |
◆ MONITOR_STREAM_BUFFER_MAXCOUNT
◆ MONITOR_TRIGGER_MAXCOUNT
| #define MONITOR_TRIGGER_MAXCOUNT (16) |
◆ MONITOR_VID
| #define MONITOR_VID (0x34B7) /* HPMicro VID */ |