Skip to content

Commit 4ad0cb1

Browse files
massonalfpistm
authored andcommitted
doc: rename CMake root file; add cmake pages list
1 parent df43984 commit 4ad0cb1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

_Sidebar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* [Board support based on a core](https://github.com/stm32duino/wiki/wiki/Custom-board-based-on-a-core)
5050
* [How to debug](https://github.com/stm32duino/wiki/wiki/How-to-debug)
5151
* [PlatformIO](https://github.com/stm32duino/wiki/wiki/PlatformIO)
52-
* [CMake support](./Cmake_home)
52+
* [CMake support](./CMake_presentation)
5353
</details>
5454

5555
* <details>

_cmake/Cmake_home.md renamed to _cmake/CMake_presentation.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,12 @@ However, much has been done to make the file as high-level as possible: it is wr
1313
Didactic examples can be found on a separate repository: [https://github.com/stm32duino/CMake_workspace](https://github.com/stm32duino/CMake_workspace).
1414

1515
Before delving into this wiki, be sure to read [the dedicated README](https://github.com/massonal/Arduino_Core_STM32/blob/cmake_dev/README_CMAKE.md) first!
16+
17+
18+
## Pages in this section:
19+
- [[Setup]]
20+
- [[Quickstart guide]]
21+
- [[Introduction to CMake]]
22+
- [[Functions reference]]
23+
- [[Arduino (in)compatibility]]
24+
- [[Advanced usage]]

0 commit comments

Comments
 (0)