From eee293518c007a3f520737b70a7ca847007bfa6a Mon Sep 17 00:00:00 2001 From: Deomid Ryabkov <rojer@cesanta.com> Date: Wed, 6 Apr 2016 23:48:56 +0300 Subject: [PATCH] Add a README for CCS projects PUBLISHED_FROM=3ccf4c043056677cd9c8fbd19e5e36961281af8c --- examples/CC3200/ccs/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/CC3200/ccs/README.md diff --git a/examples/CC3200/ccs/README.md b/examples/CC3200/ccs/README.md new file mode 100644 index 000000000..733e85a92 --- /dev/null +++ b/examples/CC3200/ccs/README.md @@ -0,0 +1,11 @@ +This directory contains Code Composer Studio projects for Mongoose. + + - Mongoose: the library project, produces a static library (`Mongoose.a`). + + - MG_sensor_demo: a demo application that serves files from SLFS and outputs + sensor data to the WebSocket connection. It uses the Mongoose library project, + so you'll need to import both. + +CC3200SDK_1.2.0 needs to be installed in ${TI_PRODUCTS_DIR} (`C:\TI` on Windows, `~/ti` on Linux). + +*Note:* When importing projects, make sure the `Copy projects into workspace` checkbox is *not* checked. -- GitLab