Skip to content

Commit f04040a

Browse files
committed
Merge branch 'release/v5.2.4'
2 parents 954974b + 9db45ac commit f04040a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+374
-687
lines changed

_static/css/extra.css

Lines changed: 0 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,6 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
555555
font-weight: 500;
556556
}
557557

558-
559558
@media screen and (min-width: 992px) {
560559
ul.nav li.dropdown:hover > ul.dropdown-menu {
561560
display: block;
@@ -584,70 +583,3 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
584583
color: white !important;
585584
font-weight: bold;
586585
}
587-
588-
/* Banners */
589-
590-
/* TOP Banner */
591-
.top-banner {
592-
text-shadow: 0 1px 1px rgba(0, 0, 0, .12);
593-
width: 100%;
594-
padding: 10px 20px;
595-
position: relative;
596-
min-height: 46px;
597-
background-image: -owg-linear-gradient(0deg, #1991EB 2%, #2DA1F8 98%);
598-
background-image: -webkit-linear-gradient(0deg, #1991EB 2%, #2DA1F8 98%);
599-
background-image: -moz-linear-gradient(0deg, #1991EB 2%, #2DA1F8 98%);
600-
background-image: -o-linear-gradient(0deg, #1991EB 2%, #2DA1F8 98%);
601-
background-image: linear-gradient(0deg, #1991EB 2%, #2DA1F8 98%);
602-
border-color: #397FD0
603-
}
604-
605-
.top-banner .top-banner-text {
606-
color: #fff;
607-
text-align: center;
608-
line-height: 1.6;
609-
}
610-
611-
.top-banner .top-banner-get-link {
612-
background-color: #fff;
613-
border: 1px solid #1991EB;
614-
border-radius: 3px;
615-
padding: 5px 10px;
616-
margin-left: 10px;
617-
cursor: pointer;
618-
white-space: nowrap;
619-
text-decoration: none;
620-
}
621-
622-
.top-banner .top-banner-get-link:focus,
623-
.top-banner .top-banner-get-link:hover {
624-
background-color: #e6f5fe;
625-
}
626-
627-
.top-banner .top-banner-close {
628-
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMCAxMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjxwYXRoIGQ9Ik0xLjE4MiA5LjMxOGw3LjcxNC03LjcxNE04Ljg5NiA5LjMxOEwxLjE4MiAxLjYwNCIvPjwvZz48L3N2Zz4=);
629-
background-size: contain;
630-
background-repeat: no-repeat;
631-
background-position: center;
632-
display: inline-block;
633-
width: 12px;
634-
height: 12px;
635-
margin-top: -1px;
636-
right: 20px;
637-
position: absolute;
638-
top: 50%;
639-
cursor: pointer;
640-
-webkit-transform: translateY(-50%);
641-
-moz-transform: translateY(-50%);
642-
-ms-transform: translateY(-50%);
643-
-o-transform: translateY(-50%);
644-
transform: translateY(-50%);
645-
filter: alpha(Opacity=75);
646-
opacity: .75;
647-
}
648-
649-
.top-banner .top-banner-close:focus,
650-
.top-banner .top-banner-close:hover {
651-
filter: alpha(Opacity=100);
652-
opacity: 1
653-
}

_templates/footer.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
{% block extrafooter %}
99
{{ super() }}
1010
{% include "navbar.html" %}
11+
<ins data-rvad-zoneid="11" data-rvad-id="f837d8c96893e793fdbb230cffb628fc"></ins>
1112
<script async src="https://ad.platformio.org/delivery/revasyncjs.dll"></script>
1213
{% endblock %}

articles.rst

Lines changed: 0 additions & 207 deletions
This file was deleted.

boards/atmelavr/controllino_maxi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Platform :ref:`platform_atmelavr`: Atmel AVR 8-bit MCUs deliver a unique combina
3232
* - **RAM**
3333
- 8KB
3434
* - **Vendor**
35-
- `Controllino <https://controllino.biz/controllino/maxi/?utm_source=platformio.org&utm_medium=docs>`__
35+
- `Controllino <https://www.controllino.com/product/controllino-maxi/?utm_source=platformio.org&utm_medium=docs>`__
3636

3737

3838
Configuration

boards/atmelavr/controllino_maxi_automation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Platform :ref:`platform_atmelavr`: Atmel AVR 8-bit MCUs deliver a unique combina
3232
* - **RAM**
3333
- 8KB
3434
* - **Vendor**
35-
- `Controllino <https://controllino.biz/controllino/maxi-automation/?utm_source=platformio.org&utm_medium=docs>`__
35+
- `Controllino <https://www.controllino.com/product/controllino-maxi-automation/?utm_source=platformio.org&utm_medium=docs>`__
3636

3737

3838
Configuration

boards/atmelavr/controllino_mega.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Platform :ref:`platform_atmelavr`: Atmel AVR 8-bit MCUs deliver a unique combina
3232
* - **RAM**
3333
- 8KB
3434
* - **Vendor**
35-
- `Controllino <https://controllino.biz/controllino/mega/?utm_source=platformio.org&utm_medium=docs>`__
35+
- `Controllino <https://www.controllino.com/product/controllino-mega/?utm_source=platformio.org&utm_medium=docs>`__
3636

3737

3838
Configuration

boards/atmelavr/controllino_mini.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Platform :ref:`platform_atmelavr`: Atmel AVR 8-bit MCUs deliver a unique combina
3232
* - **RAM**
3333
- 2KB
3434
* - **Vendor**
35-
- `Controllino <https://controllino.biz/controllino/mini/?utm_source=platformio.org&utm_medium=docs>`__
35+
- `Controllino <https://www.controllino.com/product/controllino-mini/?utm_source=platformio.org&utm_medium=docs>`__
3636

3737

3838
Configuration

boards/chipsalliance/swervolf_nexys.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,4 @@ Frameworks
118118
- FreeRTOS is a real-time operating system kernel for embedded devices that has been ported to 40 microcontroller platforms
119119

120120
* - :ref:`framework_wd-riscv-sdk`
121-
- The WD Firmware package contains firmware applications and Processor Support Package (PSP) for various cores, alongside demos which support all features
122-
123-
* - :ref:`framework_zephyr`
124-
- The Zephyr Project is a scalable real-time operating system (RTOS) supporting multiple hardware architectures, optimized for resource constrained devices, and built with safety and security in mind
121+
- The WD Firmware package contains firmware applications and Processor Support Package (PSP) for various cores, alongside demos which support all features

boards/espressif8266/wifi_slot.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Platform :ref:`platform_espressif8266`: Espressif Systems is a privately held fa
3232
* - **RAM**
3333
- 80KB
3434
* - **Vendor**
35-
- `Amperka <http://wiki.amperka.ru/wifi-slot?utm_source=platformio.org&utm_medium=docs>`__
35+
- `Amperka <https://amperka.ru/product/wifi-slot?utm_source=platformio.org&utm_medium=docs>`__
3636

3737

3838
Configuration

boards/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ TI TIVA
12771277
:maxdepth: 1
12781278

12791279
titiva/lplm4f120h5qr
1280-
titiva/lptm4c1230c3pm
1280+
titiva/lptm4c123gh6pm
12811281
titiva/lptm4c1294ncpdt
12821282

12831283
WIZNet W7500

0 commit comments

Comments
 (0)