]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Source/FreeRTOS-Plus-FAT-SL/psp/target/fat_sl/psp_test.h
Update FreeRTOS+FAT SL to version 1.0.1.
[freertos] / FreeRTOS-Plus / Source / FreeRTOS-Plus-FAT-SL / psp / target / fat_sl / psp_test.h
index 53b1540d04f846cb61b71aed42a4a6e6e6950d9a..15e632f2a6532b0f3fa6aa1c46c156b286025331 100644 (file)
@@ -1,29 +1,29 @@
 /*\r
- * FreeRTOS+FAT FS V1.0.0 (C) 2013 HCC Embedded\r
+ * FreeRTOS+FAT SL V1.0.1 (C) 2014 HCC Embedded\r
  *\r
- * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license \r
+ * The FreeRTOS+FAT SL license terms are different to the FreeRTOS license\r
  * terms.\r
- * \r
- * FreeRTOS+FAT SL uses a dual license model that allows the software to be used \r
- * under a standard GPL open source license, or a commercial license.  The \r
- * standard GPL license (unlike the modified GPL license under which FreeRTOS \r
- * itself is distributed) requires that all software statically linked with \r
- * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.  \r
+ *\r
+ * FreeRTOS+FAT SL uses a dual license model that allows the software to be used\r
+ * under a standard GPL open source license, or a commercial license.  The\r
+ * standard GPL license (unlike the modified GPL license under which FreeRTOS\r
+ * itself is distributed) requires that all software statically linked with\r
+ * FreeRTOS+FAT SL is also distributed under the same GPL V2 license terms.\r
  * Details of both license options follow:\r
- * \r
+ *\r
  * - Open source licensing -\r
  * FreeRTOS+FAT SL is a free download and may be used, modified, evaluated and\r
- * distributed without charge provided the user adheres to version two of the \r
- * GNU General Public License (GPL) and does not remove the copyright notice or \r
+ * distributed without charge provided the user adheres to version two of the\r
+ * GNU General Public License (GPL) and does not remove the copyright notice or\r
  * this text.  The GPL V2 text is available on the gnu.org web site, and on the\r
  * following URL: http://www.FreeRTOS.org/gpl-2.0.txt.\r
- * \r
+ *\r
  * - Commercial licensing -\r
  * Businesses and individuals who for commercial or other reasons cannot comply\r
- * with the terms of the GPL V2 license must obtain a commercial license before \r
- * incorporating FreeRTOS+FAT SL into proprietary software for distribution in \r
- * any form.  Commercial licenses can be purchased from \r
- * http://shop.freertos.org/fat_sl and do not require any source files to be \r
+ * with the terms of the GPL V2 license must obtain a commercial license before\r
+ * incorporating FreeRTOS+FAT SL into proprietary software for distribution in\r
+ * any form.  Commercial licenses can be purchased from\r
+ * http://shop.freertos.org/fat_sl and do not require any source files to be\r
  * changed.\r
  *\r
  * FreeRTOS+FAT SL is distributed in the hope that it will be useful.  You\r
 #include "../../../psp/include/psp_string.h"\r
 \r
 #include "../../../version/ver_fat_sl.h"\r
-#if VER_FAT_SL_MAJOR != 3\r
+#if VER_FAT_SL_MAJOR != 5\r
  #error Incompatible FAT_SL version number!\r
 #endif\r
 #include "../../../version/ver_psp_fat_sl.h"\r
-#if VER_PSP_FAT_FAT_SL_MAJOR != 1 || VER_PSP_FAT_FAT_SL_MINOR != 1\r
+#if VER_PSP_FAT_FAT_SL_MAJOR != 1 || VER_PSP_FAT_FAT_SL_MINOR != 2\r
  #error Incompatible PSP_FAT_FAT_SL version number!\r
 #endif\r
 \r
 extern "C" {\r
 #endif\r
 \r
-extern uint8_t  all_tests_passed;\r
-\r
 /* Use to display text (printf). */\r
 void _f_dump ( char * s );\r
 \r
 /* Use to display test result (printf). */\r
-uint8_t _f_result ( uint8_t testnum, uint32_t result );\r
+uint8_t _f_result ( int linenum, uint32_t result );\r
 \r
 /* Use to build file system (mount). */\r
 uint8_t _f_poweron ( void );\r