summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorjoeycastillo <joeycastillo@utexas.edu>2021-09-15 12:18:55 -0400
committerGitHub <noreply@github.com>2021-09-15 12:18:55 -0400
commitb3de08343b7db4ed380cdfa3ca0df824728999b1 (patch)
tree59bfb06c934370dfaad2037bd34c89c40b0dcc11 /README.md
parent21a627aad6ed79949e642e2881f3029c8394cdc5 (diff)
downloadSensor-Watch-b3de08343b7db4ed380cdfa3ca0df824728999b1.tar.gz
Sensor-Watch-b3de08343b7db4ed380cdfa3ca0df824728999b1.tar.bz2
Sensor-Watch-b3de08343b7db4ed380cdfa3ca0df824728999b1.zip
remove note about installing old toolchain
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0e912a48..5b560bfe 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ Getting code on the watch
-------------------------
The watch library in this repository is very work-in-progress, but it should allow you to get started. To create a new project, copy the “Sensor Watch Starter Project” and write your code in the app.c file.
-You will need to install [the 9-2019-q4-major version of the GNU Arm Embedded Toolchain](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads/9-2019-q4-major) to build projects for the watch. Note that the latest version, 10-2020-q4-major, will not currently work.
+You will need to install [the GNU Arm Embedded Toolchain](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads/) to build projects for the watch. The watch library has been tested with the `9-2019-q4-major` version and the `10.3-2021.07` versions.
To build your project, open your terminal and navigate to the project's `make` folder, then type `make`.