Commit Graph

  • 0059c0212a Let's try doing this chip select pin stuff a different way. follower 2007-11-03 11:15:24 +0000
  • 8ada5a1aa6 Let's leave the original pin manipulation code untouched. follower 2007-11-03 11:10:28 +0000
  • 9be0816bfc Specify the 'chip/slave select' pin as a named define. (Not yet used.) follower 2007-11-03 10:17:40 +0000
  • 8d033609e7 Configure to use SPI to communicate. follower 2007-11-03 09:48:48 +0000
  • 35155a347f Remove all references to mcu.o, serial.o, dns.o as we do not need them for the driver. Remove all references to sockutil.o and util.o as we are not using them at present. Note: It might be worth re-introducing some of the sockutil functions at a later date. follower 2007-11-02 11:57:02 +0000
  • f631dffd5e Fix directory reference. follower 2007-11-02 11:45:15 +0000
  • 24a12ce158 Remove all references to main.o as we do not require it in the library. follower 2007-11-02 11:44:39 +0000
  • badeebd072 *Really* don't include any of the interrupt features for the Arduino. (Note: AFAIK INT4 is not a valid interrupt for the Atmega168 so would have to be changed if interrupts are re-introduced.) follower 2007-11-02 11:42:52 +0000
  • f77a2ef44b DOS to Unix line-encoding conversion. follower 2007-11-02 11:39:27 +0000
  • aa056f1139 Don't include debug, interrupt or PPPoE code for Arduino. (Interrupt code might make a return if it is needed and works with SPI.) follower 2007-11-02 11:37:56 +0000
  • 6268437cf2 Create a define __ARDUINO__ so we can manage current Arduino-only driver modifications. (Assuming we may want to change these at a later date and it's better to preserve the existing code.) follower 2007-11-02 11:31:14 +0000
  • 26ad716ba2 DOS to Unix line-encoding conversion. follower 2007-11-02 11:24:31 +0000
  • 0faffb5c15 Minor comment formatting and typo fix. follower 2007-11-02 11:23:47 +0000
  • 07cf6b49fc Fix directory reference. follower 2007-11-02 11:13:02 +0000
  • caa6f67a9f The 'dwarf-2' debug format is not supported by the Atmega168 and we want minimum object size so we do not want to geneate debug information. follower 2007-11-02 11:11:41 +0000
  • 854b2c9078 Remove now unneeded include directories. follower 2007-11-02 11:07:21 +0000
  • bdfa1289f8 Fix Windows-specific compiler executable name. follower 2007-11-02 11:05:42 +0000
  • ed258e7fa6 Change microcontroller to Atmega168 for Arduino. follower 2007-11-02 11:03:40 +0000
  • f536f16a95 Fix directory reference. follower 2007-11-02 11:02:08 +0000
  • 5ed338f199 Remove unneeded MD5 module references (it's only needed by PPPoe). follower 2007-11-02 10:54:59 +0000
  • ec11138f57 DOS to Unix line-encoding conversion. follower 2007-11-02 10:48:30 +0000
  • 76493565b3 Remove extra tabs emacs complained about. follower 2007-11-02 10:42:00 +0000
  • 82203fcb5d Remove some no longer relevant instructions. (Note also that we've moved all the source files into the one directory--for the moment I've decided this is easier.) follower 2007-11-02 10:35:51 +0000
  • 08b998a1cf Grab the actual files we need from the vendor driver source. follower 2007-11-02 03:22:37 +0000
  • 2937810d7c Initial import of code from vendor driver. (License unclear.) follower 2007-11-02 03:01:08 +0000
  • 104d8333ee File explaining origin of vendor driver source files. (Yet to be added.) follower 2007-11-02 02:54:18 +0000
  • 6687bea7dc Create initial project directory structure layout. follower 2007-11-01 12:29:13 +0000
  • 651758eb9b Create WIZ810MJ for Arduino project. follower 2007-11-01 12:27:40 +0000
  • 0bbd7d0bfc Add branch for follower's development work. follower 2007-11-01 12:26:38 +0000
  • c3cb7f1f2a Add branches directory structure to test write access. follower 2007-11-01 12:21:41 +0000
  • 9f68d8eeac DS1624: ADDED - Support for read/write to the EEPROM ADDED - DS1624_USE_EEPROM Define in the config to enable eeprom functions MODIF - Moved the start/stop conversion routine to the start/stopConversion() functions mlalondesvn 2007-10-19 08:35:46 +0000
  • ead75702d2 DS1337: MODIF - Better documentation of alarm matching mode definitions. mlalondesvn 2007-10-18 17:35:15 +0000
  • 03e33bf059 DS1337: MODIF - Interrupt flags are now set low only after the callback execution has completed mlalondesvn 2007-10-18 05:32:17 +0000
  • 6f7bf7408b DS1337: FIXED - All callback functions now work properly FIXED - Oscillator startup so that it resets the status register FIXED - All alarm mode bitmasks MODIF - clockStart() from macro to function MODIF - clockSave() to reset the clock so that the status flags are reset twiLCD: MODIF - setClrscreenCallback() renamed clrsSetCallback() mlalondesvn 2007-10-18 04:24:59 +0000
  • aef86bead9 SPrint: MOVED - StaticPrint/ to SPrint/ mlalondesvn 2007-10-18 01:40:23 +0000
  • 1d1f320cd8 General: MODIF - Moved all of the configurations out of the libraries and into the configs mlalondesvn 2007-10-18 01:30:26 +0000
  • 835bc100b5 DS1803: MODIF - Address definition to easily allow choosing the 3 address bit MODIF - DPOT_* definitions to DS1803_* twiLCD: MODIF - Address definition to easily allow choosing the 3 address bit mlalondesvn 2007-10-18 01:02:04 +0000
  • d6932f2222 twiLCD: ADDED - README file with the PCF8574 pinout for use with the 4Bit LCD mlalondesvn 2007-10-18 00:46:09 +0000
  • 90561a5342 README: MDOIF - Added library descriptions mlalondesvn 2007-10-18 00:35:42 +0000
  • e49320ca37 ds1337: ADDED - clockChecks() which performs various tests (alarm, osc flag) for callback functions ADDED - Alarm call back functions: alarmChecks alarmUnsetCallback alarmSetCallback ADDED - Alarm interrupt handling functions: alarmDisableInterrupts alarmSetInterrupt ADDED - Square Wave Ouput handling functions: sqwEnable sqwSetRate sqwDisable ADDED - Osc. Check handling and callback functions: clockIntegrityCallback ADDED - New config defines: DS1337_USE_ALARM_INTERRUPTS DS1337_USE_ALARMS_CALLBACK DS1337_USE_OSC_INTEGRITY DS1337_USE_SQW_OUTPUT REMOV - alarmCheck(bool) functions, to check both at the same time use the callbacks MODIF - crystal startup delay moved inside the macro MODIF - checkClock renamed to clockCheck and made private! twiLCD: FIXED - callback function now re-enabled use setClrscreenCallback() to set the callback func. global: MODIF - Now including wiring_private.h for all files mlalondesvn 2007-10-18 00:18:17 +0000
  • 39fb915f5d ADDED - Readme and license files mlalondesvn 2007-10-17 19:36:34 +0000
  • 20f384ee55 Initial import of the Cool Arduino Libraries Repository mlalondesvn 2007-10-17 19:19:13 +0000