From 2e516570cf32e4ca10d8354df86333240154fb50 Mon Sep 17 00:00:00 2001 From: wallarug Date: Mon, 8 Apr 2019 17:26:25 +1000 Subject: [PATCH] updated readme.md for build instructions as in issue #7 --- firmware/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/firmware/README.md b/firmware/README.md index 111a156..ced97d1 100644 --- a/firmware/README.md +++ b/firmware/README.md @@ -6,6 +6,16 @@ Use with https://github.com/adafruit/seesaw/ Until our library is allowed to be included into the adafruit/seesaw repository, you must clone this repository and the seesaw repository. +### Install Build Tools + +``` +sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa +sudo apt-get update +sudo apt-get install gcc-arm-embedded +``` + +### Clone Repositories + ``` git clone https://github.com/robotics-masters/mm1-hat-seesaw git clone https://github.com/adafruit/seesaw/ @@ -13,6 +23,7 @@ cd seesaw/ cp -r ../mm1-hat-seesaw/firmware/mm1_hat boards/mm1_hat ``` + ## Build commands The default board is `debug`. You can build a different one using: