File nut/boot/at91sam7x_bootloader/default.h

Included in: nut/boot/at91sam7x_bootloader/bootloader.c
  nut/boot/at91sam7x_bootloader/debug.h
  nut/boot/at91sam7x_bootloader/loader.c
  nut/boot/at91sam7x_bootloader/tftp.c

Preprocessor definitions

#define _DEFAULT_H_

#define DEBUG_LEVEL LEVEL_ALWAYS

#define DEFAULT_RS232_BAUD 115200

#define EE_OFFSET 0x200

#define EE_CONFBOOT 0x80

#define MAC_POSITION 0x4A

#define FLASH_SECTOR_SIZE 256

#define DEFAULT_MAC "\x02\x01\x02\x03\x04\x05"

#define DEFAULT_IP "192.168.1.100"

#define DEFAULT_NETMASK "255.255.255.0"

#define DEFAULT_GATWAY "192.168.1.254"

#define DEFAULT_TFTP_SERVER "192.168.1.1"

#define DEFAULT_TFTP_IMAGE "demo-app.bin"

#define TRUE 1

#define FALSE 0

#define MIN( a, b )

#define MAX( a, b )