- コンパイラ arm-none-eabi-gcc (GNU Tools for Arm Embedded Processors 9-2019-q4-major) 9.2.1
- デバッガ OpenOCD v0.10.0
- エディタ VSCode
- エディタプラグイン Cortex-Debug, C/C++
- STMicro STM32F4
動作確認済みOS macOS Catalina 10.15.5
- xcodeのインストール
$ xcode-select --install
- ARM GCCのインストール
$ brew tap ArmMbed/homebrew-formulae
$ brew install arm-none-eabi-gcc
$ arm-none-eabi-gcc --version
arm-none-eabi-gcc (GNU Tools for Arm Embedded Processors 9-2019-q4-major) 9.2.1 20191025 (release) [ARM/arm-9-branch revision 277599]
Copyright (C) 2019 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.
- OpenOCDのインストール
$ brew install openocd
$ openocd --version
Open On-Chip Debugger 0.10.0
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
- VSCode,プラグインのインストール