Updated Firmware Development Setup (markdown)

mossmann
2012-07-01 22:56:25 -07:00
parent 7773168fd5
commit d47024b49e

@@ -2,7 +2,7 @@ Follow these instructions to set up a firmware development environment for HackR
# Toolchain
Install the GCC ARM toolchain from [https://code.launchpad.net/gcc-arm-embedded](https://code.launchpad.net/gcc-arm-embedded). (Other toolchains exist. YMMV). All you have to do is unpack the archive and add the bin directory to your PATH.
Install the GCC ARM toolchain from [https://launchpad.net/gcc-arm-embedded](https://launchpad.net/gcc-arm-embedded). (Other toolchains exist. YMMV). All you have to do is unpack the archive and add the bin directory to your PATH.
# libopencm3