Doc:links

From GNU 68HC11/HC12
(Difference between revisions)
Jump to: navigation, search
 
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__TOC__
  
==68HC11 Loader==
+
==Motorola/Freescale==
*[http://polyplex.org/cjh/electronics/db11.html]
+
Due to Motorola site reorganization, these links are broken.
      Clifford Heath 68HC11 loader.<br>
+
      DL11 does however have a good connect mode (terminal emulator), which
+
      allows you to connect in ASCII (with or without local echo), HEX
+
      (input and/or output), and can do MIDI (Music Instrument Digital
+
      Interface) output interpretation to readable ASCII.
+
*[http://www.iamnota.net/68hc11/]
+
      Glenn Harris downloader.
+
*[http://m68hc11.serveftp.org/mc68hc11-boot.c]
+
      Luuk van Dijk boot loader for Unix.  This loader uses the BFD
+
      library and is therefore able to read ELF files.
+
  
==68HC11 Loader & Debugger==
+
;[[http://www.mcu.motsps.com/documentation/hc11/hc11rm.html ]]: 68HC11 Reference manuals, datasheets, application notes.
*[http://polyplex.org/cjh/electronics/db11.html]
+
;[[http://www.mcu.motsps.com/documentation/hc12/hc12rm.html ]]: 68HC12 Reference manuals, datasheets, application notes.
      Clifford Heath 68HC11 loader and debugger.<br>
+
;[[http://www.mcu.motsps.com/dev_tools/hc12/eabi/ http://www.mcu.motsps.com/dev_tools/hc12/eabi/]]: Motorola 68HC11, HC12, HC16 EABI working group.
  
==68HC11 Objalloc Utility==
+
==General==
 +
 
 +
;[[http://savannah.gnu.org http://savannah.gnu.org]]: Free Software Foundation Savannah site.
 +
;[[http://www.gnu.org http://www.gnu.org]]: Free Software Foundation main site.
 +
;[[http://gcc.gnu.org http://gcc.gnu.org]]: Gnu Compiler Collection main site.
 +
;[[http://sources.redhat.com/ Sourceware http://sources.redhat.com/ Sourceware]]: Red Hat Sourceware.  This site hosts several GNU projects and others
 +
including the Binutils, Gdb, Newlib, Insight, Source Navigator, ...
 +
 
 +
==Other Sites==
 +
 
 +
;[[http://hc12web.de http://hc12web.de]]: Oliver Thamm's HC12 Web.
 +
;[[http://www.rasmicro.com/ http://www.rasmicro.com/]]: Roger's Embedded Microcontrollers Home Page
 +
;[[http://www.enseirb.fr/~kadionik/68hc11/68hc11.html http://www.enseirb.fr/~kadionik/68hc11/68hc11.html]]: Patrice KADIONIK
 +
;[[http://www.microsyl.com http://www.microsyl.com]]: Microsyl.com
 +
;[[http://www.epanorama.net/microprocessor.html http://www.epanorama.net/microprocessor.html]]: Microprocessor and microcontroller pages
 +
;[[http://www.ingoBeckmann.de/microcontroller.html http://www.ingoBeckmann.de/microcontroller.html];
 +
 
 +
==Windows Tools==
 +
You will find in this page pointers to several sites that provide
 +
binaries and/or sources for tools and IDEs (Integrated Development
 +
Environments) for Windows platforms.
 +
 
 +
;[[http://www.mingw.org http://www.mingw.org]]: Mingw32 tools (official site).  It is recommended to install <b>MSYS</b> which provides <b>make</b>, <b>sh</b> and other utilities needed to build GEL.
 +
 
 +
;[[http://www.geocities.com/englere_geo/ http://www.geocities.com/englere_geo/]]: Embedded GNU IDE (Eric Engler).  Supports gcc and GEL.
 +
 
 +
;[[http://syn.sourceforge.net/ http://syn.sourceforge.net/]]: Syn Text Editor.
 +
 
 +
;[[http://www.nanotech.wisc.edu/%7Ekhan/software/gnu-win32 http://www.nanotech.wisc.edu/%7Ekhan/software/gnu-win32]]: Mingw32 tools, that is Mumit Khan's GNU tools. You will find here many Unix tools that have been ported for Windows NT: make, shell, gcc, ... If you want to use <b>make</b>, be sure to get a shell (like <b>zsh</b>
 +
or any other).
 +
 
 +
;[[http://www.weihenstephan.de/~syring/win32/UnxUtils.html http://www.weihenstephan.de/~syring/win32/UnxUtils.html]]: Here are some ports of common GNU utilities to native Win32. In this context, native means the executables do only depend on the Microsoft C-runtime (msvcrt.dll) and not an emulation layer like that provided by Cygwin tools.
 +
 
 +
;[[http://www.objectcentral.com http://www.objectcentral.com]]: VIDE. IDE for Windows and Linux platforms.  Supports Gcc.
 +
 
 +
;[[http://www.xemacs.org http://www.xemacs.org]]: XEmacs. The famous Emacs editor/IDE. Syntax coloring, automatic indentation, multi language (C, C++, Java, Ada, Python, Perl, Lisp, HTML, asm, ...), incremental search, tag search, many modes (compile, gdb, mail, news, browser, shell, ...), and more and more and more. You can get the binaries for Windows at: [[ftp://ftp.xemacs.org/pub/xemacs/binary-kits/win32/ ftp://ftp.xemacs.org/pub/xemacs/binary-kits/win32/]]
 +
 
 +
;[[http://www.winedit.com/ http://www.winedit.com]]: WinEdit
 +
 
 +
==Unix Tools==
 +
;[[http://www.xemacs.org http://www.xemacs.org]]: XEmacs. The famous Emacs editor/IDE. Syntax coloring, automatic indentation, multi language (C, C++, Java, Ada, Python, Perl, Lisp, HTML, asm, ...), incremental search, tag search, many modes (compile, gdb, mail, news, browser, shell, ...), and more and more and more.
 +
 
 +
==68HC11 Tools==
 +
===68HC11 Loader===
 +
;[[http://polyplex.org/cjh/electronics/db11.html Clifford Heath 68HC11 loader]]: DL11 does however have a good connect mode (terminal emulator), which allows you to connect in ASCII (with or without local echo), HEX (input and/or output), and can do MIDI (Music Instrument Digital Interface) output interpretation to readable ASCII.
 +
;[[http://www.iamnota.net/68hc11/ Glenn Harris downloader]]:
 +
;[[http://www.gnu-m68hc11.org/mc68hc11-boot.c Luuk van Dijk boot loader for Unix]]: This loader uses the BFD library and is therefore able to read ELF files.
 +
 
 +
===68HC11 Loader & Debugger===
 +
;[[http://polyplex.org/cjh/electronics/db11.html Clifford Heath 68HC11 loader and debugger]]:
 +
 
 +
===68HC11 Objalloc Utility===
 
The object allocate (objalloc) utility reassigns/renames the text
 
The object allocate (objalloc) utility reassigns/renames the text
 
sections of object files based on a size constraint.  It is provided
 
sections of object files based on a size constraint.  It is provided
 
by John Volpe.
 
by John Volpe.
  
*[http://home.cape.com/~jtvolpe/hc11-gcc-v2.1/] for release 2.1
+
;[[http://home.cape.com/~jtvolpe/hc11-gcc-v2.1/]]: for release 2.1
*[http://home.cape.com/~jtvolpe/Downloads/] for release 1.1.1
+
;[[http://home.cape.com/~jtvolpe/Downloads/]]: for release 1.1.1

Latest revision as of 14:14, 30 December 2007

Contents


Motorola/Freescale

Due to Motorola site reorganization, these links are broken.

[[1]]
68HC11 Reference manuals, datasheets, application notes.
[[2]]
68HC12 Reference manuals, datasheets, application notes.
[http://www.mcu.motsps.com/dev_tools/hc12/eabi/]
Motorola 68HC11, HC12, HC16 EABI working group.

General

[http://savannah.gnu.org]
Free Software Foundation Savannah site.
[http://www.gnu.org]
Free Software Foundation main site.
[http://gcc.gnu.org]
Gnu Compiler Collection main site.
[Sourceware http://sources.redhat.com/ Sourceware]
Red Hat Sourceware. This site hosts several GNU projects and others

including the Binutils, Gdb, Newlib, Insight, Source Navigator, ...

Other Sites

[http://hc12web.de]
Oliver Thamm's HC12 Web.
[http://www.rasmicro.com/]
Roger's Embedded Microcontrollers Home Page
[http://www.enseirb.fr/~kadionik/68hc11/68hc11.html]
Patrice KADIONIK
[http://www.microsyl.com]
Microsyl.com
[http://www.epanorama.net/microprocessor.html]
Microprocessor and microcontroller pages
[http://www.ingoBeckmann.de/microcontroller.html;

Windows Tools

You will find in this page pointers to several sites that provide binaries and/or sources for tools and IDEs (Integrated Development Environments) for Windows platforms.

[http://www.mingw.org]
Mingw32 tools (official site). It is recommended to install MSYS which provides make, sh and other utilities needed to build GEL.
[http://www.geocities.com/englere_geo/]
Embedded GNU IDE (Eric Engler). Supports gcc and GEL.
[http://syn.sourceforge.net/]
Syn Text Editor.
[http://www.nanotech.wisc.edu/%7Ekhan/software/gnu-win32]
Mingw32 tools, that is Mumit Khan's GNU tools. You will find here many Unix tools that have been ported for Windows NT: make, shell, gcc, ... If you want to use make, be sure to get a shell (like zsh

or any other).

[http://www.weihenstephan.de/~syring/win32/UnxUtils.html]
Here are some ports of common GNU utilities to native Win32. In this context, native means the executables do only depend on the Microsoft C-runtime (msvcrt.dll) and not an emulation layer like that provided by Cygwin tools.
[http://www.objectcentral.com]
VIDE. IDE for Windows and Linux platforms. Supports Gcc.
[http://www.xemacs.org]
XEmacs. The famous Emacs editor/IDE. Syntax coloring, automatic indentation, multi language (C, C++, Java, Ada, Python, Perl, Lisp, HTML, asm, ...), incremental search, tag search, many modes (compile, gdb, mail, news, browser, shell, ...), and more and more and more. You can get the binaries for Windows at: [ftp://ftp.xemacs.org/pub/xemacs/binary-kits/win32/]
[http://www.winedit.com]
WinEdit

Unix Tools

[http://www.xemacs.org]
XEmacs. The famous Emacs editor/IDE. Syntax coloring, automatic indentation, multi language (C, C++, Java, Ada, Python, Perl, Lisp, HTML, asm, ...), incremental search, tag search, many modes (compile, gdb, mail, news, browser, shell, ...), and more and more and more.

68HC11 Tools

68HC11 Loader

[Clifford Heath 68HC11 loader]
DL11 does however have a good connect mode (terminal emulator), which allows you to connect in ASCII (with or without local echo), HEX (input and/or output), and can do MIDI (Music Instrument Digital Interface) output interpretation to readable ASCII.
[Glenn Harris downloader]
[Luuk van Dijk boot loader for Unix]
This loader uses the BFD library and is therefore able to read ELF files.

68HC11 Loader & Debugger

[Clifford Heath 68HC11 loader and debugger]

68HC11 Objalloc Utility

The object allocate (objalloc) utility reassigns/renames the text sections of object files based on a size constraint. It is provided by John Volpe.

[[3]]
for release 2.1
[[4]]
for release 1.1.1
Personal tools