This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

CYGPKG_DEVS_FLASH_SPI_M25PXX -> hardware


This patch makes CYGPKG_DEVS_FLASH_SPI_M25PXX a hardware package (and
fixes in a typographical error elsewhere in ecos.db). Checked-in.

John Dallaway
Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/ChangeLog,v
retrieving revision 1.207
diff -u -5 -r1.207 ChangeLog
--- ChangeLog	6 Feb 2009 15:39:28 -0000	1.207
+++ ChangeLog	12 Feb 2009 22:12:55 -0000
@@ -1,5 +1,9 @@
+2009-02-12  John Dallaway  <john@dallaway.org.uk>
+
+	* ecos.db: Make CYGPKG_DEVS_FLASH_SPI_M25PXX a hardware package.
+
 2009-02-06  John Dallaway  <john@dallaway.org.uk>
 
 	* ecos.db: Eliminate superfluous target aliases which duplicate target
 	name.
 
Index: ecos.db
===================================================================
RCS file: /cvs/ecos/ecos/packages/ecos.db,v
retrieving revision 1.192
diff -u -5 -r1.192 ecos.db
--- ecos.db	6 Feb 2009 15:39:28 -0000	1.192
+++ ecos.db	12 Feb 2009 22:13:04 -0000
@@ -258,10 +258,11 @@
 
 package CYGPKG_DEVS_FLASH_SPI_M25PXX {
         alias           { "M25Pxx SPI Flash" flash_spi_m25pxx }
         directory       devs/flash/spi/m25pxx
         script          flash_m25pxx.cdl
+        hardware
         description "
         Support for M25Pxx SPI flash devices."
 }
 
 package CYGPKG_DEVS_FLASH_ARM_PID {
@@ -2419,11 +2420,11 @@
             This packages provides an ADC driver for the on-chip
             ADC provided by the LPC24xx processor family."
 }
 
 package CYGPKG_IO_ADC {
-	alias 		{ "Genric ADC support" adc io_adc }
+	alias 		{ "Generic ADC support" adc io_adc }
 	directory	io/adc
 	script		io_adc.cdl
         description "
            This package contains drivers for basic I/O services on
            adc devices."

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]