mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 13:37:34 +08:00
Add a README for CCS projects
PUBLISHED_FROM=3ccf4c043056677cd9c8fbd19e5e36961281af8c
This commit is contained in:
parent
c4adc86f5e
commit
eee293518c
11
examples/CC3200/ccs/README.md
Normal file
11
examples/CC3200/ccs/README.md
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user