Skip to content

Commit 44bec92

Browse files
massonalfpistm
authored andcommitted
doc: Add a warning banner on the CMake landing page
1 parent 5737574 commit 44bec92

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

_cmake/CMake_presentation.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Welcome to the CMake port of Arduino_Core_STM32!
22

3-
The goal of this repository is to let users build Arduino sketches for STM32 boards, without using neither Arduino IDE nor `arduino-cli`.
3+
--------------------------
4+
5+
[[/img/Important-icon.png]] Warning: work-in-progress!
6+
================
7+
8+
The tool described in this section is currently subject to a pull request [PR #1776](https://github.com/stm32duino/Arduino_Core_STM32/pull/1776).
9+
Until it is merged, consider using the fork repo at [massonal/Arduino_Core_STM32](https://github.com/massonal/Arduino_Core_STM32).
10+
11+
--------------------------
12+
13+
The goal of this tool is to let users build Arduino sketches for STM32 boards, without using neither Arduino IDE nor `arduino-cli`.
414
Advantages of this approach include:
515
- faster build time (about -50%, tested on Windows 10 and Ubuntu20.04);
616
- flexibility: CMake has a full language centered around build description;

0 commit comments

Comments
 (0)