From 6ab336f55f615c61ae890937a200d4d66ad37f90 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Wed, 31 Jul 2013 00:55:31 +0200 Subject: [PATCH] Several minor consistency improvements. --- README-EXAMPLES.md | 14 +++++++------- cpu/6502/README.md | 2 +- cpu/native/net/README-WPCAP.md | 2 +- platform/apple2enh/README.md | 2 +- platform/atari/README.md | 5 ++--- platform/atarixl/README.md | 13 ++++++------- platform/c128/README.md | 2 +- platform/c64/README.md | 5 +---- platform/win32/README-1.X.md | 2 +- tools/6502/contiki.html | 4 ++-- 10 files changed, 23 insertions(+), 28 deletions(-) diff --git a/README-EXAMPLES.md b/README-EXAMPLES.md index 8df0e8df9..2941aa769 100644 --- a/README-EXAMPLES.md +++ b/README-EXAMPLES.md @@ -31,7 +31,7 @@ target by typing the following commands: Most likely you'll have to adjust the TCP/IP values set in main() in platform/win32/contiki-main.c to match your needs. -Please consult cpu/native/net/README-WPCAP as well. +Please consult cpu/native/net/README-WPCAP.md as well. esb/ ---- @@ -51,7 +51,7 @@ target by typing the following commands: Most likely you'll have to adjust the TCP/IP values set in main() in platform/win32/contiki-main.c to match your needs. -Please consult cpu/native/net/README-WPCAP as well. +Please consult cpu/native/net/README-WPCAP.md as well. hello-world/ ------------ @@ -92,7 +92,7 @@ typing the following commands: Most likely you'll have to adjust the TCP/IP values set in main() in platform/win32/contiki-main.c to match your needs. -Please consult cpu/native/net/README-WPCAP as well. +Please consult cpu/native/net/README-WPCAP.md as well. multi-threading/ ---------------- @@ -159,7 +159,7 @@ commands: Most likely you'll have to adjust the TCP/IP values set in main() in platform/minimal-net/contiki-main.c to match your needs. -Please consult cpu/native/net/README-WPCAP as well if you are running +Please consult cpu/native/net/README-WPCAP.md as well if you are running Microsoft Windows. webbrowser/ @@ -175,7 +175,7 @@ and run in the 'win32' target by typing the following commands: Most likely you'll have to adjust the TCP/IP values set in main() in platform/win32/contiki-main.c to match your needs. -Please consult cpu/native/net/README-WPCAP as well. +Please consult cpu/native/net/README-WPCAP.md as well. webserver/ ---------- @@ -199,7 +199,7 @@ use the following command: Most likely you'll have to adjust the TCP/IP values set in main() in platform/minimal-net/contiki-main.c to match your needs. -Please consult cpu/native/net/README-WPCAP.markdown as well if you are running +Please consult cpu/native/net/README-WPCAP.md as well if you are running Microsoft Windows. wget/ @@ -216,5 +216,5 @@ using the 'Contiki File System' (CFS). It can be compiled and run in the Most likely you'll have to adjust the TCP/IP values set in main() in platform/minimal-net/contiki-main.c to match your needs. -Please consult cpu/native/net/README-WPCAP as well if you are running +Please consult cpu/native/net/README-WPCAP.md as well if you are running Microsoft Windows. diff --git a/cpu/6502/README.md b/cpu/6502/README.md index c64d840e0..680f99829 100644 --- a/cpu/6502/README.md +++ b/cpu/6502/README.md @@ -2,7 +2,7 @@ ==== The cpu/6502/ directory is used for targeting 6502-based machines using the -cc65 compiler [http://www.cc65.org](http://www.cc65.org). +cc65 compiler [http://oliverschmidt.github.io/cc65/](http://oliverschmidt.github.io/cc65/). The Contiki network configuration for 6502-based targets is loaded from a binary configuration file (by default named contiki.cfg). It has the following diff --git a/cpu/native/net/README-WPCAP.md b/cpu/native/net/README-WPCAP.md index 4a1e53193..e23300e30 100644 --- a/cpu/native/net/README-WPCAP.md +++ b/cpu/native/net/README-WPCAP.md @@ -47,4 +47,4 @@ This results in generally deactivating both the network identification process and the firewall for the loopback interface. The details are available in the Microsoft TechNet Forums thread 'Vista Network Identification for Loopback Adpater' that is currently available at -[link](http://social.technet.microsoft.com/forums/en-US/itprovistanetworking/thread/66b42761-1b8e-4302-9134-0bb685139f4e) +[link](http://social.technet.microsoft.com/Forums/windows/en-US/66b42761-1b8e-4302-9134-0bb685139f4e/vista-network-identification-for-loopback-adpater) diff --git a/platform/apple2enh/README.md b/platform/apple2enh/README.md index 5f751be2e..dca1428cc 100644 --- a/platform/apple2enh/README.md +++ b/platform/apple2enh/README.md @@ -3,7 +3,7 @@ Apple II The platform/apple2enh/ directory is used for targeting an Enhanced Apple //e (or compatible) computer. Most things are shared between the 6502-based targets -so please consult cpu/6502/README for further details. +so please consult cpu/6502/README.md for further details. The following Apple II Ethernet cards are supported: diff --git a/platform/atari/README.md b/platform/atari/README.md index fee88dec6..b496340f7 100644 --- a/platform/atari/README.md +++ b/platform/atari/README.md @@ -3,12 +3,11 @@ Atari The platform/atari/ directory is used for targeting an Atari 8-bit computer. Most things are shared between the 6502-based targets so please consult -cpu/6502/README for further details. - +cpu/6502/README.md for further details. The following Atari 8-bit Ethernet card is supported: -- Atari 8-bit Ethernet Project: Use driver cs8900a.eth with address $D500. +- Dragon Cart: Use driver cs8900a.eth with address $D500. The 'disk' make goal requires HiassofT's dir2atr program. It is available at http://www.horus.com/~hias/atari/ - either as source code (being part of the diff --git a/platform/atarixl/README.md b/platform/atarixl/README.md index fee88dec6..5fea68585 100644 --- a/platform/atarixl/README.md +++ b/platform/atarixl/README.md @@ -1,14 +1,13 @@ -Atari -===== +Atari XL +======== -The platform/atari/ directory is used for targeting an Atari 8-bit computer. +The platform/atarixl/ directory is used for targeting an Atari XL computer. Most things are shared between the 6502-based targets so please consult -cpu/6502/README for further details. +cpu/6502/README.md for further details. +The following Atari XL Ethernet card is supported: -The following Atari 8-bit Ethernet card is supported: - -- Atari 8-bit Ethernet Project: Use driver cs8900a.eth with address $D500. +- Dragon Cart: Use driver cs8900a.eth with address $D500. The 'disk' make goal requires HiassofT's dir2atr program. It is available at http://www.horus.com/~hias/atari/ - either as source code (being part of the diff --git a/platform/c128/README.md b/platform/c128/README.md index 35185acbc..ef799a989 100644 --- a/platform/c128/README.md +++ b/platform/c128/README.md @@ -5,7 +5,7 @@ The platform/c128/ directory is used for targeting a Commodore 128 computer. Most things are shared between the 6502-based targets so please consult cpu/6502/README.md for further details. -The following C64 Ethernet cards are supported: +The following C128 Ethernet cards are supported: - RR+RR-Net: Use driver cs8900a.eth with address $DE08. - TFE: Use driver cs8900a.eth with address $DE00. diff --git a/platform/c64/README.md b/platform/c64/README.md index ecd0f7fee..dd299a897 100644 --- a/platform/c64/README.md +++ b/platform/c64/README.md @@ -3,8 +3,7 @@ Commodore 64 The platform/c64/ directory is used for targeting a Commodore 64 computer. Most things are shared between the 6502-based targets so please consult -cpu/6502/README for further details. - +cpu/6502/README.md for further details. The following C64 Ethernet cards are supported: @@ -12,12 +11,10 @@ The following C64 Ethernet cards are supported: - TFE: Use driver cs8900a.eth with address $DE00. - ETH64: Use driver lan91c96.eth with address $DE00. - In most cases it is desirable to use an emulator for the development and testing of a Contiki application. VICE is especially well suited as it emulates both the RR-Net and TFE Ethernet cards. It is available at http://www.viceteam.org/. - The c64 target supports a PFS that requires less RAM than the POSIX file system and converts UNIX path names to CMD syntax for CMD drives and IDEDOS 0.90+. Its primary feature however is support for IDE64 fast read/write. diff --git a/platform/win32/README-1.X.md b/platform/win32/README-1.X.md index ac165bd5d..6dee0f984 100644 --- a/platform/win32/README-1.X.md +++ b/platform/win32/README-1.X.md @@ -30,7 +30,7 @@ maximum extend two makefiles are necessary: As platform/win32/Makefile.win32 includes cpu/native/Makefile.native the WinPcap library is used for network I/O. Please consult -cpu/native/net/README-WPCAP for further details. +cpu/native/net/README-WPCAP.md for further details. Both a Cygwin Bash Shell and an ordinary Windows Command Prompt are fine for runtime. But in order to experience the CTK mouse support it is necessary to diff --git a/tools/6502/contiki.html b/tools/6502/contiki.html index 07103872e..f454ec15e 100644 --- a/tools/6502/contiki.html +++ b/tools/6502/contiki.html @@ -68,11 +68,11 @@ - +