From a9f66edced96f3162d66594e199d7f2a20cca9c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Mon, 1 Feb 2016 01:40:30 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5670ee1..78ae67a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ The current code runs on an FRDM-K22F dev board and implements a composite USB d 1. Install Kinetis Design studio (KDS), KSDK 1.3, and set them up to be able to build the USB examples. 2. Export the `KSDK_DIR` environment variable to point to the KSDK installation directory. -3. If you wish to use KDS then go to File -> Import -> General -> Existing Projects into Workspace, select the `build` directory, and click on the Finish button. Next up, right click on the `uhk-right` project -> Properties -> Resource -> Linked Resources -> Path Variables -> edit `KSDK_DIR` to point to your KSDK installation directory. +3. If you wish to use KDS then: + - Go to File -> Import -> General -> Existing Projects into Workspace, select the `build` directory, and click on the Finish button + - Right click on the `uhk-right` project -> Properties -> Resource -> Linked Resources -> Path Variables -> edit `KSDK_DIR` to point to your KSDK installation directory. 4. At this point you can build the firmware by using KDS or at the command line by using the scripts of the build directory. ## Known bugs