From 4bcd5fae45c847027f081fe83abc33899de49f53 Mon Sep 17 00:00:00 2001 From: Nick Knudson Date: Wed, 8 Feb 2017 22:35:17 -0800 Subject: [PATCH] added gdb-arm-none-eabi to list of prerequisites --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2636e763..47a9bf5b 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ To compile the program, you first need to install the prerequisite tools: * `gcc-arm-none-eabi`: GCC compilation toolchain for ARM microcontrollers. * Installing on Ubuntu: `sudo apt-get install gcc-arm-none-eabi` * Installing on Windows (Cygwin): TODO +* `gdb-arm-none-eabi`: GNU project debugger for ARM microcontrollers. + * Installing on Ubuntu: `sudo apt-get install gdb-arm-none-eabi` + * Installing on Windows (Cygwin): TODO * `OpenOCD`: Open On-Chip Debugging tools. This is what we use to flash the code onto the microcontroller. * Installing on Ubuntu: `sudo apt-get install openocd` * Installing on Windows (Cygwin): TODO