forked from G33KatWork/STM32-Toolchain
-
Notifications
You must be signed in to change notification settings - Fork 3
cccc/STM32-Toolchain
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
arm-none-eabi toolchain builder Binutils 2.22 GCC 4.8.0 Newlib 2.0.0 GDB 7.5.1 OpenOCD 0.6.0-rc1 (with stlink protocol enabled) stlink master branch from https://github.com/texane/stlink This toolchain is confirmed to work the the STM32F1- and STM32F4-Discovery boards. Usage: Hit make and wait Destination is overwritable by specifying TOOLCHAIN_ROOTDIR as a paramter to make Use V=1 for verbose mode Use CPUS=<number> to specify the number of threads. If not specified the Makefile will try to figure it out by itself Do not use -j for the main Makefile! example: make TOOLCHAIN_ROOTDIR=/home/user/mytoolchain Other make targets: download: Fetch all sources, but don't extract or build them clean: Removed build-tmp directory containing temporary build files distclean: Like clean, but also removes downloaded source code Dependencies (at least): libmpc, libgmp, libmpfr, libusb
About
STM32-Toolchain builder used by the C4 for the upcoming U23
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Shell 100.0%