emailler/drivers
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
..
a2charconv.s General source code cleanup. 2013-12-27 14:57:56 +01:00
a2filteredinput.s Reduced size of typical binary. 2015-02-16 22:29:22 +01:00
a2input.s Reduced size of typical binary. 2015-02-16 22:29:22 +01:00
a2kernal.s General source code cleanup. 2013-12-27 14:57:56 +01:00
a2print.s Added LC2UC conversion for the Apple ][ and replaced column-setting-hack with printing a carriage return. 2015-02-16 17:50:26 +01:00
a2timer.s Added A2 'timer_seconds' dummy. 2014-04-13 18:47:13 +02:00
c64filteredinput.s Reduced size of typical binary. 2015-02-16 22:29:22 +01:00
c64input.s Reduced size of typical binary. 2015-02-16 22:29:22 +01:00
c64kernal.s General source code cleanup. 2013-12-27 14:57:56 +01:00
c64print.s General source code cleanup. 2013-12-27 14:57:56 +01:00
c64timer.s General source code cleanup. 2013-12-27 14:57:56 +01:00
cbmcharconv.s Improved file name consistency. 2014-04-28 18:50:02 +02:00
cs8900a.s 1. Replaced IP65 Ethernet drivers with Contiki drivers. 2014-06-13 00:00:53 +02:00
cs8900adriver.s Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00
eth64.s Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00
ethernet.s Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00
ethernetcombo.s Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00
lan91c96.s Remove received packet(s) to allow to send one. 2015-04-13 21:09:15 +02:00
lan91c96driver.s Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00
lancegs.s Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00
Makefile Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00
rr-net.s Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00
uthernet.s Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00
uthernet2.s Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00
vic20-rr-net.s Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00
vic20filteredinput.s Reduced size of typical binary. 2015-02-16 22:29:22 +01:00
vic20input.s Reduced size of typical binary. 2015-02-16 22:29:22 +01:00
vic20kernal.s Allow all test programs to run on the VIC20: 2013-12-29 23:39:35 +01:00
vic20print.s General source code cleanup. 2013-12-27 14:57:56 +01:00
vic20timer.s General source code cleanup. 2013-12-27 14:57:56 +01:00
w5100.s 1. Replaced IP65 Ethernet drivers with Contiki drivers. 2014-06-13 00:00:53 +02:00
w5100driver.s Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00
wiz811mj.s Introduced IP65 "combo" libraries. 2015-07-08 10:13:08 +02:00