You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using a fuzzy find after parsing boards.txt.
This has required refactoring the board parser code in a dedicated modules,
with minor impacts in the files that depended on it.
=============
Doc changes:
expand on the syntax in easy_setup:
Added a comment block to explain the use of the DEPENDS clause.
Added "usual" values for board settings.
Add a link to the wiki in easy_setup.
Also update link in the README_CMAKE
- update link to point to the new location for the examples;
- unify the displayed text for the links;
- add a link to the wiki.
Copy file name to clipboardExpand all lines: README_CMAKE.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
CMake can now be used to build Arduino sketches with this core.
2
-
Examples of use can be found on [this repo](https://github.com/massonal/STM32CMake_workspace).
2
+
Examples of use can be found on this repo: [stm32duino/CMake_workspace](https://github.com/stm32duino/CMake_workspace).
3
+
4
+
This README only provides a quick walk-through.
5
+
For all the glorious details, please head over to [the wiki](https://github.com/massonal/Arduino_Core_STM32/wiki).
3
6
4
7
# Prerequisites
5
8
@@ -17,7 +20,7 @@ If your system does not provide a recent enough version of CMake, a suitable ver
17
20
18
21
This section will describe the process of building a sketch "by hand", with a system shell. Other methods, such as with an IDE plug-in, may require adaptations.
19
22
20
-
Please see [STM32CMake_workspace](https://github.com/massonal/STM32CMake_workspace) for some quick examples; more may be added over time.
23
+
Please see [stm32duino/CMake_workspace](https://github.com/stm32duino/CMake_workspace) for some quick examples; more may be added over time.
21
24
22
25
First of all, there has to be a CMakeLists.txt in the sketch folder.
0 commit comments