emailler/inc
Oliver Schmidt 8279ef4d63 Introduced IP65 "combo" libraries.
Up to now every IP65 library contained exactly one Ethernet driver. In scenarios without strict memory limitations I might however be benefitial to have an IP65 library containing all Ethernet drivers available for a given target.

The Ethernet hardware detection that was already present before is used in this scenario to try to initialize one Ethernet driver after the other until one succeeds. If all drivers fail to initialize the user gets informed as usual.

The WIZ811MJ driver was primarily introduced for orthogonality reasons. There are however at least two W5100-based prototypes for the C64 so it makes at least some sense. The name was chosen as sort of placeholder for "something containing a W5100 chip".
2015-07-08 10:13:08 +02:00
..
common.i General source code cleanup. 2013-12-27 14:57:56 +01:00
commonprint.i Added some linefeeds to clean up console output. 2015-04-13 22:38:55 +02:00
kipper_constants.i General source code cleanup. 2013-12-27 14:57:56 +01:00
net.i Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00
printf.i General source code cleanup. 2013-12-27 14:57:56 +01:00
version.i General source code cleanup. 2013-12-27 14:57:56 +01:00