nes-proj/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
blaster Added App/Tool/Example for usage of additional flash on econotag/mc1322x 2015-09-14 20:43:12 +02:00
c64
c128
cc2538-bsl@c6100a7794 Updated cc2538-bsl to version 2.1 (c6100a7) 2016-06-24 22:10:39 +02:00
code-style
coffee-manager
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
cygwin
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
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
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
avr-makecoffeedata
avr-makefsdata
base64-encode
codeprop.c
empty-symbols.c
empty-symbols.h
freebsd-6-setup-slip
make-symbols-nm
makefsdata
makestrings
mknmlist
mknmlist-ansi
msp430-make-symbols
scat.c
serial-log.pl
setup-nat-ubuntu
tapslip6.c
timestamp
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
tunslip6.c Change the default IPv6 prefix from aaaa::/64 to fd00::/64 2016-03-07 17:47:44 +01:00