Skip to content

Commit 43eece0

Browse files
committed
Swap platform section
1 parent 9f102bd commit 43eece0

23 files changed

+500
-500
lines changed

frameworks/arduino.rst

Lines changed: 88 additions & 88 deletions
Large diffs are not rendered by default.

frameworks/cmsis.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,22 @@ The ARM Cortex Microcontroller Software Interface Standard (CMSIS) is a vendor-i
2323
:local:
2424
:depth: 1
2525

26+
Platforms
27+
---------
28+
.. list-table::
29+
:header-rows: 1
30+
31+
* - Name
32+
- Description
33+
34+
* - :ref:`platform_ststm32`
35+
- The STM32 family of 32-bit Flash MCUs based on the ARM Cortex-M processor is designed to offer new degrees of freedom to MCU users. It offers a 32-bit product range that combines very high performance, real-time capabilities, digital signal processing, and low-power, low-voltage operation, while maintaining full integration and ease of development.
36+
37+
Examples
38+
--------
39+
40+
* `CMSIS for ST STM32 <https://github.com/platformio/platform-ststm32/tree/master/examples?utm_source=platformio.org&utm_medium=docs>`_
41+
2642
Debugging
2743
---------
2844

@@ -1486,22 +1502,6 @@ Please click on board name for the further details.
14861502
- 7.75KB
14871503

14881504

1489-
Examples
1490-
--------
1491-
1492-
* `CMSIS for ST STM32 <https://github.com/platformio/platform-ststm32/tree/master/examples?utm_source=platformio.org&utm_medium=docs>`_
1493-
1494-
Platforms
1495-
---------
1496-
.. list-table::
1497-
:header-rows: 1
1498-
1499-
* - Name
1500-
- Description
1501-
1502-
* - :ref:`platform_ststm32`
1503-
- The STM32 family of 32-bit Flash MCUs based on the ARM Cortex-M processor is designed to offer new degrees of freedom to MCU users. It offers a 32-bit product range that combines very high performance, real-time capabilities, digital signal processing, and low-power, low-voltage operation, while maintaining full integration and ease of development.
1504-
15051505
Boards
15061506
------
15071507

frameworks/esp8266-nonos-sdk.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ The non-OS SDK provides a set of application programming interfaces (APIs) for c
2323
:local:
2424
:depth: 1
2525

26-
Examples
27-
--------
28-
29-
* `ESP8266 Non-OS SDK for Espressif 8266 <https://github.com/platformio/platform-espressif8266/tree/master/examples?utm_source=platformio.org&utm_medium=docs>`_
30-
3126
Platforms
3227
---------
3328
.. list-table::
@@ -39,6 +34,11 @@ Platforms
3934
* - :ref:`platform_espressif8266`
4035
- Espressif Systems is a privately held fabless semiconductor company. They provide wireless communications and Wi-Fi chips which are widely used in mobile devices and the Internet of Things applications.
4136

37+
Examples
38+
--------
39+
40+
* `ESP8266 Non-OS SDK for Espressif 8266 <https://github.com/platformio/platform-espressif8266/tree/master/examples?utm_source=platformio.org&utm_medium=docs>`_
41+
4242
Boards
4343
------
4444

frameworks/esp8266-rtos-sdk.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ ESP8266 SDK based on FreeRTOS, a truly free professional grade RTOS for microcon
2323
:local:
2424
:depth: 1
2525

26-
Examples
27-
--------
28-
29-
* `ESP8266 RTOS SDK for Espressif 8266 <https://github.com/platformio/platform-espressif8266/tree/master/examples?utm_source=platformio.org&utm_medium=docs>`_
30-
3126
Platforms
3227
---------
3328
.. list-table::
@@ -39,6 +34,11 @@ Platforms
3934
* - :ref:`platform_espressif8266`
4035
- Espressif Systems is a privately held fabless semiconductor company. They provide wireless communications and Wi-Fi chips which are widely used in mobile devices and the Internet of Things applications.
4136

37+
Examples
38+
--------
39+
40+
* `ESP8266 RTOS SDK for Espressif 8266 <https://github.com/platformio/platform-espressif8266/tree/master/examples?utm_source=platformio.org&utm_medium=docs>`_
41+
4242
Boards
4343
------
4444

frameworks/espidf.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,22 @@ ESP-IDF is the official development framework for the ESP32 and ESP32-S Series S
2424
:depth: 1
2525
.. include:: espidf_extra.rst
2626

27+
Platforms
28+
---------
29+
.. list-table::
30+
:header-rows: 1
31+
32+
* - Name
33+
- Description
34+
35+
* - :ref:`platform_espressif32`
36+
- Espressif Systems is a privately held fabless semiconductor company. They provide wireless communications and Wi-Fi chips which are widely used in mobile devices and the Internet of Things applications.
37+
38+
Examples
39+
--------
40+
41+
* `Espressif IoT Development Framework for Espressif 32 <https://github.com/platformio/platform-espressif32/tree/master/examples?utm_source=platformio.org&utm_medium=docs>`_
42+
2743
Debugging
2844
---------
2945

@@ -431,22 +447,6 @@ Please click on board name for the further details.
431447
- 320KB
432448

433449

434-
Examples
435-
--------
436-
437-
* `Espressif IoT Development Framework for Espressif 32 <https://github.com/platformio/platform-espressif32/tree/master/examples?utm_source=platformio.org&utm_medium=docs>`_
438-
439-
Platforms
440-
---------
441-
.. list-table::
442-
:header-rows: 1
443-
444-
* - Name
445-
- Description
446-
447-
* - :ref:`platform_espressif32`
448-
- Espressif Systems is a privately held fabless semiconductor company. They provide wireless communications and Wi-Fi chips which are widely used in mobile devices and the Internet of Things applications.
449-
450450
Boards
451451
------
452452

frameworks/freedom-e-sdk.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,22 @@ Open Source Software for Developing on the SiFive Freedom E Platform
2424
:depth: 1
2525
.. include:: freedom-e-sdk_extra.rst
2626

27+
Platforms
28+
---------
29+
.. list-table::
30+
:header-rows: 1
31+
32+
* - Name
33+
- Description
34+
35+
* - :ref:`platform_sifive`
36+
- SiFive brings the power of open source and software automation to the semiconductor industry, making it possible to develop new hardware faster and more affordably than ever before.
37+
38+
Examples
39+
--------
40+
41+
* `Freedom E SDK for SiFive <https://github.com/platformio/platform-sifive/tree/master/examples?utm_source=platformio.org&utm_medium=docs>`_
42+
2743
Debugging
2844
---------
2945

@@ -100,22 +116,6 @@ You do not need to use/buy external debug probe.
100116
- 16KB
101117

102118

103-
Examples
104-
--------
105-
106-
* `Freedom E SDK for SiFive <https://github.com/platformio/platform-sifive/tree/master/examples?utm_source=platformio.org&utm_medium=docs>`_
107-
108-
Platforms
109-
---------
110-
.. list-table::
111-
:header-rows: 1
112-
113-
* - Name
114-
- Description
115-
116-
* - :ref:`platform_sifive`
117-
- SiFive brings the power of open source and software automation to the semiconductor industry, making it possible to develop new hardware faster and more affordably than ever before.
118-
119119
Boards
120120
------
121121

frameworks/freertos.rst

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,26 @@ FreeRTOS is a real-time operating system kernel for embedded devices that has be
2323
:local:
2424
:depth: 1
2525

26+
Platforms
27+
---------
28+
.. list-table::
29+
:header-rows: 1
30+
31+
* - Name
32+
- Description
33+
34+
* - :ref:`platform_chipsalliance`
35+
- The CHIPS Alliance develops high-quality, open source hardware designs relevant to silicon devices and FPGAs.
36+
37+
* - :ref:`platform_sifive`
38+
- SiFive brings the power of open source and software automation to the semiconductor industry, making it possible to develop new hardware faster and more affordably than ever before.
39+
40+
Examples
41+
--------
42+
43+
* `FreeRTOS for CHIPS Alliance <https://github.com/platformio/platform-chipsalliance/tree/master/examples?utm_source=platformio.org&utm_medium=docs>`_
44+
* `FreeRTOS for SiFive <https://github.com/platformio/platform-sifive/tree/master/examples?utm_source=platformio.org&utm_medium=docs>`_
45+
2646
Debugging
2747
---------
2848

@@ -105,26 +125,6 @@ You do not need to use/buy external debug probe.
105125
- 16KB
106126

107127

108-
Examples
109-
--------
110-
111-
* `FreeRTOS for CHIPS Alliance <https://github.com/platformio/platform-chipsalliance/tree/master/examples?utm_source=platformio.org&utm_medium=docs>`_
112-
* `FreeRTOS for SiFive <https://github.com/platformio/platform-sifive/tree/master/examples?utm_source=platformio.org&utm_medium=docs>`_
113-
114-
Platforms
115-
---------
116-
.. list-table::
117-
:header-rows: 1
118-
119-
* - Name
120-
- Description
121-
122-
* - :ref:`platform_chipsalliance`
123-
- The CHIPS Alliance develops high-quality, open source hardware designs relevant to silicon devices and FPGAs.
124-
125-
* - :ref:`platform_sifive`
126-
- SiFive brings the power of open source and software automation to the semiconductor industry, making it possible to develop new hardware faster and more affordably than ever before.
127-
128128
Boards
129129
------
130130

frameworks/gd32vf103-sdk.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,22 @@ GigaDevice GD32VF103 Firmware Library (SDK) is a firmware function package, incl
2323
:local:
2424
:depth: 1
2525

26+
Platforms
27+
---------
28+
.. list-table::
29+
:header-rows: 1
30+
31+
* - Name
32+
- Description
33+
34+
* - :ref:`platform_gd32v`
35+
- The GigaDevice GD32V device is a 32-bit general-purpose microcontroller based on the RISC-V core with an impressive balance of processing power, reduced power consumption and peripheral set.
36+
37+
Examples
38+
--------
39+
40+
* `GigaDevice GD32V SDK for GigaDevice GD32V <https://github.com/sipeed/platform-gd32v/tree/master/examples?utm_source=platformio.org&utm_medium=docs>`_
41+
2642
Debugging
2743
---------
2844

@@ -88,22 +104,6 @@ Please click on board name for the further details.
88104
- 32KB
89105

90106

91-
Examples
92-
--------
93-
94-
* `GigaDevice GD32V SDK for GigaDevice GD32V <https://github.com/sipeed/platform-gd32v/tree/master/examples?utm_source=platformio.org&utm_medium=docs>`_
95-
96-
Platforms
97-
---------
98-
.. list-table::
99-
:header-rows: 1
100-
101-
* - Name
102-
- Description
103-
104-
* - :ref:`platform_gd32v`
105-
- The GigaDevice GD32V device is a 32-bit general-purpose microcontroller based on the RISC-V core with an impressive balance of processing power, reduced power consumption and peripheral set.
106-
107107
Boards
108108
------
109109

frameworks/kendryte-freertos-sdk.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,22 @@ Kendryte SDK with FreeRTOS support
2323
:local:
2424
:depth: 1
2525

26+
Platforms
27+
---------
28+
.. list-table::
29+
:header-rows: 1
30+
31+
* - Name
32+
- Description
33+
34+
* - :ref:`platform_kendryte210`
35+
- Kendryte K210 is an AI capable RISCV64 dual core SoC.
36+
37+
Examples
38+
--------
39+
40+
* `Kendryte FreeRTOS SDK for Kendryte K210 <https://github.com/sipeed/platform-kendryte210/tree/master/examples?utm_source=platformio.org&utm_medium=docs>`_
41+
2642
Debugging
2743
---------
2844

@@ -100,22 +116,6 @@ Please click on board name for the further details.
100116
- 6MB
101117

102118

103-
Examples
104-
--------
105-
106-
* `Kendryte FreeRTOS SDK for Kendryte K210 <https://github.com/sipeed/platform-kendryte210/tree/master/examples?utm_source=platformio.org&utm_medium=docs>`_
107-
108-
Platforms
109-
---------
110-
.. list-table::
111-
:header-rows: 1
112-
113-
* - Name
114-
- Description
115-
116-
* - :ref:`platform_kendryte210`
117-
- Kendryte K210 is an AI capable RISCV64 dual core SoC.
118-
119119
Boards
120120
------
121121

frameworks/kendryte-standalone-sdk.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,22 @@ Kendryte Standalone SDK without OS support
2323
:local:
2424
:depth: 1
2525

26+
Platforms
27+
---------
28+
.. list-table::
29+
:header-rows: 1
30+
31+
* - Name
32+
- Description
33+
34+
* - :ref:`platform_kendryte210`
35+
- Kendryte K210 is an AI capable RISCV64 dual core SoC.
36+
37+
Examples
38+
--------
39+
40+
* `Kendryte Standalone SDK for Kendryte K210 <https://github.com/sipeed/platform-kendryte210/tree/master/examples?utm_source=platformio.org&utm_medium=docs>`_
41+
2642
Debugging
2743
---------
2844

@@ -100,22 +116,6 @@ Please click on board name for the further details.
100116
- 6MB
101117

102118

103-
Examples
104-
--------
105-
106-
* `Kendryte Standalone SDK for Kendryte K210 <https://github.com/sipeed/platform-kendryte210/tree/master/examples?utm_source=platformio.org&utm_medium=docs>`_
107-
108-
Platforms
109-
---------
110-
.. list-table::
111-
:header-rows: 1
112-
113-
* - Name
114-
- Description
115-
116-
* - :ref:`platform_kendryte210`
117-
- Kendryte K210 is an AI capable RISCV64 dual core SoC.
118-
119119
Boards
120120
------
121121

0 commit comments

Comments
 (0)