52 Commits (eccbe0ee957ff492552a46c6c03bc3a876023140)
 

Author SHA1 Message Date
follower eccbe0ee95 Add basic license and readme files.
17 years ago
follower 680c63d572 Remove unused file.
17 years ago
follower 47a0ac06f0 Make functions visible to C++ code in Arduino.
17 years ago
follower f6b6554d57 DOS to Unix line-encoding conversion.
17 years ago
follower aabe93b198 DOS to Unix line-encoding conversion.
17 years ago
follower 059bdfd7f8 Conditional exclusion of boolean type Arduino chokes on.
17 years ago
follower e47f0a6bfb Add header file to enable inclusion in Arduino sketch.
17 years ago
follower 2857e8988d Whoops, inclusion of delay.h should be dependent on PPPoE use.
17 years ago
follower 2f963b350d The delay functions are only used for PPPoE so we're ditching the files.
17 years ago
follower 4ac7c1b66e For Arduino we don't want to re-configure the SPI each time as we assume it's configured elsewhere. We also only want to touch the chip select pin unlike the original driver code.
17 years ago
follower 0059c0212a Let's try doing this chip select pin stuff a different way.
17 years ago
follower 8ada5a1aa6 Let's leave the original pin manipulation code untouched.
17 years ago
follower 9be0816bfc Specify the 'chip/slave select' pin as a named define. (Not yet used.)
17 years ago
follower 8d033609e7 Configure to use SPI to communicate.
17 years ago
follower 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.
17 years ago
follower f631dffd5e Fix directory reference.
17 years ago
follower 24a12ce158 Remove all references to main.o as we do not require it in the library.
17 years ago
follower 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.)
17 years ago
follower f77a2ef44b DOS to Unix line-encoding conversion.
17 years ago
follower 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.)
17 years ago
follower 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.)
17 years ago
follower 26ad716ba2 DOS to Unix line-encoding conversion.
17 years ago
follower 0faffb5c15 Minor comment formatting and typo fix.
17 years ago
follower 07cf6b49fc Fix directory reference.
17 years ago
follower 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.
17 years ago
follower 854b2c9078 Remove now unneeded include directories.
17 years ago
follower bdfa1289f8 Fix Windows-specific compiler executable name.
17 years ago
follower ed258e7fa6 Change microcontroller to Atmega168 for Arduino.
17 years ago
follower f536f16a95 Fix directory reference.
17 years ago
follower 5ed338f199 Remove unneeded MD5 module references (it's only needed by PPPoe).
17 years ago
follower ec11138f57 DOS to Unix line-encoding conversion.
17 years ago
follower 76493565b3 Remove extra tabs emacs complained about.
17 years ago
follower 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.)
17 years ago
follower 08b998a1cf Grab the actual files we need from the vendor driver source.
17 years ago
follower 2937810d7c Initial import of code from vendor driver. (License unclear.)
17 years ago
follower 104d8333ee File explaining origin of vendor driver source files. (Yet to be added.)
17 years ago
follower 6687bea7dc Create initial project directory structure layout.
17 years ago
follower 651758eb9b Create WIZ810MJ for Arduino project.
17 years ago
follower 0bbd7d0bfc Add branch for follower's development work.
17 years ago
follower c3cb7f1f2a Add branches directory structure to test write access.
17 years ago
mlalondesvn 9f68d8eeac DS1624:
17 years ago
mlalondesvn ead75702d2 DS1337:
17 years ago
mlalondesvn 03e33bf059 DS1337:
17 years ago
mlalondesvn 6f7bf7408b DS1337:
17 years ago
mlalondesvn aef86bead9 SPrint:
17 years ago
mlalondesvn 1d1f320cd8 General:
17 years ago
mlalondesvn 835bc100b5 DS1803:
17 years ago
mlalondesvn d6932f2222 twiLCD:
17 years ago
mlalondesvn 90561a5342 README:
17 years ago
mlalondesvn e49320ca37 ds1337:
17 years ago