diff --git a/_docs/concepts/rtos/FreeRTOS/index.md b/_docs/concepts/rtos/FreeRTOS/index.md index f36519db..82af8362 100644 --- a/_docs/concepts/rtos/FreeRTOS/index.md +++ b/_docs/concepts/rtos/FreeRTOS/index.md @@ -12,3 +12,5 @@ FreeRTOS is distributed under the MIT license. It is know particularly for is si * Main website: [https://www.freertos.org/](https://www.freertos.org/) * Download: [https://www.freertos.org/a00104.html](https://www.freertos.org/a00104.html) * Documentation: [https://www.freertos.org/Documentation/RTOS_book.html](https://www.freertos.org/Documentation/RTOS_book.html) + +{% include logos_disclaimer.md %} diff --git a/_docs/concepts/rtos/NuttX/index.md b/_docs/concepts/rtos/NuttX/index.md index ea0cfddf..360a9037 100644 --- a/_docs/concepts/rtos/NuttX/index.md +++ b/_docs/concepts/rtos/NuttX/index.md @@ -19,4 +19,6 @@ Check [supported board](/docs/overview/hardware/) section for more information a ## Getting started with NuttX and micro-ROS -In order to obtain more information about how to get started using this RTOS, please check our [tutorials section](/docs/tutorials/core/first_application_rtos/). \ No newline at end of file +In order to obtain more information about how to get started using this RTOS, please check our [tutorials section](/docs/tutorials/core/first_application_rtos/). + +{% include logos_disclaimer.md %} diff --git a/_docs/concepts/rtos/Zepyhr/index.md b/_docs/concepts/rtos/Zepyhr/index.md index 58ca407f..d40bc5ed 100644 --- a/_docs/concepts/rtos/Zepyhr/index.md +++ b/_docs/concepts/rtos/Zepyhr/index.md @@ -13,3 +13,5 @@ Zephyr is a fairly new open-source RTOS, developed in a Linux Foundation Project * Meta-tool *West*: [https://docs.zephyrproject.org/latest/guides/west/](https://docs.zephyrproject.org/latest/guides/west/) * Download: [https://github.com/zephyrproject-rtos/zephyr](https://github.com/zephyrproject-rtos/zephyr) * Documentation: [https://docs.zephyrproject.org/latest/](https://docs.zephyrproject.org/latest/) + +{% include logos_disclaimer.md %} diff --git a/_docs/overview/users_and_clients/index.md b/_docs/overview/users_and_clients/index.md index dd6eb3dc..4382e297 100644 --- a/_docs/overview/users_and_clients/index.md +++ b/_docs/overview/users_and_clients/index.md @@ -3,43 +3,43 @@ title: Members, Partners and Users permalink: /docs/overview/users_and_clients/ ofera_consortium: - - path: images/eProsima.png + - path: https://www.eprosima.com/images/logos/eprosima/logo.png text: eProsima is a SME company focused on networking middleware with special attention to the OMG standard called Data Distribution Service for Real-time systems (DDS). The company develops new features and plugins for DDS, interoperability tools, bridges and personalized networking middleware solutions for its customers. eProsima is active in the sectors of Robotics, Critical Applications and IoT, and it participates in joint research and development projects with both companies and universities. title: eProsima url: www.eprosima.com - - path: images/Bosch.png + - path: https://www.bosch-home.es/store/medias/sys_master/root/h29/h47/9827128377374/Spanish-165px.jpg text: Bosch is a German multinational engineering and technology company. The core operating areas of the company are spread across four business sectors, namely mobility (hardware and software), consumer goods (including household appliances and power tools), industrial technology (including drive and control) and energy and building technology. title: Bosch url: www.bosch.com - - path: images/Fiware.png + - path: https://www.fiware.org/wp-content/uploads/2018/04/logo.png text: The FIWARE Foundation is the legal independent body providing shared resources to help achieving the FIWARE mission that is to develop an open sustainable ecosystem around the FIWARE open source platform, created to drive the definition of public, royalty-free and implementation-driven software platform standards that ease the creation of Smart Applications in multiple sectors. title: FIWARE url: www.fiware.org - - path: images/PIAP.png + - path: https://piap.pl/wp-content/uploads/2020/02/logo_piap_poziom.png text: Industrial Research Institute for Automation and Measurements PIAP was established in 1965 as a national institute which basic task is to prepare and implement new technologies, automation systems, production facilities and specialist measuring equipment in various branches of industry. title: PIAP url: www.piap.pl partners_list: - - path: images/WR.png + - path: https://www.windriver.com/resources/images/wr-logo-red-2018.png text: Wind River is accelerating digital transformation of critical infrastructure by delivering the technology and expertise that enable the deployment of safe, secure, and reliable IoT systems. title: Wind River url: www.windriver.com - - path: images/Zephyr.jpeg + - path: https://upload.wikimedia.org/wikipedia/commons/2/2d/Zephyr-logo.png text: The Zephyr Project is a Linux Foundation hosted Collaboration Project. It’s an open source effort uniting developers and users in building a best-in-class small, scalable, real-time operating system (RTOS) optimized for resource-constrained devices, across multiple architectures. As an open source project, the community evolves the project to support new hardware, developer tools, sensors, and device drivers. title: Zephyr Project url: www.zephyrproject.org mw_users: - - path: images/Renesas.png + - path: https://upload.wikimedia.org/wikipedia/commons/thumb/2/2b/Renesas_Electronics_logo.svg/210px-Renesas_Electronics_logo.svg.png text: Renesas is a global semiconductor company delivering trusted embedded design innovation with complete semiconductor solutions that enable billions of connected, intelligent devices to enhance the way people work and live. title: Renesas url: www.renesas.com - - path: images/Robotis.png + - path: https://cdn11.bigcommerce.com/s-76o5u/images/stencil/250x100/robotis_logo_en_1397779687__24544.original.jpg text: SRobotis is a global robot solutions provider and one of the leading manufacturers of robotic hardware. The company is the exclusive producer of the DYNAMIXEL brand of all-in-one smart servos. Robotis specializes in the manufacture of robotic hardware and full robot platforms for use in all fields of study and industry, as well as educational robotics kits for all ages and skill levels. title: Robotis url: www.robotis.us - - path: images/Dronecode.png + - path: https://www.dronecode.org/wp-content/uploads/sites/24/2020/08/dronecode_logo_default_cropped.png text: Dronecode is a nonprofit hosted under the Linux Foundation, dedicated to fostering open-source components and their communities. Working with top developers, end-users, and adopting vendors to create opportunities for collaboration. title: Dronecode url: www.dronecode.org @@ -162,3 +162,5 @@ window.onload = () => { {% endfor %} + +{% include logos_disclaimer.md %} diff --git a/_docs/tutorials/core/first_application_rtos/index.md b/_docs/tutorials/core/first_application_rtos/index.md index e3653817..c43f9f7e 100644 --- a/_docs/tutorials/core/first_application_rtos/index.md +++ b/_docs/tutorials/core/first_application_rtos/index.md @@ -14,3 +14,5 @@ Micro-ROS currently supports three different RTOS, namely NuttX, FreeRTOS, and Z
