| atParser.c [code] | This file implements the textual AT interface |
| atParser.h [code] | Header file for the atParser.c |
| callbacks.c [code] | This files implements all the necessary callback functions |
| chat.h [code] | Definition of states and error codes etc |
| compiler.h [code] | File containing some "glue" so that the IAR compiler and GCC can be used interchangeably |
| documentation.h [code] | This file is not a part of the header files referenced by the source code. However it defines the only a part of the doxygen documentation |
| ftdi.c [code] | This files contains the functions for initializing and sending data using the FTDI USB fifo on the STK541 board |
| ftdi.h [code] | Header file for the FTDI USB fifo |
| main.c [code] | File containing the main loop |
| serialPortHAL.c [code] | This defines hardware abstraction level, so that the it is invisible to the next higher layer if the USART0 or FTDI USB chip is used for serial communication |
| serialPortHAL.h [code] | This file defines the serial interface. Either USART or USB. Controlled by the UART/FTDI flags on line 28/29 |
| usart.c [code] | This files contains the functions for initializing and sending data using the USART0 of the AVR microcontroller |
| usart.h [code] | This is the header file for the usart.c |
| utilities.c [code] | This files contains the implementation for some of the support functions used by this application |
| utilities.h [code] | Header files that defines interface to the defined support functions |