www.pudn.com > MP3+JPEG.rar > BuddyConfigue.h
//========================================================================= // The information contained herein is the exclusive property of Sunplus // Technology Co. And shall not be distributed, reproduced, or disclosed // in whole in part without prior written permission. // (C) Copyright 2003 Sunplus Technology Co. All rights reserved. // The entire notice above must be reproduced on all authorized copies //========================================================================= //========================================================================= // project name: u'nSP Buddy System // Project Description:u'nSP Buddy System on MiniOS // Environment: SPL16256 with 47.9232MHz // SUNPLUS u'nSPTM IDE 1.8.1£¨or later£© // Library Dependency: OS-Lib: SpOSA153.lib // // Author: wang quan // Date: 2003.12.10 // E-mail: unsp@sunnorth.com.cn // Revision history: // ------------------------------------------------------------------------ // YYYY-MM-DD Modified By Description // ------------------------------------------------------------------------ //========================================================================== #ifndef __BUDDYCONFIGUE_h__ #define __BUDDYCONFIGUE_h__ // write your header here /*************************************************/ #define BS_NUM 8 #define BS_MIN_BLOCK 4 #define BS_MAX_BLOCK 1024 #define BS_STACK_SIZE 0 #define BS_LIST_BLOCK 4 #define BS_EXT_NUM 7 #define BS_EXT_MIN_BLOCK 64 #define BS_EXT_MAX_BLOCK 8192 #define BS_EXT_LIST_BLOCK 4 #define BS_EXT_RAM_SECTION 4 /*************************************************/ #endif