summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/shared/abort/abort.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* arm: Remove legacy execption supportSebastian Huber2017-03-081-145/+0
|
* ARM removed shared/abort from several ARM BSPsAlan Cudmore2014-11-201-28/+1
|
* arm/shared/abort/abort.c: Fix warnings and clean upJoel Sherrill2014-10-091-17/+28
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* bsps: Use rtems_task_self()Sebastian Huber2013-07-161-1/+1
|
* 2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-111-1/+1
| | | | | * shared/abort/abort.c, shared/abort/simple_abort.c: Use "__asm__" instead of "asm" for improved c99-compliance.
* add support for lpc32xxThomas Doerfler2010-01-121-6/+8
|
* Whitespace removal.Ralf Corsepius2009-11-291-7/+7
|
* 2007-09-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-121-6/+4
| | | | | | | | | | | | | | | PR 1257/bsps * csb336/network/lan91c11x.c, csb337/startup/bspstart.c, edb7312/irq/irq.c, gba/irq/irq.c, gba/irq/irq_init.c, gp32/startup/bspstart.c, rtl22xx/startup/bspstart.c, shared/abort/abort.c, shared/abort/simple_abort.c, shared/irq/irq_init.c: Code outside of cpukit should use the public API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the public API and directly accessing _CPU_ISR_Disable and _CPU_ISR_Enable, they were bypassing the compiler memory barrier directive which could lead to problems. This patch also changes the type of the variable passed into these routines and addresses minor style issues.
* 2007-09-08 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-09-081-3/+3
| | | | | * shared/abort/abort.c, shared/abort/simple_abort.c: Remove incorrect and unneccessary prototype of printk.
* 2007-05-15 Ray Xu <rayx@gmail.com>Joel Sherrill2007-05-151-0/+161
* shared/abort/abort.c, shared/abort/simple_abort.c: New files.