/*#*
*#* $Log$
+ *#* Revision 1.18 2005/11/27 23:33:40 bernie
+ *#* Use appconfig.h instead of cfg/config.h.
+ *#*
*#* Revision 1.17 2005/04/11 19:10:27 bernie
*#* Include top-level headers from cfg/ subdir.
*#*
#include "eeprom.h"
#include <cfg/debug.h>
-#include <cfg/config.h> // CONFIG_EEPROM_VERIFY
+#include <appconfig.h> // CONFIG_EEPROM_VERIFY
#include <cfg/macros.h> // MIN()
#include <drv/twi.h>
#include <drv/wdt.h>
/*#*
*#* $Log$
+ *#* Revision 1.8 2005/11/27 23:33:40 bernie
+ *#* Use appconfig.h instead of cfg/config.h.
+ *#*
*#* Revision 1.7 2005/11/04 16:20:02 bernie
*#* Fix reference to README.devlib in header.
*#*
#define DRV_EEPROM_H
#include <cfg/compiler.h>
-#include <cfg/config.h>
+#include <appconfig.h>
/*!
* \name Values for CONFIG_EEPROM_TYPE
/*#*
*#* $Log$
+ *#* Revision 1.27 2005/11/27 23:33:40 bernie
+ *#* Use appconfig.h instead of cfg/config.h.
+ *#*
*#* Revision 1.26 2005/11/04 16:20:02 bernie
*#* Fix reference to README.devlib in header.
*#*
#include <mware/formatwr.h>
#include <cfg/debug.h>
#include <hw.h>
-#include <cfg/config.h>
+#include <appconfig.h>
/*
* Sanity check for config parameters required by this module.
/*#*
*#* $Log$
+ *#* Revision 1.23 2005/11/27 23:33:40 bernie
+ *#* Use appconfig.h instead of cfg/config.h.
+ *#*
*#* Revision 1.22 2005/11/04 16:20:02 bernie
*#* Fix reference to README.devlib in header.
*#*
#include <mware/fifobuf.h>
#include <cfg/compiler.h>
-#include <cfg/config.h>
#include <cfg/macros.h> /* BV() */
+#include <appconfig.h>
/*! \name Serial Error/status flags. */
/*\{*/
/*#*
*#* $Log$
+ *#* Revision 1.5 2005/11/27 23:33:40 bernie
+ *#* Use appconfig.h instead of cfg/config.h.
+ *#*
*#* Revision 1.4 2005/04/11 19:10:28 bernie
*#* Include top-level headers from cfg/ subdir.
*#*
*#*/
#include "twi.h"
-#include <cfg/config.h>
+
#include <cfg/debug.h>
-#include <hw.h>
#include <cfg/cpu.h>
#include <cfg/macros.h> // BV()
+#include <hw.h>
+#include <appconfig.h>
#include <compat/twi.h>
/*#*
*#* $Log$
+ *#* Revision 1.3 2005/11/27 23:36:18 bernie
+ *#* Use appconfig.h instead of cfg/config.h.
+ *#*
*#* Revision 1.2 2005/11/04 18:17:45 bernie
*#* Fix header guards and includes for new location of gfx module.
*#*
#define GFX_CHARTS_H
#include <gfx/gfx.h> /* vcoord_t */
-#include <cfg/config.h> /* CONFIG_ stuff */
+#include <appconfig.h> /* CONFIG_ stuff */
/*!
* \name Width/height of the small ticks drawn over the axes
/*#*
*#* $Log$
+ *#* Revision 1.3 2005/11/27 23:33:40 bernie
+ *#* Use appconfig.h instead of cfg/config.h.
+ *#*
*#* Revision 1.2 2005/11/04 18:17:45 bernie
*#* Fix header guards and includes for new location of gfx module.
*#*
*#* Use new CPU-neutral program-memory API.
*#*/
-#include <gfx/gfx.h>
-#include <cfg/config.h> /* CONFIG_GFX_CLIPPING */
+#include "gfx.h"
+#include <appconfig.h> /* CONFIG_GFX_CLIPPING */
#include <cfg/debug.h>
#include <cfg/cpu.h> /* CPU_HARVARD */
#include <cfg/macros.h> /* SWAP() */
/*#*
*#* $Log$
+ *#* Revision 1.3 2005/11/27 23:33:40 bernie
+ *#* Use appconfig.h instead of cfg/config.h.
+ *#*
*#* Revision 1.2 2005/11/04 18:17:45 bernie
*#* Fix header guards and includes for new location of gfx module.
*#*
#ifndef GFX_GFX_H
#define GFX_GFX_H
-#include <cfg/config.h>
+#include <appconfig.h>
#include <cfg/compiler.h>
#include <cfg/cpu.h>
/*#*
*#* $Log$
+ *#* Revision 1.15 2005/11/27 23:36:19 bernie
+ *#* Use appconfig.h instead of cfg/config.h.
+ *#*
*#* Revision 1.14 2005/11/04 16:20:02 bernie
*#* Fix reference to README.devlib in header.
*#*
#include <cfg/compiler.h>
#include <cfg/cpu.h> /* for cpu_stack_t */
-#include <cfg/config.h>
-#include <cfg/config_kern.h>
#include <mware/list.h>
+#include <config_kern.h>
+#include <appconfig.h>
typedef struct Process
{
/*#*
*#* $Log$
+ *#* Revision 1.6 2005/11/27 23:36:19 bernie
+ *#* Use appconfig.h instead of cfg/config.h.
+ *#*
*#* Revision 1.5 2005/11/04 16:20:02 bernie
*#* Fix reference to README.devlib in header.
*#*
#define MWARE_HEAP_H
#include <cfg/compiler.h>
-#include <cfg/config.h>
+#include <appconfig.h>
struct _MemChunk;