You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ server examples that are documented on the
14
14
pages.
15
15
16
16
The
17
-
[standard C library style API](https://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_FAT/Standard_File_System_API.html)
17
+
[standard C library style API](https://www.freertos.org/Documentation/03-Libraries/05-FreeRTOS-labs/04-FreeRTOS-plus-FAT/05-Standard_Native_File_System_API)
18
18
includes a thread local errno value, and the lower level native API provides a
Copy file name to clipboardExpand all lines: portable/Zynq.2019.3/ff_sddisk.c
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
*** documentation and testing is not necessarily complete. ***
16
16
*** ***
17
17
*** PLEASE REPORT EXPERIENCES USING THE SUPPORT RESOURCES FOUND ON THE ***
18
-
*** URL: http://www.FreeRTOS.org/contact Active early adopters may, at ***
18
+
*** URL: https://forums.freertos.org/ Active early adopters may, at ***
19
19
*** the sole discretion of Real Time Engineers Ltd., be offered versions ***
20
20
*** under a license other than that described below. ***
21
21
*** ***
@@ -34,9 +34,8 @@
34
34
* under the terms of the GNU General Public License V2. Links to the relevant
35
35
* licenses follow:
36
36
*
37
-
* The FreeRTOS+FAT License Information Page: http://www.FreeRTOS.org/fat_license
38
-
* The FreeRTOS Open Source License: http://www.FreeRTOS.org/license
39
-
* The GNU General Public License Version 2: http://www.FreeRTOS.org/gpl-2.0.txt
37
+
* The FreeRTOS+FAT License Information Page: https://www.freertos.org/Documentation/03-Libraries/05-FreeRTOS-labs/04-FreeRTOS-plus-FAT/FreeRTOS_Plus_FAT_License
38
+
* The FreeRTOS Open Source License: https://www.freertos.org/Documentation/03-Libraries/01-Library-overview/04-Licensing
40
39
*
41
40
* FreeRTOS+FAT is distributed in the hope that it will be useful. You cannot
42
41
* use FreeRTOS+FAT unless you agree that you use the software 'as is'.
Copy file name to clipboardExpand all lines: portable/linux/ff_sddisk.c
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,8 @@
14
14
* under the terms of the GNU General Public License V2. Links to the relevant
15
15
* licenses follow:
16
16
*
17
-
* The FreeRTOS+FAT License Information Page: http://www.FreeRTOS.org/fat_license
18
-
* The FreeRTOS Open Source License: http://www.FreeRTOS.org/license
19
-
* The GNU General Public License Version 2: http://www.FreeRTOS.org/gpl-2.0.txt
17
+
* The FreeRTOS+FAT License Information Page: https://www.freertos.org/Documentation/03-Libraries/05-FreeRTOS-labs/04-FreeRTOS-plus-FAT/FreeRTOS_Plus_FAT_License
18
+
* The FreeRTOS Open Source License: https://www.freertos.org/Documentation/03-Libraries/01-Library-overview/04-Licensing
20
19
*
21
20
* FreeRTOS+FAT is distributed in the hope that it will be useful. You cannot
22
21
* use FreeRTOS+FAT unless you agree that you use the software 'as is'.
0 commit comments