Skip to content

Commit c4ef823

Browse files
thernstigfpistm
authored andcommitted
docs: Update STM32 core sources and tools location instructions
1 parent 7f2097e commit c4ef823

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

_dev/Where-are-sources.md

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,30 @@
1-
21
## STM32 core sources files location
32

4-
By installing the stm32 core thanks the [[Boards Manager|Getting-Started#About-Boards-manager-concept]], the extracted package is located here:
3+
The install directory of Arduino IDE can be found here:
4+
5+
* `/home/\<USERNAME>/.arduino15/` _(Linux)_
6+
* `/Users/\<USERNAME>/Library/Arduino15/` _(Mac)_
7+
* `C:\Users\<USERNAME>\AppData\Local\Arduino15\` _(Windows 10 and 11)_
58

6-
Go to the local Arduino directory.<br>
7-
> [!TIP]
8-
> The location is displayed in the "**Preferences**" dialog.
9+
First make sure you have installed the stm32 core using the
10+
[[Arduino Boards Manager|Getting-Started#About-Boards-manager-concept]].
911

10-
It should be:
12+
The stm32 core files can then be found in this directory:
1113

12-
* `/home/\<USERNAME\>/.arduino15/` _(Linux)_
13-
* `/Users/\<USERNAME\>/Library/Arduino15/` _(Mac)_
14-
* `c:\Users\\<USERNAME\>\AppData\Local\Arduino15\` _(Windows 10, Windows 7)_
15-
* `c:\Users\\<USERNAME\>\AppData\Roaming\Arduino15\` _(Windows Vista)_
16-
* `c:\Documents and Settings\\<USERNAME\>\Application Data\Arduino15\` _(Windows XP)_
14+
`<Arduino IDE install directory>/packages/STMicroelectronics/hardware/stm32/2.8.1`.
1715

18-
Then, go to "**_\<local Arduino directory\>/packages/STMicroelectronics/hardware/stm32/_**" directory.<br>
19-
Directory named with the STM32 Core version installed is present. Example: 2.0.0
16+
The `2.8.1` changes depending on your installed stm32 core version.
2017

21-
If you use the portable IDE as described [here](https://www.arduino.cc/en/Guide/PortableIDE) then the location is in your Arduino install directory:
18+
If you use the portable IDE, as described [here](https://www.arduino.cc/en/Guide/PortableIDE),
19+
then the location is here instead:
2220

23-
* `\<Arduino IDE install path\>/portable/` _(Linux/Mac)_
24-
* `\<Arduino IDE install path\>\portable\` _(Windows)_
21+
* `<Arduino IDE install directory>/portable/` _(Linux/Mac)_
22+
* `<Arduino IDE install directory>\portable\` _(Windows 10 and 11)_
2523

2624
## STM32 Tools files location
2725

28-
Go to the local Arduino directory. See above.<br>
29-
Then, go to "**_\<local Arduino directory\>/packages/STMicroelectronics/tools/STM32Tools/_**" directory.<br>
30-
Directory named with the STM32 Tools version installed is present. Example: 1.4.0
26+
Go to the Arduino IDE install directory. See above.
3127

28+
Then, go to the `<Arduino install directory>/packages/STMicroelectronics/tools/STM32Tools/2.2.3` directory.
3229

30+
The `2.2.3` changes depending on your installed stm32 tools version.

0 commit comments

Comments
 (0)