FreeCalypso > hg > fc-magnetite
view src/g23m-fad/tcpip/include/rvm_ext_priorities.h @ 640:16eb1b9640dc
target gtm900 renamed to gtm900mgc2
This change reflects the fact that the build target in question supports
MGC2GSMT hardware only, and will NOT work on other hw that confusing bears
the same end user name of GTM900, neither the LoCosto-based GTM900-C
nor the Calypso-based MG01GSMT that has a different and incompatible RFFE.
If we ever get our hands on a piece of MG01GSMT hw and add support for it,
that other target will be named gtm900mg01.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 31 Jan 2020 00:46:07 +0000 |
parents | 90eb61ecd093 |
children |
line wrap: on
line source
/************************************************************************************* * * * Name rvm_ext_priorities.h * * * * Function this file priorities defintitions for basic SWEs * * It includes a file * * * Version 0.1 * * * * Date Modification * * ------------------------------------ * * 10/11/2000 Create * * * * Author Cristian Livadiotti (c-livadiotti@ti.com) * * * * (C) Copyright 2000 by Texas Instruments Incorporated, All Rights Reserved * * * * --------------------------------------------------------------------------------- * * * * History: * * * * 10/18/2001 - Updated for R2D by Christophe Favergeon * * * *************************************************************************************/ #ifndef __RVM_EXT_PRIORITIES_H_ #define __RVM_EXT_PRIORITIES_H_ /* PRIORITIES SETTING: */ /* All user priority should be set under 250: */ /* Higher values are reserved */ /* ** External Priority definitions */ #define RVM_EXPL_TASK_PRIORITY (240) #define RVM_OBX_TASK_PRIORITY (240) #define RVM_OPP_TASK_PRIORITY (240) #define RVM_SYN_TASK_PRIORITY (240) #define RVM_FTP_TASK_PRIORITY (240) #define RVM_RGUI_TASK_PRIORITY (240) #define RVM_R2D_TASK_PRIORITY (239) #define RVM_DEV1_TASK_PRIORITY (245) #define RVM_DEV2_TASK_PRIORITY (245) #define RVM_DEV3_TASK_PRIORITY (245) #define RVM_UVM_TASK_PRIORITY (245) #endif /* __RVM_EXT_PRIORITIES_H_ */