summaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-15bsps/powerpc: Exception initialization error is fatalSebastian Huber22-107/+48
2012-11-15bsps: Interrupt initialization error is fatalSebastian Huber28-116/+61
2012-11-15score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber100-83/+278
2012-11-15score: Add INTERNAL_ERROR_CPU_ISR_INSTALL_VECTORSebastian Huber1-22/+0
2012-11-15sapi: Add and use rtems_internal_error_descriptionSebastian Huber1-44/+1
2012-11-15sapi: Add rtems_fatal_source and rtems_fatal_codeSebastian Huber1-2/+2
2012-11-15bsp/jmr3904: Define bsp_reset()Sebastian Huber2-1/+2
2012-11-15bsps/lm32: Include <bsp/bootcard.h>Sebastian Huber1-0/+1
2012-11-14bsps: Include <bspopts.h> in <bsp.h>Sebastian Huber3-0/+6
2012-11-14bsps/sparc: Define bsp_reset()Sebastian Huber1-0/+2
2012-11-14bsps: Include <bsp/bootcard.h>Sebastian Huber11-20/+14
2012-11-14powerpc: Delete _CPU_Install_interrupt_stack()Sebastian Huber1-9/+0
2012-11-13bsps/sparc: Add BSP_INITIAL_EXTENSION to <bsp.h>Sebastian Huber7-0/+33
2012-11-13bsps: New file <bsp/default-initial-extension.h>Sebastian Huber3-0/+67
2012-11-07rtems-message_queue.adb: FormattingJoel Sherrill1-6/+6
2012-11-07bsps/sparc: Delete unused symbol declarationSebastian Huber1-1/+0
2012-11-07sapi: Delete duplicate declarationsSebastian Huber4-17/+0
2012-11-07sapi: Use rtems_configuration_get_work_space_sizeSebastian Huber1-1/+4
2012-11-07sapi: Use rtems_*_get_user_multiprocessing_tableSebastian Huber2-2/+2
2012-11-07sapi: Use rtems_config*_get_interrupt_stack_sizeSebastian Huber5-6/+10
2012-11-07sapi: Use rtems_config*_get_microseconds_per_tickSebastian Huber5-11/+11
2012-11-07bsp/nds: Do not change configurationSebastian Huber1-3/+0
2012-11-07bsp/mvme167: Do not provide user extensions tableSebastian Huber1-13/+0
2012-11-07bsp/mvme167: Remove unused parameterSebastian Huber3-9/+3
2012-11-06bsps: Use allocator mutex for generic IRQ supportSebastian Huber1-89/+16
2012-11-02libblock: Block device transfer request API changeSebastian Huber5-13/+16
2012-11-02bsp/mpc55xx: SMSC9218i avoid mbuf migrationSebastian Huber1-11/+28
2012-11-02libnetworking: Use system eventsSebastian Huber45-137/+137
2012-10-29bsp/pc386: TypoSebastian Huber1-1/+1
2012-10-25bsp/mpc55xx: Stop tasks for SMSC9218i during offSebastian Huber1-0/+6
2012-10-25bsp/mpc55xx: Add custom work area initSebastian Huber9-25/+70
2012-10-25bsps: Add bsp_work_area_initialize_with_table()Sebastian Huber1-0/+9
2012-10-25score: Work area initialization API changeSebastian Huber17-485/+185
2012-10-19Eliminate unused var 'digit'.Ralf Corsépius1-4/+1
2012-10-19Make open_eth_txDaemon static.Ralf Corsépius1-1/+1
2012-10-19Remove unused vars 'rxdmaBase', txdmaBase.Ralf Corsépius1-4/+0
2012-10-19Remove stray blanks.Ralf Corsépius19-19/+0
2012-10-19Add clock/rtc.h to rtc_rel_SOURCES.Ralf Corsépius1-1/+1
2012-10-15Remove unused var 'sc'.Ralf Corsépius1-2/+1
2012-10-15Fix z85c30_get_register, z85c30_set_register prototype mismatch.Ralf Corsépius1-2/+2
2012-10-15Include <rtems/framebuffer.h>.Ralf Corsépius1-0/+1
2012-10-15Include libchip/z85c30.h.Ralf Corsépius1-0/+2
2012-10-15Include stdint.h, libchip/serial.h.Ralf Corsépius1-0/+4
2012-10-15bsps: Remove unused bsp_libc_init() prototypeSebastian Huber3-12/+0
2012-10-12bsps/arm: Add BSP_USB_OTG_TRANSCEIVER_I2C_ADDRSebastian Huber2-0/+6
2012-10-12bsp/lpc24xx: Fix PCLK clock divider calculationSebastian Huber1-1/+1
2012-10-12bsp/lpc24xx: Use 96MHz CCLK for LPC17XX EA BSPSebastian Huber1-1/+1
2012-10-12bsp/lpc24xx: Evaluate LPC17XX pin typeSebastian Huber2-4/+20
2012-10-12bsp/lpc24xx: Enable USB clock by PLL0 for LPC17XXSebastian Huber1-2/+11
2012-10-12bsp/lpc24xx: Fix warningsSebastian Huber1-2/+2