Skip to content

Commit 6615f80

Browse files
authored
Add readme.url for FreeRTOS-Plus demos (FreeRTOS#1290)
* Add readme.url for demos * Updated FreeRTOS+TCP Minimal Windows Simulator Demo's readMe
1 parent 86d6312 commit 6615f80

File tree

15 files changed

+58
-11
lines changed

15 files changed

+58
-11
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[{000214A0-0000-0000-C000-000000000046}]
2+
Prop3=19,2
3+
[InternetShortcut]
4+
IDList=
5+
URL=https://www.freertos.org/iot-device-defender/index.html

FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Device_Shadow_Demo/READ_ME_INSTRUCTIONS.url renamed to FreeRTOS-Plus/Demo/AWS/Device_Shadow_Windows_Simulator/Device_Shadow_Demo/readme.url

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ Prop3=19,11
33
[InternetShortcut]
44
IDList=
55
URL=https://www.freertos.org/iot-device-shadow/index.html
6-
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[{000214A0-0000-0000-C000-000000000046}]
2+
Prop3=19,2
3+
[InternetShortcut]
4+
IDList=
5+
URL=https://www.freertos.org/Documentation/03-Libraries/04-AWS-libraries/06-AWS-IoT-Fleet-Provisioning/03-Fleet-provisioning-demo
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[{000214A0-0000-0000-C000-000000000046}]
2+
Prop3=19,2
3+
[InternetShortcut]
4+
IDList=
5+
URL=https://www.freertos.org/Documentation/03-Libraries/04-AWS-libraries/04-AWS-IoT-Jobs/03-Jobs-demo
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[{000214A0-0000-0000-C000-000000000046}]
2+
Prop3=19,2
3+
[InternetShortcut]
4+
IDList=
5+
URL=https://www.freertos.org/Documentation/03-Libraries/04-AWS-libraries/02-AWS-IoT-OTA/04-HTTP-demo
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[{000214A0-0000-0000-C000-000000000046}]
2+
Prop3=19,2
3+
[InternetShortcut]
4+
IDList=
5+
URL=https://www.freertos.org/Documentation/03-Libraries/04-AWS-libraries/02-AWS-IoT-OTA/03-MQTT-demo
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[{000214A0-0000-0000-C000-000000000046}]
2+
Prop3=19,2
3+
[InternetShortcut]
4+
IDList=
5+
URL=https://www.freertos.org/Documentation/03-Libraries/03-FreeRTOS-core/09-Cellular-interface/03-Cellular-interface-demo

FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/READ_ME.url renamed to FreeRTOS-Plus/Demo/FreeRTOS_Plus_CLI_with_Trace_Windows_Simulator/readme.url

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[InternetShortcut]
2-
URL=http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_Trace/Free_RTOS_Plus_Trace_CLI_Example.shtml
3-
IDList=
41
[{000214A0-0000-0000-C000-000000000046}]
52
Prop3=19,2
3+
[InternetShortcut]
4+
IDList=
5+
URL=http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_Trace/Free_RTOS_Plus_Trace_CLI_Example.html

FreeRTOS-Plus/Demo/FreeRTOS_Plus_TCP_Minimal_Windows_Simulator/ReadMe.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ The TCP client example included in the minimal project is described on the
2323
following URL:
2424
http://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/TCP_Echo_Clients.html
2525

26+
The TCP server example included in the minimal project is described on the
27+
following URL:
28+
https://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/TCP_Echo_Server.html
29+
2630
A description of the FreeRTOS+TCP source code directory is provided on the
2731
following URL:
2832
http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/TCP_Networking_Tutorial_Source_Code_Organisation.html
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
This demo is documented on the following web page:
2-
http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/Embedded_Ethernet_Examples/RTOS_UDP_CLI_Windows_Simulator.shtml
2+
http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/Embedded_Ethernet_Examples/RTOS_UDP_CLI_Windows_Simulator.html
33

44
The FreeRTOS+UDP API is documented on the following web page:
5-
http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/FreeRTOS_UDP_API_Functions.shtml
5+
http://www.FreeRTOS.org/FreeRTOS-Plus/FreeRTOS_Plus_UDP/FreeRTOS_UDP_API_Functions.html
66

77
Other information, including a FreeRTOS+UDP primer, a description of the
88
directory structure, and a glossary of networking terminology, can be found in
99
the FreeRTOS+UDP portal:
1010
http://www.FreeRTOS.org/udp
11-

0 commit comments

Comments
 (0)