osd-contiki/tools
Oliver Schmidt 91beb8670f Added SLIP support to retro platforms.
The cc65 tool chain comes with V.24 drivers so it seems reasonable to use the existing Contiki SLIP driver to implement network access via SLIP as alternative to Ethernet.

Some notes:
- The Ethernet configuration was simplified in order to allow share it with SLIP.
- The Contiki SLIP driver presumes an interrupt driven serial receiver to write into the SLIP buffer. However the cc65 V.24 drivers aren't up to that. Therefore the main loops were extended to pull received data from the V.24 buffers and push it into the SLIP buffer.
- As far as I understand the serial sender is supposed to block until the data is sent. Therefore a loop calls the non-blocking V.24 driver until the data is sent.

On all platforms there's only one V.24 driver available. Therefore V.24 drivers are always loaded statically.

On the Apple][ the mouse driver is now loaded statically - independently from SLIP vs. Ethernet. After all there's only one mouse driver available. However there's a major benefit with SLIP: Here all drivers are loaded statically. Therefore the dynamic module loader isn't necessary at all. And without the loader the heap manager isn't necessary at all. This allows for a reduction in code size roughly compensating for the size of the SLIP buffer.
2017-02-15 23:43:28 +01:00
..
6502 Added SLIP support to retro platforms. 2017-02-15 23:43:28 +01:00
apple2enh Fixed ProDOS 800kB image. 2016-10-11 11:18:23 +02:00
atarixl Added platform 'Atari XL'. 2013-06-01 22:49:00 +02:00
blaster Added App/Tool/Example for usage of additional flash on econotag/mc1322x 2015-09-14 20:43:12 +02:00
c64 Replaced 10.1.1.1/8 with 192.168.0.0/24. 2013-02-16 23:04:55 +01:00
c128 Replaced 10.1.1.1/8 with 192.168.0.0/24. 2013-02-16 23:04:55 +01:00
cc2538-bsl@c6100a7794 Updated cc2538-bsl to version 2.1 (c6100a7) 2016-06-24 22:10:39 +02:00
code-style Fix a typo 2014-03-08 23:25:08 +00:00
coffee-manager Renamed Java packages to match our contiki-os.org domain. Note that this commit does not affect external dependencies 2013-11-20 16:43:27 +01:00
collect-view collect-view gui: Add support for OS X serialdump and motelist 2015-12-02 14:37:36 +11:00
cooja fixed so that Cooja can run in quick mode when having UI 2016-12-15 13:52:05 +01:00
csc Added the computation of average loss rate 2011-02-26 22:07:46 +01:00
cygwin Updated to a version compatible with latest serialdump-windows.exe 2011-09-19 17:42:30 +02:00
jn516x Added tools for NXP JN516x 2015-09-23 14:38:40 +02:00
mspsim@47ae45cb0f Updating mspsim submodule to latest 2015-09-30 21:47:14 +02:00
powertrace Avoid multiple inclusion 2010-10-24 21:12:52 +00:00
release-tools Adjusted tests to recent changes. 2015-10-31 12:36:37 +01:00
sensniff@0d57c1129b Add sensniff as a submodule 2016-12-04 18:43:17 +00:00
sky Removed artifacts of former uip_appdata handling. 2017-02-05 23:20:39 +01:00
stm32w Removed artifacts of former uip_appdata handling. 2017-02-05 23:20:39 +01:00
wpcapslip Removed CC_FASTCALL. 2015-11-01 18:10:17 +01:00
z80 A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
zolertia Orion: update motelist string 2017-01-12 11:23:20 +01:00
Makefile Moved generic baudrate defines and selection code to a new module tools/tools-utils.[ch] 2015-10-23 10:54:58 +02:00
avr-make-symbols PROGMEM changes needed for newer avr-gcc compiler 2012-02-21 11:10:57 -05:00
avr-makecoffeedata Converted u8_t to uint8_t and u16_t to uint16_t in the docs and tools directories. 2012-02-21 08:33:25 -05:00
avr-makefsdata Put strings in PROGMEM, strip CRLF in text files only 2009-06-19 17:12:35 +00:00
base64-encode Tool for Base64 encoding 2008-06-11 19:04:14 +00:00
codeprop.c Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
empty-symbols.c Replaced make-empty-symbols with empty-symbols.[c|h] 2011-04-03 13:24:58 +02:00
empty-symbols.h Replaced make-empty-symbols with empty-symbols.[c|h] 2011-04-03 13:24:58 +02:00
freebsd-6-setup-slip Script for setting up SLIP communication under FreeBSD 6 2006-06-18 05:57:10 +00:00
make-symbols-nm scripts for auto-generating symbols.[c,h] 2006-12-18 15:25:01 +00:00
makefsdata Converted u8_t to uint8_t and u16_t to uint16_t in the docs and tools directories. 2012-02-21 08:33:25 -05:00
makestrings Tool for making the http-string.c file from http-strings 2007-03-29 22:17:47 +00:00
mknmlist Filter out symbols defined by the C implementation 2013-08-06 21:33:03 +02:00
mknmlist-ansi Added memmove as a builtin function. 2007-08-22 10:57:31 +00:00
msp430-make-symbols added missing 'grep -v ^_' 2007-11-13 06:06:36 +00:00
scat.c Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree 2012-10-26 15:54:49 +02:00
serial-log.pl Add serial logging tool. 2011-08-28 16:12:41 -04:00
setup-nat-ubuntu Enable NAT on both tap0 and tun0, and set the outgoing interface to eth10 which seems to be the default on instant-contiki 2009-05-12 17:24:04 +00:00
tapslip6.c Increase fixed filename sizes in SLIP tunnels 2014-07-08 01:48:28 -04:00
timestamp Small hack for adding a timestamp to incoming lines 2007-11-12 11:48:49 +00:00
tools-utils.c Moved generic baudrate defines and selection code to a new module tools/tools-utils.[ch] 2015-10-23 10:54:58 +02:00
tools-utils.h Moved generic baudrate defines and selection code to a new module tools/tools-utils.[ch] 2015-10-23 10:54:58 +02:00
tunslip.c Increase fixed filename sizes in SLIP tunnels 2014-07-08 01:48:28 -04:00
tunslip6.c Change the default IPv6 prefix from aaaa::/64 to fd00::/64 2016-03-07 17:47:44 +01:00