summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/gba/console (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-301-1/+1
| | | | | | * console/defaultfont.c: Remove (Renamed into console/defaultfont.h). * console/defaultfont.h: New (Renamed from console/defaultfont.c). * Makefile.am, console/conio.c: Reflect renamer.
* Remove (Renamed into console/defaultfont.h).Ralf Corsepius2008-09-301-601/+0
|
* New (Renamed from console/defaultfont.c).Ralf Corsepius2008-09-301-0/+601
|
* 2008-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-221-3/+0
| | | | | | | | | * Makefile.am, configure.ac, console/console.c: Use standardized bsp_cleanup() which can optionally print a message, poll for user to press key, and call bsp_reset(). Using this eliminates the various bsp_cleanup() implementations which had their own implementation and variety of string constants. * startup/bspclean.c: Removed.
* 2008-02-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-02-151-33/+0
| | | | * console/console.c: Do not have BSP specific __assert.
* Convert to utf-8.Ralf Corsepius2006-10-151-2/+2
|
* 2005-07-06 Markku Puro <markku.puro@kopteri.net>Joel Sherrill2005-07-063-0/+1315
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, clock/clockdrv.c, console/conio.c, console/console.c, console/defaultfont.c, include/arm_mode_bits.h, include/asm_macros.h, include/bsp.h, include/bspopts.h.in, include/conio.h, include/gba.h, include/gba_registers.h, include/tm27.h, irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c, start/logo.S, start/start.S, startup/bspstart.c, startup/cpu.c, startup/cpu_asm.S, startup/exit.c, startup/linkcmds, timer/timer.c: New files.