view gsm-fw/riviera/rv/rv.h @ 853:ae254ffeaec3

AT command interface works! The cause of the breakage was the same Nucleus API issue with NU_Create_Timer() which we encountered at the very beginning of this project with Riviera timers: the code in uartfax.c from TCS211 was passing 0 as the initial dummy value for the timer duration, and our FreeNucleus version doesn't like it. The fix is the same: pass 1 as the initial dummy value instead.
author Space Falcon <falcon@ivan.Harhan.ORG>
date Thu, 30 Apr 2015 01:46:26 +0000
parents afceeeb2cba1
children
line wrap: on
line source


/************************************************************************************																				    
*                                                                             	    *
*   rv.h : Include file for rv.c and other C-files in the project 					*
*          Contains priority setting for the different tasks, ...					*
*		                                            					    		*
*   Author         	: Frederic Bossy (f-bossy@ti.com)				    		    *
*   Version number	: 1.0														    *
*   Date        	: 23 Nov 1999 													*		
*																				    *
*   Copyright (c) Texas Instruments 1999							                *		
**********************************************************************************/

#ifndef __RV_INCLUDE_H__
#define __RV_INCLUDE_H__


/* Stack and memory size definitions */
#define STACK_SIZE 2000

#endif