summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Typo.Sebastian Huber2010-07-271-1/+1
|
* 2010-07-27 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-07-272-7/+11
| | | | * umon/tfsDriver.c: Update for LibIO API changes.
* 2010-06-30 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-06-302-3/+6
| | | | * umon/tfsDriver.c: Remove extra brace.
* 2010-06-30 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2010-06-302-1/+6
| | | | | * umon/tfsDriver.c: Corrected filesystem mknod entry to call the default handler.
* 2010-06-29 Jennifer.Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2010-06-292-30/+38
| | | | | * umon/tfsDriver.c: Changed NULL methods in filesystem tables to be default methods.
* 2010-05-31 Chris Johns <chrisj@rtems.org>Chris Johns2010-05-311-11/+13
| | | | * shared/umon/tfsDriver.c: Updated to the new mount API.
* 2010-05-28 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-05-282-1/+6
| | | | | * umon/tfsDriver.c: Use size_t instead of int for pathnamelen.
* Whitespace removal.Sebastian Huber2010-05-211-2/+2
|
* 2010-05-21 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-05-212-8/+13
| | | | | * include/utility.h: Macros use now first and last bit values instead of shift and length parameters.
* 2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-05-202-44/+24
| | | | * include/utility.h: Removed superfluous macros.
* 2010-05-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-05-203-0/+105
| | | | * include/uart-output-char.h, src/uart-output-char.c: New files.
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-305-92/+87
| | | | | | | | | | * include/irq-config.h: Removed file. * include/irq.h: New file (renamed from 'include/irq-config.h'). * include/irq-generic.h, src/irq-info.c: Include <bsp/irq.h> instead of <bsp/irq-config.h>. * src/irq-server.c: Use events instead of semaphore. Added error counter for multiple chain appends. Added error counter to detect erroneous interrupt events.
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-302-3/+7
| | | | * include/bootcard.h: Documentation.
* 2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-282-1/+4
| | | | * gdbstub/rtems-stub-glue.c: Remove warnings.
* 2010-04-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-141-4/+4
| | | | | * shared/umon/umoncons.c: Reflect changes to rtems_termios_callbacks->write.
* unify irq data types and code, merge s3c2400/s3c2410 supportThomas Doerfler2010-04-092-2/+6
|
* fix warningThomas Doerfler2010-03-252-1/+5
|
* 2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-101-2/+2
| | | | | * shared/console-polled.c: Reflect changes to rtems_termios_callbacks->write.
* 2009-12-04 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill2009-12-043-16/+41
| | | | * umon/README, umon/tfs.h: Missing parts of previous commit.
* 2009-11-30 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill2009-11-308-89/+149
| | | | | | * umon/cli.h, umon/monlib.c, umon/monlib.h, umon/tfs.h, umon/tfsDriver.c, umon/umon.h, umon/umonrtemsglue.c: Update to match development version.
* Whitespace removal.Ralf Corsepius2009-11-307-10/+10
|
* Whitespace removal.Ralf Corsepius2009-11-3016-225/+225
|
* 2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-11-232-52/+32
| | | | * clockdrv_shell.h: Clean up.
* 2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-031-0/+1
| | | | | * shared/umon/tfsDriver.c (rtems_tfs_eval_path): Add missing parameter.
* add missing changeThomas Doerfler2009-10-212-4/+16
|
* interrupt handler type changeThomas Doerfler2009-10-214-90/+20
|
* 2009-10-09 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-10-122-54/+35
| | | | * bootcard: Update for heap API changes.
* 2009-10-09 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-091-1/+8
| | | | | | | * shared/vmeUniverse/vmeUniverse.c: print message and let vmeUniverseIntLoopbackTst() fail if odd-numbered vector is used (cannot program the chip to reply with such a vector).
* 2009-09-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-09-0813-606/+1079
| | | | | | | | | * include/irq-config.h, include/irq-generic.h, include/irq-info.h, src/irq-generic.c, src/irq-info.c, src/irq-legacy.c, src/irq-shell.c: Format, cleanup and documentation. * src/irq-server.c: New file. * include/bootcard.h, include/stackalloc.h, src/stackalloc.c, bsplibc.c: Update for heap API changes. Documentation.
* 2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-285-78/+55
| | | | | * bootcard.c, bsplibc.c, clockdrv_shell.h, console-polled.c: Fix formatting.
* 2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-122-115/+127
| | | | | * src/irq-legacy.c: Spacing, tabs, and proper format for license notice.
* 2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-102-17/+30
| | | | | * console.c: Fix tabs and allow the BSP to override the default baud rate.
* 2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-222-1/+6
| | | | | * src/irq-generic.c: Priority inheritance on simple binary semaphores makes no sense and has recently been added as an error condition.
* adding lpc24xx BSP partsThomas Doerfler2009-07-172-0/+116
|
* ARM bsp maintenanceThomas Doerfler2009-07-171-0/+4
|
* 2009-07-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-062-4/+12
| | | | * setvec.c: Add CVS Id.
* 2009-06-18 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill2009-06-183-1/+141
| | | | | | | * umon/umonrtemsglue.c: Add console device that uses MicroMonitor to do actual input and output. This driver should work on any board that uses MicroMonitor. * umon/umoncons.c: New file.
* 2009-06-17 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-06-173-2/+7
| | | | | * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeTsi148.c: include <rtems/pci.h> instead of <bsp/pci.h>.
* 2009-06-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-152-0/+12
| | | | | * umon/umonrtemsglue.c: Add flag to ensure that it umon connection is initialized twice, it is safe.
* 2009-06-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-153-24/+64
| | | | | | * umon/monlib.h: Add umon.h to be installed as <rtems/umon.h> so umon .h files are modified as little as possible. * umon/umon.h: New file.
* 2009-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-128-0/+2504
| | | | | * umon/README, umon/cli.h, umon/monlib.c, umon/monlib.h, umon/tfs.h, umon/tfsDriver.c, umon/umonrtemsglue.c: New files.
* 2009-05-27 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-05-273-8/+110
| | | | * tod.h, tod.c: Update for new RTC driver interface.
* 2009-05-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-182-1/+5
| | | | * bsppost.c: Fix typo.
* 2009-05-15 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-05-153-8/+12
| | | | * include/irq-generic.h, src/irq-generic.c: Documentation.
* 2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-084-17/+24
| | | | | | * bootcard.c, bspgetworkarea.c, include/bootcard.h: Switch from ssize_t to uintptr_t for bsp_get_work_area() since the work area is larger than a single allocatable object.
* 2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-062-0/+7
| | | | * bspinit.c: Fix warning by adding include file.
* 2009-05-06 Michael Walle <michael@walle.cc>Joel Sherrill2009-05-061-2/+6
| | | | | PR 1409/bsps * gdbstub/rtems-stub-glue.c: Print object names correctly.
* 2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-053-3/+58
| | | | | * bootcard.c, gdbstub/rtems-stub-glue.c: Add info to not enough memory message.
* 2009-05-03 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-042-10/+4
| | | | * tod.c: Remove warnings and clean up.
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-284-33/+113
| | | | | | * bootcard.c, include/bootcard.h: Remove argc/argv/envp and replace with a single BSP boot command line a BSP can optionally support.