root/branches/follower/wiz810mj


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 01/29/08 06:43:33 @135 [135] follower Enable sketches to be uploaded without the Arduino being power-cycled--by …
(edit) 01/29/08 02:12:32 @134 [134] follower Argh. That last commit was unintentional--what a mess... :-/ Okay, well, …
(edit) 01/29/08 02:07:50 @133 [133] follower Change PIN_RESET to match pin on Netduino sheild prototype. NOTE: This is …
(edit) 01/21/08 01:44:00 @132 [132] follower Quick commit of code to program sketch onto another ATMega chip.
(edit) 01/09/08 07:37:51 @131 [131] follower Bah, that previous commit was the *current* uncommited code, which I …
(edit) 01/09/08 07:26:30 @130 [130] follower Fix the file name.
(edit) 01/09/08 07:25:41 @129 [129] follower Copy current (old) version of demo to serve as base for serial/net proxy …
(edit) 12/22/07 07:57:17 @128 [128] follower Switch our test code back to the non-class style for temporary development …
(edit) 12/22/07 07:53:40 @127 [127] follower Now do the annoying rename…
(edit) 12/22/07 07:51:40 @126 [126] follower Copy current echo server demo to serve as base for client demo.
(edit) 12/19/07 06:20:46 @125 [125] follower Exclude currently unused code so we get a more accurate idea of demo code …
(edit) 12/19/07 06:16:50 @124 [124] follower Change demo to enable *four* simultaneous echo server connections at …
(edit) 12/19/07 05:28:45 @123 [123] follower Update head comments and revision information.
(edit) 12/19/07 05:24:25 @122 [122] follower Use new 'EchoServer' classes for demo instead of old non-class demo. Run …
(edit) 12/19/07 05:16:40 @121 [121] follower Add guts of 'EchoServer' state machine. (Currently unused.)
(edit) 12/19/07 05:11:18 @120 [120] follower Add defines for echo server state machine states. Add place to store …
(edit) 12/19/07 04:51:41 @119 [119] follower Add rough hacky method to allow multiple sockets to be created. This needs …
(edit) 12/19/07 04:39:11 @118 [118] follower Add comment about the need to investigate if we need to use 'disconnect' …
(edit) 12/19/07 04:37:16 @117 [117] follower Remove redundant 'NetworkConnection?::' namespace reference.
(edit) 12/13/07 06:23:05 @116 [116] follower Add initial skeleton for EchoServer? class. (Not yet used.)
(edit) 12/11/07 05:10:43 @115 [115] follower Add single byte 'print' function to send data. The name is to match the …
(edit) 12/11/07 04:18:09 @114 [114] follower Add 'available()' method to connection to match 'Serial.available()'. …
(edit) 12/11/07 03:55:47 @113 [113] follower Change 'read' declaration to return an int to match the 'Serial.read' …
(edit) 12/11/07 03:54:14 @112 [112] follower Correct comment about 'read' blocking for data--it seems that 'recv' …
(edit) 12/11/07 03:33:02 @111 [111] follower Close connection when demo is finished.
(edit) 12/11/07 03:28:39 @110 [110] follower If the connection 'listen' method fails we bail into an infinite loop. …
(edit) 12/11/07 03:14:44 @109 [109] follower Change connection listen method to return a boolean indicating whether the …
(edit) 12/11/07 03:08:57 @108 [108] follower Add a comment about default socket possibility.
(edit) 12/11/07 03:07:38 @107 [107] follower Add connection byte read method--not yet used.
(edit) 12/11/07 03:02:48 @106 [106] follower Store maximum number of sockets available to us. Note: We don't use this …
(edit) 12/11/07 02:47:04 @105 [105] follower A quick fix to enable things to work again. The bug occurred because the …
(edit) 12/11/07 02:41:31 @104 [104] follower Add method to close socket. NOTE: This change BREAKS THINGS and the demo …
(edit) 12/10/07 05:29:28 @103 [103] follower Change 'listen' methods to take a 'uint16_t'. Temporarily include a test …
(edit) 12/10/07 04:31:19 @102 [102] follower Add 'isConnected' method to 'NetworkConnection' in prepartion for use.
(edit) 12/10/07 04:19:27 @101 [101] follower Add initial skeleton of the plain socket wrapping 'NetworkConnection' …
(edit) 12/10/07 03:43:48 @100 [100] follower Move and reword configuration debug messages.
(edit) 12/10/07 03:40:37 @99 [99] follower Remove test code. TODO: Add check/diagnostic ability to determine if the …
(edit) 12/08/07 07:06:40 @98 [98] follower Move default configuration into NetworkInterface? constructor. Change …
(edit) 12/08/07 06:01:59 @97 [97] follower (*Much* later...) Include skeleton of 'NetworkInterface' class and enable …
(edit) 12/08/07 03:29:02 @96 [96] follower Remove old configuration data.
(edit) 12/08/07 03:26:37 @95 [95] follower Convert MAC address configuration to class method.
(edit) 12/08/07 03:21:06 @94 [94] follower Add six-byte buffer packing method to allow for MAC address configuration.
(edit) 12/08/07 03:13:15 @93 [93] follower Fix variable name in 'setIp' declaration. Add and convert to methods for …
(edit) 12/08/07 02:59:40 @92 [92] follower Move scratch buffer manipulation into helper method. Convert IP address …
(edit) 12/08/07 02:50:48 @91 [91] follower Begin moving network configuration into Wiz class and convert IP address …
(edit) 12/08/07 01:15:56 @90 [90] follower Move network module initialisation into class.
(edit) 12/08/07 01:01:35 @89 [89] follower Add skeleton of Wiz810MJ class.
(edit) 12/08/07 00:32:22 @88 [88] follower Change SPI configuration to use an object so we can match the …
(edit) 12/08/07 00:24:54 @87 [87] follower Move SPI configuration function into a static class method of the SPI …
(edit) 12/08/07 00:11:48 @86 [86] follower Add skeleton of SPI class.
(edit) 12/07/07 20:17:33 @85 [85] follower Fix the filename.
(edit) 12/07/07 20:17:14 @84 [84] follower Now that we've slightly tidied up WizDemo3 we'll leave it in peace.
(edit) 12/07/07 19:33:47 @83 [83] follower Simplify state machine defs and remove unneeded ones.
(edit) 12/07/07 19:29:47 @82 [82] follower Remove now unused 'sendPrompt' routine.
(edit) 12/07/07 19:27:20 @81 [81] follower Add some comments to 'readMatch'.
(edit) 12/07/07 19:13:10 @80 [80] follower Use new 'readMatch' routine to match start of the request to simplify …
(edit) 12/07/07 19:05:21 @79 [79] follower Add routine to read and match bytes received. (Essentially strcmp …
(edit) 12/07/07 18:57:09 @78 [78] follower Tidy up code by removing now unused rx buffer and other dead …
(edit) 12/07/07 18:53:04 @77 [77] follower Move the byte receiving into a convenience function and stop using the rx …
(edit) 12/07/07 05:29:50 @76 [76] follower Of course, it might be nice if we change the filename to be consistent …
(edit) 12/07/07 05:27:16 @75 [75] follower Start working on a new 'tidier' version of the webserver demo but keep the …
(edit) 12/07/07 05:03:16 @74 [74] follower Fix for Safari not displaying the response correctly--the issue was it …
(edit) 12/07/07 04:58:24 @73 [73] follower Apply xSmurf's fix for the order of socket close/disconnect. With this fix …
(edit) 12/07/07 04:40:54 @72 [72] follower Now we've copied xSmurf's PROGMEM and other changes to his branch we'll …
(edit) 11/08/07 20:42:54 @69 [69] mlalondesvn MODIF - Moved debug output to progmem functions …
(edit) 11/06/07 06:08:06 @68 [68] follower Add initial 'web server' flashing LED URL pattern demo.
(edit) 11/05/07 03:54:25 @67 [67] follower Clarify the install instructions a little as to which files go where.
(edit) 11/05/07 03:47:32 @66 [66] follower Add comments to initialisation code. Remove debug prints. Remove some …
(edit) 11/05/07 03:35:56 @65 [65] follower Move module and driver initialisation code into separate function.
(edit) 11/05/07 03:32:57 @64 [64] follower Fiddle some comment formatting.
(edit) 11/05/07 03:30:40 @63 [63] follower Pull SPI configuration into separate function.
(edit) 11/05/07 03:27:01 @62 [62] follower Remove defines used by pre-driver-port SPI code.
(edit) 11/05/07 03:24:50 @61 [61] follower Remove some unnecessary debug code.
(edit) 11/05/07 03:18:19 @60 [60] follower Remove comments associated with removed pre-driver-port code.
(edit) 11/05/07 03:16:40 @59 [59] follower Remove initial pre-driver-port code that configured the module via SPI …
(edit) 11/05/07 03:12:24 @58 [58] follower Add initial very-rough demo of 'echo' server.
(edit) 11/05/07 02:01:02 @57 [57] follower DOS to Unix line-encoding conversion.
(edit) 11/05/07 01:59:21 @56 [56] follower Move comment on changing the interface mode to the new README and remove …
(edit) 11/05/07 01:55:10 @55 [55] follower Add instructions for building/installation.
(edit) 11/05/07 01:47:38 @54 [54] follower Remove instructions referring to using Makefile.
(edit) 11/05/07 01:46:31 @53 [53] follower It turns out Arduino compiles the files quite happily without the Makefile …
(edit) 11/04/07 20:50:05 @52 [52] follower Add basic license and readme files.
(edit) 11/04/07 20:49:17 @51 [51] follower Remove unused file.
(edit) 11/04/07 20:46:00 @50 [50] follower Make functions visible to C++ code in Arduino.
(edit) 11/04/07 20:33:35 @49 [49] follower DOS to Unix line-encoding conversion.
(edit) 11/04/07 20:31:37 @48 [48] follower DOS to Unix line-encoding conversion.
(edit) 11/04/07 20:28:40 @47 [47] follower Conditional exclusion of boolean type Arduino chokes on.
(edit) 11/04/07 20:24:37 @46 [46] follower Add header file to enable inclusion in Arduino sketch.
(edit) 11/03/07 05:58:41 @45 [45] follower Whoops, inclusion of delay.h should be dependent on PPPoE use.
(edit) 11/03/07 05:20:11 @44 [44] follower The delay functions are only used for PPPoE so we're ditching the files.
(edit) 11/03/07 04:52:37 @43 [43] follower For Arduino we don't want to re-configure the SPI each time as we assume …
(edit) 11/03/07 04:15:24 @42 [42] follower Let's try doing this chip select pin stuff a different way.
(edit) 11/03/07 04:10:28 @41 [41] follower Let's leave the original pin manipulation code untouched.
(edit) 11/03/07 03:17:40 @40 [40] follower Specify the 'chip/slave select' pin as a named define. (Not yet used.)
(edit) 11/03/07 02:48:48 @39 [39] follower Configure to use SPI to communicate.
(edit) 11/02/07 04:57:02 @38 [38] follower Remove all references to mcu.o, serial.o, dns.o as we do not need them for …
(edit) 11/02/07 04:45:15 @37 [37] follower Fix directory reference.
(edit) 11/02/07 04:44:39 @36 [36] follower Remove all references to main.o as we do not require it in the library.
(edit) 11/02/07 04:42:52 @35 [35] follower *Really* don't include any of the interrupt features for the Arduino. …
(edit) 11/02/07 04:39:27 @34 [34] follower DOS to Unix line-encoding conversion.