summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/h8300/rtems/score/h8300.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-04Remove H8300 portJoel Sherrill1-44/+0
updates #2452.
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2013-01-08score: Doxygen Clean Up Task #4Alex Ivanov1-4/+7
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2009-12-04Whitespace removal.Ralf Corsepius1-1/+1
2005-01-28New header guard.Ralf Corsepius1-2/+2
2005-01-242005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-16/+0
* rtems/score/h8300.h: Remove RTEMS_CPU_HAS_16_BIT_ADDRESSES.
2004-11-21Cosmetics.Ralf Corsepius1-1/+0
2004-11-022004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-2/+5
* rtems/score/cpu.h: Add doxygen preamble. * rtems/score/h8300.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble.
2003-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* asm.h, cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/h8300.h, rtems/score/types.h: URL for license changed.
2000-06-29This is the initial addition of the port of RTEMS to theJoel Sherrill1-0/+57
Hitachi H8 family. This port was done by Philip Quaife <philip@qs.co.nz> of Q Solutions and sponsored by Comnet Technologies Ltd. The port was done based on RTEMS 3.5.1 to a Hitach H8300H. The port was updated to RTEMS 4.5 style Makefiles/configure by Joel Sherrill <joel@OARcorp.com>. While doing this Joel added support for the h8300-rtems to binutils, gcc, newlib, and gdb. NOTE: Philip submitted a BSP for a Hitachi evaluation board which is being merged as a separate entity.