emailler/apps
Oliver Schmidt e83fe9a9fe Added support using the W5100 with a single socket.
The W5100 has the undocumented feature to wrap around the Address Register on an Auto-Increment at the end of physical address space to its beginning.

However, the only way to make use of that feature is to have only a single socket that uses all of the W5100 physical address space. But having only a single socket by defining SINGLE_SOCKET comes with downsides too:

One mustn't call into IP65 network functions anymore after w5100_config(). Additionally the program doesn't support 'W5100 Shared Access' anymore (https://github.com/a2retrosystems/uthernet2/wiki/W5100-Shared-Access).
2020-05-06 22:37:45 +02:00
..
atrtelnet.cfg Add custom font for the Atari version, fix Atari keyboard input handling. 2017-09-01 22:36:35 +02:00
date65.c Always return a consistent value. 2020-04-15 21:54:44 +02:00
hfs65.c Always return a consistent value. 2020-04-15 21:54:44 +02:00
ifttt.c Improved URL selector handling. 2018-11-13 13:19:47 +01:00
ifttt.h Added Tweet65. 2018-11-01 14:21:20 +01:00
linenoise.c Include Apple II specific header only for Apple II. 2018-10-30 20:00:17 +01:00
linenoise.h Added (Apple II specific) wget65 program. 2018-08-01 19:39:06 +02:00
Makefile Factored out W5100 HTTP client handling. 2020-04-20 20:40:28 +02:00
telnet65.s Bump user visible versions. 2019-05-10 17:47:06 +02:00
tweet65.c Always return a consistent value. 2020-04-15 21:54:44 +02:00
w5100_http.c Factored out W5100 HTTP client handling. 2020-04-20 20:40:28 +02:00
w5100_http.h Factored out W5100 HTTP client handling. 2020-04-20 20:40:28 +02:00
w5100.c Added support using the W5100 with a single socket. 2020-05-06 22:37:45 +02:00
w5100.h Removed Ethernet driver I/O base. 2019-05-02 14:44:24 +02:00
wget65.c Factored out W5100 HTTP client handling. 2020-04-20 20:40:28 +02:00