Update README.md

This commit is contained in:
László Monda
2016-02-01 01:47:12 +01:00
parent a7775dee9d
commit 8b4d144a54

View File

@@ -9,11 +9,11 @@ The current code runs on an FRDM-K22F dev board and implements a composite USB d
## Build
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.
2. Export the `KSDK_DIR` environment variable 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
- In Project Explorer 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.
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