File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 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.
22Examples of use can be found on this repo: [ stm32duino/CMake_workspace] ( https://github.com/stm32duino/CMake_workspace ) .
33
44This 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 ) .
66
77# Prerequisites
88
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ def get_boards(boardstxt):
131131 f"""Warning: Cannot find { userlibs } .
132132 This has likely to do with your arduino-cli configuration.
133133 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
135135 """
136136 )
137137 libs = list ()
@@ -195,9 +195,9 @@ def get_boards(boardstxt):
195195Unless you are building a very simple sketch with no library (e.g., Blink),
196196you are advised to edit this file to fill in any missing dependency relationship.
197197For 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+ )
201201
202202if shargs .fire :
203203 if not (shargs .sketch and shargs .board ):
You can’t perform that action at this time.
0 commit comments