===========================================
 Tractament del Senyal
 Basic Firmware for the Wave Runner Board
===========================================

Folder contents:

 readme.txt : This file

 .cproject : Eclipse project file
 .project  : Eclipse project file

 Makefile : Makefile for the project

 mcuconf.h : MCU configuration file
 halconf.h : Hardware Abstraction Layer configuration file
 chconf.h  : ChibiOS/RT configuration file

 DSP_Board_v11.h : Definitions for the Wave Runner Board

 Base.c
 Base.h : Basic code for the board

 dsp_kernel.c 
 dsp_kernel.h : DSP Kernel source files

 main.c : Main source file

 clean.bat : Perform a full clean

 .dep      : Compilation dependence files
 .settings : Settings for the project

 build : Results of the compilation
 
 Firmware.bin : Firmware binary file
 Firmware.elf : Firmware ELF file
 Firmware.hex : Hex format for the firmware
 Fimrware.map : Firmware map file

 build\lst : ASM listings for all source files
 build\obj : OBJ files for all source files
  
The only files that should be modified by the students are:

Configuration.h : Configuration for the firmware

mainLoop.c
mainLoop.h : Main loop code
  
processing.c
processing.h : Processing code

