]> git.sur5r.net Git - freertos/blob - FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/ConfigurationFiles/config_fat_sl_test.h
Add missing +TCP code.
[freertos] / FreeRTOS-Plus / Demo / FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator / ConfigurationFiles / config_fat_sl_test.h
1 /*\r
2  * FreeRTOS+FAT SL V1.0.1 (C) 2014 HCC Embedded\r
3  *\r
4  * FreeRTOS+FAT SL is an complementary component provided to Real Time Engineers\r
5  * Ltd. by HCC Embedded for use with FreeRTOS.  It is not, in itself, part of\r
6  * the FreeRTOS kernel.  FreeRTOS+FAT SL is licensed separately from FreeRTOS,\r
7  * and uses a different license to FreeRTOS.  FreeRTOS+FAT SL uses a dual\r
8  * license model, information on which is provided below:\r
9  *\r
10  * - Open source licensing -\r
11  * FreeRTOS+FAT SL is a free download and may be used, modified and distributed\r
12  * without charge provided the user adheres to version two of the GNU General\r
13  * Public license (GPL) and does not remove the copyright notice or this text.\r
14  * The GPL V2 text is available on the gnu.org web site, and on the following\r
15  * URL: http://www.FreeRTOS.org/gpl-2.0.txt\r
16  *\r
17  * - Commercial licensing -\r
18  * Businesses and individuals who wish to incorporate FreeRTOS+FAT SL into\r
19  * proprietary software for redistribution in any form must first obtain a\r
20  * commercial license - and in-so-doing support the maintenance, support and\r
21  * further development of the FreeRTOS+FAT SL product.  Commercial licenses can\r
22  * be obtained from http://shop.freertos.org and do not require any source files\r
23  * to be changed.\r
24  *\r
25  * FreeRTOS+FAT SL is distributed in the hope that it will be useful.  You\r
26  * cannot use FreeRTOS+FAT SL unless you agree that you use the software 'as\r
27  * is'.  FreeRTOS+FAT SL is provided WITHOUT ANY WARRANTY; without even the\r
28  * implied warranties of NON-INFRINGEMENT, MERCHANTABILITY or FITNESS FOR A\r
29  * PARTICULAR PURPOSE. Real Time Engineers Ltd. and HCC Embedded disclaims all\r
30  * conditions and terms, be they implied, expressed, or statutory.\r
31  *\r
32  * http://www.FreeRTOS.org\r
33  * http://www.FreeRTOS.org/FreeRTOS-Plus\r
34  *\r
35  */\r
36 \r
37 #ifndef _CONFIG_FAT_SL_TEST_H\r
38 #define _CONFIG_FAT_SL_TEST_H\r
39 \r
40 #include "../version/ver_fat_sl.h"\r
41 #if VER_FAT_SL_MAJOR != 5 || VER_FAT_SL_MINOR != 2\r
42  #error Incompatible FAT_SL version number!\r
43 #endif\r
44 \r
45 \r
46 /*\r
47 ** Maximum size for seek test.\r
48 ** Options: 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768\r
49 */\r
50 #define F_MAX_SEEK_TEST 16384\r
51 \r
52 \r
53 /*\r
54 ** Defines media type for testing.\r
55 ** Options: F_FAT12_MEDIA, F_FAT16_MEDIA, F_FAT32_MEDIA\r
56 */\r
57 #define F_FAT_TYPE      F_FAT16_MEDIA\r
58 \r
59 \r
60 #endif /* ifndef _CONFIG_STHIN_TEST_H */\r
61 \r
62 \r