summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2021-12-05 23:06:25 -0600
committerJoey Castillo <joeycastillo@utexas.edu>2021-12-10 11:54:16 -0500
commit316e1f292c603885f2af3dcd69ce797d64776425 (patch)
tree96eeba3e256e49ec6393a39767098e3975426454 /README.md
parent616587a2030be054277ef74fdbf0be626684db3c (diff)
downloadSensor-Watch-316e1f292c603885f2af3dcd69ce797d64776425.tar.gz
Sensor-Watch-316e1f292c603885f2af3dcd69ce797d64776425.tar.bz2
Sensor-Watch-316e1f292c603885f2af3dcd69ce797d64776425.zip
rename project files
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 5b560bfe..e3afca06 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ These tiny “sensor boards” have a set outline, and the available area for yo
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.
+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 “starter-project” folder in the apps folder, and write your code in the app.c file.
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.