📄 salvocfg.h
字号:
/***************************************************************
// Copyright (C) 2004 Texas Instruments, Inc.
//
// File: salvocfg.h
//
// Comment: [MSP + DSP] Audio Player using Salvo RTOS
//
// Author: Randy Wu
// Company: Texas Instruments, Inc
// Date: June 2004
// IDE: Built with IAR Systems Embedded Workbench 430 V2
//
// Hardware:
// - SoftBaugh ES449 Demo Board featuring SBLCDA2T 4-Mux LCD
//
***************************************************************/
//
// Configuration options for a Salvo Lite build.
// For use with sfiar430-a.r43 and IAR MSP430 V2.
//
#define OSUSE_LIBRARY TRUE
#define OSLIBRARY_TYPE OSF
#define OSLIBRARY_CONFIG OSA
#define OSEVENTS 2
#define OSEVENT_FLAGS 0
#define OSMESSAGE_QUEUES 1
#define OSTASKS 2
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -