Skip to content

Commit

Permalink
Documentation: fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRostohar committed Jun 24, 2024
1 parent ceeff1a commit a150365
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Documentation/Doxygen/Network/src/certification.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ throughout the development stage.
## Achilles Test Platform

The
**[Achilles Test Platform]()https://www.ge.com/digital/sites/default/files/download_assets/achilles-test-platform-from-ge-digital-datasheet.pdf**
**[Achilles Test Platform](https://www.ge.com/digital/sites/default/files/download_assets/achilles-test-platform-from-ge-digital-datasheet.pdf)**
by **[GE Digital](https://www.ge.com/digital/)** provides a stress test that simulates cyber attacks via a TCP/IP network connection.
GE Digital offers also a certification service for end-equipment.

Expand Down
17 changes: 8 additions & 9 deletions Documentation/Doxygen/style_template/URL_keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,14 @@ var arrurl = [];

arrurl.push( new urlKey( "Component-Viewer-About", "https://arm-software.github.io/CMSIS-View/latest/cmp_viewer.html#about_cmp_viewerr", "Component Viewer"));

arrurl.push( new urlKey( "USB-Resource-Req", "../../html/USB/usb_resource_requirements.html", "USB Resource Requirements"));
arrurl.push( new urlKey( "USBD-MSC-Ex", "../../html/USB/dev_msc_tutorial.html", "USB Device Mass Storage Example"));
arrurl.push( new urlKey( "USBH-MSC-Ex", "../../html/USB/host_msc_tutorial.html", "USB Host Mass Storage Example"));
arrurl.push( new urlKey( "FTP-Server-Ex", "../../html/Network/FTP_Server_Example.html", "FTP Server Example"));
arrurl.push( new urlKey( "GEN-MDK-Pro", "../../html/General/index.html", "MDK-Professional Middleware"));
arrurl.push( new urlKey( "MW-General", "../../html/General/index.html", "MDK-Middleware"));
arrurl.push( new urlKey( "MW-FileSystem", "../../html/FileSystem/index.html", "File System Component"));
arrurl.push( new urlKey( "MW-Network", "../../html/Network/index.html", "Network Component"));
arrurl.push( new urlKey( "MW-USB", "../../html/USB/index.html", "USB Component"));
arrurl.push( new urlKey( "USB-Resource-Req", "https://arm-software.github.io/MDK-Middleware/latest/USB/usb_resource_requirements.html", "USB Resource Requirements"));
arrurl.push( new urlKey( "USBD-MSC-Ex", "https://arm-software.github.io/MDK-Middleware/latest/USB/USB_Device.html#dev_msc_tutorial", "USB Device Mass Storage Example"));
arrurl.push( new urlKey( "USBH-MSC-Ex", "https://arm-software.github.io/MDK-Middleware/latest/USB/USB_Host.html#host_msc_tutorial", "USB Host Mass Storage Example"));
arrurl.push( new urlKey( "FTP-Server-Ex", "https://arm-software.github.io/MDK-Middleware/latest/Network/nw_examples.html#FTP_Server_Example","FTP Server Example"));
arrurl.push( new urlKey( "MW-General", "https://arm-software.github.io/MDK-Middleware/latest/General/index.html", "MDK-Middleware"));
arrurl.push( new urlKey( "MW-FileSystem", "https://arm-software.github.io/MDK-Middleware/latest/FileSystem/index.html", "File System Component"));
arrurl.push( new urlKey( "MW-Network", "https://arm-software.github.io/MDK-Middleware/latest/Network/index.html", "Network Component"));
arrurl.push( new urlKey( "MW-USB", "https://arm-software.github.io/MDK-Middleware/latest/USB/index.html", "USB Component"));

arrurl.push( new urlKey( "STM32Cube", "https://www.st.com/en/development-tools/stm32cubemx.html", "STMicroelectronic's STM32CubeMX"));
arrurl.push( new urlKey( "MCUXpresso", "https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-config-tools-pins-clocks-and-peripherals:MCUXpresso-Config-Tools", "NXP's MCUXpresso Config Tools"));
Expand Down
2 changes: 1 addition & 1 deletion Documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The MDK-Middleware software pack contains components for IPv4 and IPv6 networking, USB Host and Device communication, as well as file system for data storage. It is restricted for commercial free-of-charge usage with Arm-based devices.

![MDK-Middleware](./Doxygen/General/src/images/MDK-Middleware.png)
![MDK-Middleware](./Doxygen/General/src/images/MDK-Middleware.svg)

The MDK-Middleware can be used by any user application. It is used by the [Synchronous Data Streaming Framework](https://github.com/ARM-software/SDS-Framework) to save data recorded from sensors. IoT Connectors can use the *Network* component to connect to the Internet.

Expand Down

0 comments on commit a150365

Please sign in to comment.