FreeCalypso > hg > freecalypso-sw
annotate gsm-fw/services/dar/dar_pool_size.h @ 940:0fb9b7f2ef87
gsm-fw/services/ffs/drv.c: Intel single bank flash driver hooked in
| author | Mychaela Falconia <falcon@ivan.Harhan.ORG> | 
|---|---|
| date | Sat, 31 Oct 2015 23:39:41 +0000 | 
| parents | 81bee6125882 | 
| children | 
| rev | line source | 
|---|---|
| 305 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 1 /** | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 2 * @file dar_pool_size.h | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 3 * | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 4 * Declarations of: | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 5 * - the memory bank sizes and their watermark | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 6 * - the SWE stack size | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 7 * - the pool size needed (generally the sum of memory bank and stack sizes) | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 8 * | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 9 * @author Vincent Oberle | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 10 * @version 0.1 | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 11 */ | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 12 | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 13 /* | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 14 * History: | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 15 * | 
| 306 
81bee6125882
DAR integration: header cleanup
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
305diff
changeset | 16 * Date Author Modification | 
| 
81bee6125882
DAR integration: header cleanup
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
305diff
changeset | 17 * ------------------------------------------------------------------- | 
| 
81bee6125882
DAR integration: header cleanup
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: 
305diff
changeset | 18 * 07/08/2003 Vincent Oberle Extracted from rvf_pool_size.h | 
| 305 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 19 * | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 20 * (C) Copyright 2003 by Texas Instruments Incorporated, All Rights Reserved | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 21 */ | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 22 | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 23 #ifndef __DAR_POOL_SIZE_H_ | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 24 #define __DAR_POOL_SIZE_H_ | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 25 | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 26 | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 27 #define DAR_STACK_SIZE (1024) | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 28 #define DAR_MB1_SIZE (512) | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 29 | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 30 #define DAR_POOL_SIZE (DAR_STACK_SIZE + DAR_MB1_SIZE) | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 31 | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 32 | 
| 
4dccc9d3305f
gsm-fw: checking in DAR from Leonardo source
 Michael Spacefalcon <msokolov@ivan.Harhan.ORG> parents: diff
changeset | 33 #endif /*__DAR_POOL_SIZE_H_*/ | 
