summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/include/irq-generic.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps: Provide optional prototypeSebastian Huber2012-03-241-9/+12
|
* shared-irq: add support for custom BSP vector verificationDaniel Hellstrom2012-03-211-0/+2
| | | | Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
* 2011-11-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-11-081-4/+8
| | | | | | * include/utility.h: Fixed some casts. * include/irq-generic.h: Define bsp_interrupt_handler_index_type conditionally.
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-301-23/+23
| | | | | | | | | | * 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.
* Whitespace removal.Ralf Corsepius2009-11-301-1/+1
|
* interrupt handler type changeThomas Doerfler2009-10-211-1/+1
|
* 2009-09-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-09-081-49/+54
| | | | | | | | | * 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-05-15 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-05-151-0/+8
| | | | * include/irq-generic.h, src/irq-generic.c: Documentation.
* * README: Added NCS.Thomas Doerfler2009-02-271-2/+2
| | | | | | | | | | | | | | | * Makefile.am, configure.ac, preinstall.am: Added BSP variants. * console/console-config.c, clock/clock-config.c, ssp/ssp.c: Fixed register settings. Cleanup. * include/bsp.h: Added network defines and functions. * include/lpc24xx.h: Added AHB and EMC defines. Fixed Ethernet status sizes. * include/system-clocks.h, misc/system-clocks.c: Added micro seconds delay function that uses Timer 1. Changed PLL setup. * network/network.c, startup/bspreset.c, startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram: New files. * startup/bspstart.c: Added EMC initialization. Changes for ROM boot.
* 2008-12-19 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-12-191-16/+4
| | | | | | * include/irq-info.h, src/irq-info.c, src/irq-shell.c: New files. * include/irq-generic.h, src/irq-generic.c: Improved interrupt handler dispatch function.
* Support for new rtems_interrupt_handler_iterate() function.Thomas Doerfler2008-07-241-4/+0
|
* Extension of the RTEMS Interrupt ManagerThomas Doerfler2008-07-101-0/+246
(shared handler and handler with a handle).