osd-contiki/examples/telnet-server
Oliver Schmidt b287351d99 Activated CBM PFS for the C64 Telnet server.
Now that the CBM PFS supports file removal (and a file seek stub) it is possible to have the Telnet server leverage the IDE64 support of the CBM PFS.

Note: Using the CBM PFS for the Telnet server does _not_ reduce the code size since the POSIX I/O functions are additionally still linked in because the POSIX directory functions internally use the POSIX I/O functions. And that's the very reason why the CBM PFS is _not_ activated for the C128 Telnet server: The CBM PFS for the C128 doesn't bring IDE64 support but is supposed to be used to reduce code size - but this isn't possible for the Telnet server.
2016-03-28 19:43:51 +02:00
..
Makefile Cleanup of the Contiki network layer configuration. Now using CONTIKI_WITH_IPV6, CONTIKI_WITH_IPV4, and CONTIKI_WITH_RIME in makefiles, and UIP_CONF_IPV6, UIP_CONF_IPV4, UIP_CONF_RIME in c code. Now only the stacks that are used are compiled (via makefile MODULES). Make IPv6 the default network stack. 2014-12-01 20:13:09 +01:00
Makefile.apple2enh.defines Made 80 column display a cc65 application attribute. 2015-10-30 12:42:58 +01:00
Makefile.atarixl.defines Reconfigured Telnet server. 2015-06-21 21:07:41 +02:00
Makefile.c64.defines Activated CBM PFS for the C64 Telnet server. 2016-03-28 19:43:51 +02:00
Makefile.c128.defines Made 80 column display a cc65 application attribute. 2015-10-30 12:42:58 +01:00
Makefile.target Now that we started adding files to the CVS which are normally generated with a 'save...' make goal we can remove the DEFAULT_TARGET mechanism altogether and just add Makefile.target files. 2008-05-26 10:09:12 +00:00
telnet-server.c Reconfigured Telnet server. 2015-06-21 21:07:41 +02:00