/**
* @page quickstart Quickstart Guide
* @ingroup guide
\section quickstart_windows Prerequisites for Windows
- Install Cygwin including DEVEL\\make
- Install current mspgcc toolchain
- Make sure, that cygwin\\bin and mspgcc\\bin directories are included in the PATH.
If you see errors about duplicate cygwin dlls, ensure that Cygwin is in the path
before msgpcc, then remove all cygwin*.dll files from the mspgcc\\bin directory.
- See System\\makefile.platform for some configuration variables that might need to be
adjusted for your environment.
- Now you are ready to compile ScatterWeb
- To compile the html and rtf documentation you need to install doxygen and (for the
relation graphs) graphviz. Doxygen needs to be added to the path.
Then go to the ScatterWeb Documentation directory and type "make doc".
Get Doxygen: http://www.doxygen.org
\section quickstart_start Quick start
You can compile any application from the application's main directory by using the provided
makefiles (more info).
- Go to Applications\\[Empty] for a start.
- For a list of available build targets type "make help"
- To compile the application type "make"
- To flash and run an application type "make flash" or "make flashusb"
depending on your jtag hardware.
\section quickstart_eclipse Using Eclipse IDE
*/