PACKAGE: xmos_xdk_examples.1v1 VERSION: 1v1 (build f43693d747b01819ab742311f2891639499d87f4) DESCRIPTION: This package contains a set of example programs that you can download to your XDK. REQUIRED TOOLS: Xmos Desktop Development Tools .. or above. INCLUDED MODULES AND APPLICATIONS: The following modules are provided in this package, these can be used in your applications: module_xmos_common: Common build framework for applications using xmos modules. In addition the follow example applications are provided: freq: A graphics equaliser that requires only a small amount of memory and few other resources. led_singlecore: Flashes an LED on a single XCore. leds_multicore: Flashes LEDs attached to all cores of the XS1 G4. mandelbrot: A simple Mandelbrot fractal algorithm, the program renders the generated image on the LCD display. pong: An implementation of the game PONG. A true classic. rgb_leds: Flashes RGB LEDs of the XDK. touch_screen: An application that interfaces to a touchscreen digitizer and drives an LCD screen INSTALLATION (XDE): To install, open the XDE Eclipse IDE and perform the following steps: * Select the "Import" item from the "File" menu * Select "General" -> "Existing Projects into Workspace" and click "Next" * Click on "Browse" next to "Select archive file" and select the xmos_xdk_examples.1v1.zip file. * Make sure the projects you want to import are ticked in the "Projects:" list. Import all the components and whichever applications you are interested in. * Click on "Finish" To build, select the application you wish to build in the Project Explorer window and click on build icon. To run an application: select the .xe file in the bin/ directory of that application project, right click and select "Run As..." INSTALLATION (COMMAND LINE): To install, unzip the package zip. To build an application change into that application directory and execute the command: xmake all The generated executable will be placed in the bin/ sub-directory. To run execture the command: xrun bin/[binary file].xe