Revision: 1617
Author: [email protected]
Date: Fri Jan 22 22:16:15 2010
Log: moved 23k256 "const byte SRAM_23K256_ALWAYS_SET_SPI_MODE = TRUE" to sample files for user modification
http://code.google.com/p/jallib/source/detail?r=1617

Modified:
 /trunk/CHANGELOG
 /trunk/include/external/storage/ram/23k256/sram_23k256.jal
 /trunk/sample/16f877_23k256.jal
 /trunk/sample/18f452_23k256.jal

=======================================
--- /trunk/CHANGELOG    Mon Jan 11 12:00:32 2010
+++ /trunk/CHANGELOG    Fri Jan 22 22:16:15 2010
@@ -9,7 +9,7 @@
  -

 externals:
- -
+ - 23k256 moved "const byte SRAM_23K256_ALWAYS_SET_SPI_MODE = TRUE" from lib to sample files

 peripherals:
  -
=======================================
--- /trunk/include/external/storage/ram/23k256/sram_23k256.jal Thu Dec 3 22:06:07 2009 +++ /trunk/include/external/storage/ram/23k256/sram_23k256.jal Fri Jan 22 22:16:15 2010
@@ -44,7 +44,6 @@
 -- Set mode before each read/write. Must be TRUE if more then one device is
 -- on bus using different spi modes.
 --
-const byte SRAM_23K256_ALWAYS_SET_SPI_MODE = TRUE

 -- constants for use with init procedure input data
 -- modes in witch to read and write data
=======================================
--- /trunk/sample/16f877_23k256.jal     Thu Dec  3 22:06:07 2009
+++ /trunk/sample/16f877_23k256.jal     Fri Jan 22 22:16:15 2010
@@ -62,6 +62,7 @@
------------------------------------------------------------------------------

 -- initalize 23k256 in byte mode
+const byte SRAM_23K256_ALWAYS_SET_SPI_MODE = TRUE
 include sram_23k256 -- setup Microchip 23k256 sram
sram_23k256_init(SRAM_23K256_SEQUENTIAL_MODE, SRAM_23K256_HOLD_DISABLE) -- init 23k256 in sequential mode

=======================================
--- /trunk/sample/18f452_23k256.jal     Sun Nov  1 00:09:06 2009
+++ /trunk/sample/18f452_23k256.jal     Fri Jan 22 22:16:15 2010
@@ -62,6 +62,7 @@
------------------------------------------------------------------------------

 -- initalize 23k256 in byte mode
+const byte SRAM_23K256_ALWAYS_SET_SPI_MODE = TRUE
 include sram_23k256 -- setup Microchip 23k256 sram
sram_23k256_init(SRAM_23K256_SEQUENTIAL_MODE, SRAM_23K256_HOLD_DISABLE) -- init 23k256 in sequential mode

--
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/jallib?hl=en.

Reply via email to