From d47024b49e447c961176bdd67e7aeb7ad317f811 Mon Sep 17 00:00:00 2001 From: mossmann Date: Sun, 1 Jul 2012 22:56:25 -0700 Subject: [PATCH] Updated Firmware Development Setup (markdown) --- Firmware-Development-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware-Development-Setup.md b/Firmware-Development-Setup.md index 5e865b5..de5e15f 100644 --- a/Firmware-Development-Setup.md +++ b/Firmware-Development-Setup.md @@ -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