Updated Firmware Development Setup (markdown)

mossmann
2012-06-08 08:08:43 -07:00
parent 95108644b5
commit 1d1d33e10d

@@ -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://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.
# libopencm3