Use appconfig.h instead of cfg/config.h.
authorbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 27 Nov 2005 23:36:19 +0000 (23:36 +0000)
committerbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 27 Nov 2005 23:36:19 +0000 (23:36 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@461 38d2e660-2303-0410-9eaa-f027e97ec537

drv/eeprom.c
drv/eeprom.h
drv/ser.c
drv/ser.h
drv/twi.c
gfx/charts.h
gfx/gfx.c
gfx/gfx.h
kern/proc_p.h
mware/heap.h

index 6a136e75d4ff0f208ba8f947dc724f3768ac1bc4..8280ef2c75d558ee6ebf5bdf864d0f821d1474be 100755 (executable)
@@ -16,6 +16,9 @@
 
 /*#*
  *#* $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.
  *#*
@@ -35,7 +38,7 @@
 #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>
index 7b7c44e6044e47ad2dfea9e20142397a79cb0870..ec2f52861fb03957e5b1f9d745d08f0b886c9778 100755 (executable)
@@ -15,6 +15,9 @@
 
 /*#*
  *#* $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.
  *#*
@@ -41,7 +44,7 @@
 #define DRV_EEPROM_H
 
 #include <cfg/compiler.h>
-#include <cfg/config.h>
+#include <appconfig.h>
 
 /*!
  * \name Values for CONFIG_EEPROM_TYPE
index 5761d688105fca9c9e1c0b01f21cd90d486ea4a5..29719d4c824761f774fdd541f63eaeb7a9654258 100755 (executable)
--- a/drv/ser.c
+++ b/drv/ser.c
@@ -28,6 +28,9 @@
 
 /*#*
  *#* $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.
index 358e2386e51de640ff1a4dccceaacbf0e45b3253..fd640b0044390d46b034779b143448dad239a931 100755 (executable)
--- a/drv/ser.h
+++ b/drv/ser.h
@@ -14,6 +14,9 @@
 
 /*#*
  *#* $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.
  *#*
@@ -83,8 +86,8 @@
 
 #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. */
 /*\{*/
index 69f0d88d89bfb76e5f48d3bf299d91106a1ae6eb..76d4a82f463c28c305c23913d6e45ef9c6922ac4 100755 (executable)
--- a/drv/twi.c
+++ b/drv/twi.c
@@ -15,6 +15,9 @@
 
 /*#*
  *#* $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>
 
index af9ee6ddfdb0ec2b11b11b457c368bca97653664..a9ae3e2c7d3faadda1c4b2abca9f3369a1f7c9da 100755 (executable)
@@ -18,6 +18,9 @@
 
 /*#*
  *#* $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.
  *#*
@@ -44,7 +47,7 @@
 #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
index 82b69c34b85861c4fa5574ace5427bd98518496c..d634c5d67bdae46ad66b45a2475e611c2a495e42 100755 (executable)
--- a/gfx/gfx.c
+++ b/gfx/gfx.c
@@ -16,6 +16,9 @@
 
 /*#*
  *#* $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.
  *#*
@@ -32,8 +35,8 @@
  *#* 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() */
index af8f6a9aa6b92edd69bea66f9844726378f2eb7b..0c5f2d67e42700b35c415ca202f602c9b10183f3 100755 (executable)
--- a/gfx/gfx.h
+++ b/gfx/gfx.h
@@ -14,6 +14,9 @@
 
 /*#*
  *#* $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.
  *#*
@@ -36,7 +39,7 @@
 #ifndef GFX_GFX_H
 #define GFX_GFX_H
 
-#include <cfg/config.h>
+#include <appconfig.h>
 #include <cfg/compiler.h>
 #include <cfg/cpu.h>
 
index 283be2ec01624317964990e2b7bc44edbd286e9b..7ac481760e123f3c96208581bb8070ebcbda5b44 100755 (executable)
@@ -15,6 +15,9 @@
 
 /*#*
  *#* $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.
  *#*
@@ -76,9 +79,9 @@
 
 #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
 {
index 07ca8087b3102c8140b3f7251736a2053c8617ca..bbae968bbceb92731e7066f330cc7fdbb53dcd74 100755 (executable)
@@ -20,6 +20,9 @@
 
 /*#*
  *#* $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.
  *#*
@@ -47,7 +50,7 @@
 #define MWARE_HEAP_H
 
 #include <cfg/compiler.h>
-#include <cfg/config.h>
+#include <appconfig.h>
 
 struct _MemChunk;