From 2f9e37e5dc0f809d3e8618ed6a28a001bdd7127b Mon Sep 17 00:00:00 2001 From: Kaleb Joseph Himes Date: Tue, 15 Mar 2016 11:09:42 -0600 Subject: [PATCH 1/2] Update README.md --- tirtos_ccs_examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tirtos_ccs_examples/README.md b/tirtos_ccs_examples/README.md index 963de823..3d8bf697 100644 --- a/tirtos_ccs_examples/README.md +++ b/tirtos_ccs_examples/README.md @@ -45,7 +45,7 @@ WINDOWS:
Next locate the wolfSSL section should be on or around line 45 and looks like this:
`WolfSSL settings`
`WOLFSSL_INSTALLATION_DIR ?= C:\wolfssl`
- `WOLFSSL_TIRTOS_DIR = $(WOLFSSL_INSTALLATION_DIR)/tirtos
`
+ `WOLFSSL_TIRTOS_DIR = $(WOLFSSL_INSTALLATION_DIR)/tirtos`

Modify WOLFSSL_INSTALLATION_DIR to be the location of your wolfssl directory. Should be C:\wolfssl.

From 7b705d1e22ab92685406f7270dcaa75bbf67f573 Mon Sep 17 00:00:00 2001 From: Kaleb Joseph Himes Date: Tue, 15 Mar 2016 11:11:47 -0600 Subject: [PATCH 2/2] Update README.md --- tirtos_ccs_examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tirtos_ccs_examples/README.md b/tirtos_ccs_examples/README.md index 3d8bf697..54592957 100644 --- a/tirtos_ccs_examples/README.md +++ b/tirtos_ccs_examples/README.md @@ -70,6 +70,7 @@ Part 5: Loading first example -> TCP Echo with TLS
In the "TI Resource Explorer window" Click on the link in "Step 1" to import the project.
+ NOTE: Do not try to build the project yet. It will fail.

Part 6: Setting up the environment --