Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Install the EWARM IAR toolchain and configure the IAR_ARM_BASE environment variable.  Note that the kickstart addition will not work with the OCSDK
  2. Download the SDK source from Github
  3. Get the library files from Linear and copy them into your SDK
  4. Install Python (if not installed already) to enable the post-build step
  5. Have a supported mote and optional programming/debugging tools to run
  6. Run the code

After you've successfully built and run your first OCSDK application, you can read the documentation starting with the basic concepts, explore the other sample applications, and review the doxygen API documentation.

...