config.h File Reference

#include <stdint.h>

Include dependency graph for config.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define USE_DYNAMIC_MEMORY   0

Functions

void display_buffer (uint8_t *ptr, uint32_t size)


Define Documentation

#define USE_DYNAMIC_MEMORY   0

Controls allocation of memory.

Set to 1 to use malloc()/free() for allocation of structures like file and directory handles, set to 0 to use pre-allocated fixed-size handle arrays.

Definition at line 38 of file config.h.


Function Documentation

void display_buffer ( uint8_t *  ptr,
uint32_t  size 
)

debug utility function. Dumps a buffer in hex and ascii.

Parameters:
[in] ptr - pointer to buffer to print
[in] size - number of bytes to print

Definition at line 375 of file main.c.

References uart_putc(), and uart_puts().

Referenced by main().


Generated on Wed Sep 17 19:31:52 2008 for mptry by  doxygen 1.5.5