📄 targetdefs.h
字号:
// TargetDefs.h for setting monitor build options
#define CHIP_F169 //Target is MSP430F169
//#define CHIP_F449 //Target is MSP430F449
#define MEMDUMP 1 //Allow memory dump
//#define SERIAL_PORT_0 //Use USART0
#define SERIAL_PORT_1 //Use USART1
#define ECHO 1 //Echo all USART input to terminal
#define DELAY_START 1 // comment out to run application first
#define PASSWORD 1 // comment out to disable password
#define VERSION "1.0"
//#define DIRECT_INTERRUPTS // If direct interrupt response is required
// the monitor goes into the lowest flash
// segments. Otherwise, it goes into
// segments 0 and 1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -