创建页面,内容为“= STM32 development settings on Mac = Category:Stm32 Category:ARM Category:ARM” |
|||
第1行: | 第1行: | ||
= STM32 development settings on Mac = | = STM32 development settings on Mac = | ||
* install [https://www.st.com/en/development-tools/stm32cubeclt.html stm32cubeclt] | |||
* install [https://www.st.com/en/development-tools/stm32cubeide.html stm32cubeide] | |||
<syntaxhighlight lang="bash"> | |||
$ arm-none-eabi-gcc --version | |||
arm-none-eabi-gcc (GNU Tools for STM32 13.3.rel1.20240926-1715) 13.3.1 20240614 | |||
Copyright (C) 2023 Free Software Foundation, Inc. | |||
This is free software; see the source for copying conditions. There is NO | |||
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |||
$ STM32_Programmer_CLI --version | |||
------------------------------------------------------------------- | |||
STM32CubeProgrammer v2.19.0 | |||
------------------------------------------------------------------- | |||
STM32CubeProgrammer version: 2.19.0 | |||
$ ST-LINK_gdbserver --version | |||
ST-LINK_gdbserver version: 7.10.0 | |||
</syntaxhighlight> | |||
<ref>https://github.com/MaJerle/stm32-cube-cmake-vscode?tab=readme-ov-file</ref> | |||
[[Category:Stm32]] | [[Category:Stm32]] | ||
[[Category:ARM]] | [[Category:ARM]] | ||
[[Category:ARM]] | [[Category:ARM]] |
2025年3月27日 (四) 15:09的版本
STM32 development settings on Mac
- install stm32cubeclt
- install stm32cubeide
$ arm-none-eabi-gcc --version
arm-none-eabi-gcc (GNU Tools for STM32 13.3.rel1.20240926-1715) 13.3.1 20240614
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ STM32_Programmer_CLI --version
-------------------------------------------------------------------
STM32CubeProgrammer v2.19.0
-------------------------------------------------------------------
STM32CubeProgrammer version: 2.19.0
$ ST-LINK_gdbserver --version
ST-LINK_gdbserver version: 7.10.0