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
Copy file name to clipboardExpand all lines: _cmake/Setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Learn how to install it [here](https://arduino.github.io/arduino-cli/0.21/instal
48
48
49
49
## Compiler
50
50
51
-
As with Arduino IDE, there is nothing to do here! The compiler (`arm-none-eabi-g++`*et al.*) will be downloaded when you first run CMake, in a separate folder along `Arduino_Core_STM32/`.
51
+
As with Arduino IDE, there is nothing to do here! The compiler (`arm-none-eabi-g++`*et al.*) will be downloaded when you first run CMake, in a separate folder in your user home directory.
52
52
For the curious user, here is where we get it: [https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack](https://github.com/xpack-dev-tools/arm-none-eabi-gcc-xpack)
0 commit comments