|
1 |
| - |
2 | 1 | ## STM32 core sources files location
|
3 | 2 |
|
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)_ |
5 | 8 |
|
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]]. |
9 | 11 |
|
10 |
| -It should be: |
| 12 | +The stm32 core files can then be found in this directory: |
11 | 13 |
|
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`. |
17 | 15 |
|
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. |
20 | 17 |
|
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: |
22 | 20 |
|
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)_ |
25 | 23 |
|
26 | 24 | ## STM32 Tools files location
|
27 | 25 |
|
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. |
31 | 27 |
|
| 28 | +Then, go to the `<Arduino install directory>/packages/STMicroelectronics/tools/STM32Tools/2.2.3` directory. |
32 | 29 |
|
| 30 | +The `2.2.3` changes depending on your installed stm32 tools version. |
0 commit comments