File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ CMake can now be used to build Arduino sketches with this core.
2
2
Examples of use can be found on this repo: [ stm32duino/CMake_workspace] ( https://github.com/stm32duino/CMake_workspace ) .
3
3
4
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 ) .
5
+ For all the glorious details, please head over to [ the wiki] ( https://github.com/stm32duino/wiki /wiki/CMake_presentation ) .
6
6
7
7
# Prerequisites
8
8
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ def get_boards(boardstxt):
131
131
f"""Warning: Cannot find { userlibs } .
132
132
This has likely to do with your arduino-cli configuration.
133
133
Please refer to the following link for setup details:
134
- https://arduino.github.io/arduino-cli/0.26 /getting-started/#create-a-configuration-file
134
+ https://arduino.github.io/arduino-cli/latest /getting-started/#create-a-configuration-file
135
135
"""
136
136
)
137
137
libs = list ()
@@ -195,9 +195,9 @@ def get_boards(boardstxt):
195
195
Unless you are building a very simple sketch with no library (e.g., Blink),
196
196
you are advised to edit this file to fill in any missing dependency relationship.
197
197
For details, please refer to
198
- https://github.com/massonal/Arduino_Core_STM32 /wiki/Arduino-(in)compatibility #library-management
199
- """
200
- )
198
+ https://github.com/stm32duino/wiki /wiki/Arduino-%28in%29compatibility #library-management
199
+ """
200
+ )
201
201
202
202
if shargs .fire :
203
203
if not (shargs .sketch and shargs .board ):
You can’t perform that action at this time.
0 commit comments