|
|
|
@57
|
[57]
|
13 months |
follower |
DOS to Unix line-encoding conversion.
|
|
|
|
@56
|
[56]
|
13 months |
follower |
Move comment on changing the interface mode to the new README and remove …
|
|
|
|
@54
|
[54]
|
13 months |
follower |
Remove instructions referring to using Makefile.
|
|
|
|
@53
|
[53]
|
13 months |
follower |
It turns out Arduino compiles the files quite happily without the Makefile …
|
|
|
|
@51
|
[51]
|
13 months |
follower |
Remove unused file.
|
|
|
|
@50
|
[50]
|
13 months |
follower |
Make functions visible to C++ code in Arduino.
|
|
|
|
@49
|
[49]
|
13 months |
follower |
DOS to Unix line-encoding conversion.
|
|
|
|
@48
|
[48]
|
13 months |
follower |
DOS to Unix line-encoding conversion.
|
|
|
|
@47
|
[47]
|
13 months |
follower |
Conditional exclusion of boolean type Arduino chokes on.
|
|
|
|
@46
|
[46]
|
13 months |
follower |
Add header file to enable inclusion in Arduino sketch.
|
|
|
|
@45
|
[45]
|
13 months |
follower |
Whoops, inclusion of delay.h should be dependent on PPPoE use.
|
|
|
|
@44
|
[44]
|
13 months |
follower |
The delay functions are only used for PPPoE so we're ditching the files.
|
|
|
|
@43
|
[43]
|
13 months |
follower |
For Arduino we don't want to re-configure the SPI each time as we assume …
|
|
|
|
@42
|
[42]
|
13 months |
follower |
Let's try doing this chip select pin stuff a different way.
|
|
|
|
@41
|
[41]
|
13 months |
follower |
Let's leave the original pin manipulation code untouched.
|
|
|
|
@40
|
[40]
|
13 months |
follower |
Specify the 'chip/slave select' pin as a named define. (Not yet used.)
|
|
|
|
@39
|
[39]
|
13 months |
follower |
Configure to use SPI to communicate.
|
|
|
|
@38
|
[38]
|
13 months |
follower |
Remove all references to mcu.o, serial.o, dns.o as we do not need them for …
|
|
|
|
@37
|
[37]
|
13 months |
follower |
Fix directory reference.
|
|
|
|
@36
|
[36]
|
13 months |
follower |
Remove all references to main.o as we do not require it in the library.
|
|
|
|
@35
|
[35]
|
13 months |
follower |
*Really* don't include any of the interrupt features for the Arduino. …
|
|
|
|
@34
|
[34]
|
13 months |
follower |
DOS to Unix line-encoding conversion.
|
|
|
|
@33
|
[33]
|
13 months |
follower |
Don't include debug, interrupt or PPPoE code for Arduino. (Interrupt code …
|
|
|
|
@32
|
[32]
|
13 months |
follower |
Create a define ARDUINO so we can manage current Arduino-only driver …
|
|
|
|
@31
|
[31]
|
13 months |
follower |
DOS to Unix line-encoding conversion.
|
|
|
|
@30
|
[30]
|
13 months |
follower |
Minor comment formatting and typo fix.
|
|
|
|
@29
|
[29]
|
13 months |
follower |
Fix directory reference.
|
|
|
|
@28
|
[28]
|
13 months |
follower |
The 'dwarf-2' debug format is not supported by the Atmega168 and we want …
|
|
|
|
@27
|
[27]
|
13 months |
follower |
Remove now unneeded include directories.
|
|
|
|
@26
|
[26]
|
13 months |
follower |
Fix Windows-specific compiler executable name.
|
|
|
|
@25
|
[25]
|
13 months |
follower |
Change microcontroller to Atmega168 for Arduino.
|
|
|
|
@24
|
[24]
|
13 months |
follower |
Fix directory reference.
|
|
|
|
@23
|
[23]
|
13 months |
follower |
Remove unneeded MD5 module references (it's only needed by PPPoe).
|
|
|
|
@22
|
[22]
|
13 months |
follower |
DOS to Unix line-encoding conversion.
|
|
|
|
@21
|
[21]
|
13 months |
follower |
Remove extra tabs emacs complained about.
|
|
|
|
@20
|
[20]
|
13 months |
follower |
Remove some no longer relevant instructions. (Note also that we've moved …
|
|
|
|
@19
|
[19]
|
13 months |
follower |
Grab the actual files we need from the vendor driver source.
|
|
|
|
@16
|
[16]
|
13 months |
follower |
Create initial project directory structure layout.
|