Skip to content

Commit 5441bd6

Browse files
committed
Apply restyled updates
1 parent 7633ce2 commit 5441bd6

File tree

2 files changed

+24
-25
lines changed

2 files changed

+24
-25
lines changed

docs/guides/ti/matter-syscfg/sysconfig-board.md

+24-25
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,28 @@
22

33
## Table of Contents
44

5-
* [Reserve Peripherals](#Reserve-Peripherals)
6-
* [Hardware View](#Hardware-View)
5+
- [Reserve Peripherals](#Reserve-Peripherals)
6+
- [Hardware View](#Hardware-View)
77

88
The board view shows you what pins are available on your board, and what
9-
peripherals are assigned to what pins. Hover over each pin for more
10-
information.
9+
peripherals are assigned to what pins. Hover over each pin for more information.
1110

1211
<div style="text-align: center;">
1312
<img src="./images/board_view.png" width=20%>
1413
</div>
1514

16-
Enabled and configured peripherals are displayed with green symbols.
17-
To add a new peripheral, press the plus sign next to the peripheral
18-
type. The \"Show generated files\" tab lets you see the files generated
19-
based on SysConfig. Generated files are dynamically updated every time
20-
you make a change in SysConfig. When you build your project, the
21-
generated files are exported into the output folder of your project.
15+
Enabled and configured peripherals are displayed with green symbols. To add a
16+
new peripheral, press the plus sign next to the peripheral type. The \"Show
17+
generated files\" tab lets you see the files generated based on SysConfig.
18+
Generated files are dynamically updated every time you make a change in
19+
SysConfig. When you build your project, the generated files are exported into
20+
the output folder of your project.
2221

2322
<div style="text-align: center;">
2423
<img src="images/show_generated_files_tab.png">
2524
</div>
2625

27-
## Reserve Peripherals
26+
## Reserve Peripherals
2827

2928
Certain use cases may require preventing SysConfig from generating the
3029
configuration of specific peripherals.
@@ -34,8 +33,8 @@ Examples of use cases requiring to reserve peripherals are:
3433
- dynamic re-configuration of a peripheral
3534
- leveraging the Sensor Controller (on devices enabling it)
3635
- already handling certain peripherals configuration
37-
- with hardware constraints preventing to use certain peripherals
38-
(typically GPIOs)
36+
- with hardware constraints preventing to use certain peripherals (typically
37+
`GPIOs`)
3938
- peripherals reserved for future use
4039

4140
Below are the steps required to utilize the Reserve Peripherals feature.
@@ -45,31 +44,31 @@ Below are the steps required to utilize the Reserve Peripherals feature.
4544
2. Open the panel \"Reserve Peripherals\"
4645

4746
<div style="text-align: center;">
48-
<img src="images/syscfg-reserve-peripheral-pannel.png" width=30%>
47+
<img src="images/syscfg-reserve-peripheral-panel.png" width=30%>
4948
</div>
5049

5150
3. Reserve the resources
5251

53-
Reserve a peripheral using SysConfig. This image shows how
54-
to reserve DIO 15
52+
Reserve a peripheral using SysConfig. This image shows how to reserve `DIO`
53+
15
5554

5655
<div style="text-align: center;">
5756
<img src="images/syscfg-reserve-gpio.png" width=30%>
5857
</div>
5958

60-
61-
SysConfig ensures no resource conflict occurs. In case no solution can
62-
be found, an error is raised.
59+
SysConfig ensures no resource conflict occurs. In case no solution can be found,
60+
an error is raised.
6361

6462
## Hardware View
6563

66-
The Hardware view may be used to add software modules for supporting
67-
hardware resources on EVMs or LaunchPads. The same capability could be
68-
done in the Software view by adding a Hardware. However the Hardware
69-
view provides a hardware-first perspective to show which software could
70-
be used with hardware resources.
64+
The Hardware view may be used to add software modules for supporting hardware
65+
resources on EVMs or LaunchPads. The same capability could be done in the
66+
Software view by adding a Hardware. However the Hardware view provides a
67+
hardware-first perspective to show which software could be used with hardware
68+
resources.
7169

7270
Sysconfig Hardware View:
71+
7372
<div style="text-align: center;">
7473
<img src="images/syscfg_hardware_view.png" width=30%>
75-
</div>
74+
</div>

0 commit comments

Comments
 (0)