diff --git a/.github/.cSpellWords.txt b/.github/.cSpellWords.txt index b120b25a0f..28476a1059 100644 --- a/.github/.cSpellWords.txt +++ b/.github/.cSpellWords.txt @@ -2095,6 +2095,7 @@ INDI INDIS INITFSMBYP INITU +INITED INMODE INOD INORDER diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/readme.txt b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/readme.txt index 896b841334..e5f0bf4e04 100644 --- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/readme.txt +++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/readme.txt @@ -2,6 +2,7 @@ Directories: + FreeRTOS-Plus/Demo_Projects_Using_FreeRTOS_Simulator/FreeRTOS_Plus_CLI_with_Trace contains a FreeRTOS windows simulator demo project for both FreeRTOS+CLI and - FreeRTOS+Trace. See http://www.FreeRTOS.org/trace for information on using - the project. + FreeRTOS+Trace. See https://www.freertos.org/Documentation/03-Libraries/02-FreeRTOS-plus/FreeRTOS-Plus/FreeRTOS_Plus_Trace/RTOS_Trace_Instructions + for information on using the project. + diff --git a/FreeRTOS-Plus/Demo/readme.txt b/FreeRTOS-Plus/Demo/readme.txt index 5064d624bf..0d2f6f9abd 100644 --- a/FreeRTOS-Plus/Demo/readme.txt +++ b/FreeRTOS-Plus/Demo/readme.txt @@ -5,5 +5,5 @@ Directories: Windows simulator for easy evaluation. Be aware that FreeRTOS is much slower and not deterministic when executed in a simulated environment. -+ See http://www.freertos.org/plus ++ See https://www.freertos.org/Documentation/03-Libraries/02-FreeRTOS-plus/01-Introduction diff --git a/FreeRTOS-Plus/README.md b/FreeRTOS-Plus/README.md index d7f63ad699..e6f2080d92 100644 --- a/FreeRTOS-Plus/README.md +++ b/FreeRTOS-Plus/README.md @@ -20,4 +20,4 @@ + The **FreeRTOS-Plus/ThirdParty** directory contains third party libraries used by the demo applications in the FreeRTOS-Plus/Demo directory. -+ See http://www.freertos.org/plus \ No newline at end of file ++ See https://www.freertos.org/Documentation/03-Libraries/02-FreeRTOS-plus/01-Introduction \ No newline at end of file diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/ReadMe.url b/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/ReadMe.url index afc826fd29..0f65ec3096 100644 --- a/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/ReadMe.url +++ b/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/ReadMe.url @@ -1,5 +1,5 @@ [InternetShortcut] -URL=http://www.freertos.org/cli +URL=https://www.freertos.org/Documentation/03-Libraries/02-FreeRTOS-plus/03-FreeRTOS-plus-CLI/01-FreeRTOS-plus-CLI IDList= [{000214A0-0000-0000-C000-000000000046}] Prop3=19,2 diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/readme.txt b/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/readme.txt index 8309c44bac..8e8f9c9e6d 100644 --- a/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/readme.txt +++ b/FreeRTOS-Plus/Source/FreeRTOS-Plus-CLI/readme.txt @@ -1,3 +1,4 @@ Contains source and header files that implement FreeRTOS+CLI. See -http://www.FreeRTOS.org/cli for documentation and license information. +https://www.freertos.org/Documentation/03-Libraries/02-FreeRTOS-plus/FreeRTOS-Plus/FreeRTOS_Plus_Trace/RTOS_Trace_Instructions +for documentation and license information. diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-IO/LinkToDemo.url b/FreeRTOS-Plus/Source/FreeRTOS-Plus-IO/LinkToDemo.url index a7a7a275da..886c8be4be 100644 --- a/FreeRTOS-Plus/Source/FreeRTOS-Plus-IO/LinkToDemo.url +++ b/FreeRTOS-Plus/Source/FreeRTOS-Plus-IO/LinkToDemo.url @@ -1,5 +1,5 @@ [InternetShortcut] -URL=http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_IO/Demo_Applications/LPCXpresso_LPC1769/NXP_LPC1769_Demo_Description.shtml +URL=https://www.freertos.org/Documentation/03-Libraries/02-FreeRTOS-plus/04-FreeRTOS-plus-IO/04-Demos/01-NXP_LPC1769_Demo_Description IDList= [{000214A0-0000-0000-C000-000000000046}] Prop3=19,2 diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-IO/readme.txt b/FreeRTOS-Plus/Source/FreeRTOS-Plus-IO/readme.txt index f46f88e770..cbbbe012f1 100644 --- a/FreeRTOS-Plus/Source/FreeRTOS-Plus-IO/readme.txt +++ b/FreeRTOS-Plus/Source/FreeRTOS-Plus-IO/readme.txt @@ -1,7 +1,7 @@ It is not possible to create an example FreeRTOS+IO project for the Windows -simulator. FreeRTOS+IO information can be found on http://www.FreeRTOS.org/IO. +simulator. FreeRTOS+IO information can be found on https://www.freertos.org/Documentation/03-Libraries/02-FreeRTOS-plus/04-FreeRTOS-plus-IO/01-FreeRTOS_Plus_IO. A featured demo that includes telnet like functionality, a web server, a command line interface (using FreeRTOS+CLI) and a FAT file system is described on -http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_IO/Demo_Applications/LPCXpresso_LPC1769/NXP_LPC1769_Demo_Description.shtml \ No newline at end of file +https://www.freertos.org/Documentation/03-Libraries/02-FreeRTOS-plus/04-FreeRTOS-plus-IO/04-Demos/01-NXP_LPC1769_Demo_Description \ No newline at end of file diff --git a/FreeRTOS-Plus/Source/WebDocs.url b/FreeRTOS-Plus/Source/WebDocs.url index 9ce0b5c5c4..b6d234c202 100644 --- a/FreeRTOS-Plus/Source/WebDocs.url +++ b/FreeRTOS-Plus/Source/WebDocs.url @@ -1,5 +1,5 @@ [InternetShortcut] -URL=http://www.freertos.org/plus +URL=https://www.freertos.org/Documentation/03-Libraries/02-FreeRTOS-plus/01-Introduction IDList= [{000214A0-0000-0000-C000-000000000046}] Prop3=19,2