H8S/2638: Difference between revisions
Appearance
No edit summary |
|||
Line 17: | Line 17: | ||
* [[h8300-boot]] - basic development environment for h8300 microcontrollers. It contains makefiles for building your applications and code for booting the pocessor. You can see actual state of the project using darcs [http://rtime.felk.cvut.cz/darcs/darcsweb.cgi?r=h8300-boot;a=summary web interface]. | * [[h8300-boot]] - basic development environment for h8300 microcontrollers. It contains makefiles for building your applications and code for booting the pocessor. You can see actual state of the project using darcs [http://rtime.felk.cvut.cz/darcs/darcsweb.cgi?r=h8300-boot;a=summary web interface]. | ||
Revision as of 13:41, 13 December 2006
Documentation
Boards
- CAN<->USB Converter: Board with 1 MB RAM suitable for application development -- Jiří Zemánek.
- Soccer robot control board -- Petr Kováik
Development tools
- Download gcc-h8300-coff-3.4.3-bin
- Unpack this to the root direcotry
tar -C / -xvzf gcc-h8300-coff-3.4.3-bin.tar.gz
Software
- h8300-boot - basic development environment for h8300 microcontrollers. It contains makefiles for building your applications and code for booting the pocessor. You can see actual state of the project using darcs web interface.