summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* score: Doxygen Clean Up Task #17Alex Ivanov2013-01-0920-709/+818
|
* score: Doxygen Clean Up Task #16Alex Ivanov2013-01-0819-1355/+1429
|
* leon3: disable unused ISR handlerJoel Sherrill2013-01-081-0/+2
|
* leon3/shmsupp: Fix warnings & comment clean upJoel Sherrill2013-01-083-65/+36
|
* leon3: Open Ethernet Fixed WarningJoel Sherrill2013-01-081-1/+1
|
* no_bsp: Fix typo and formatJoel Sherrill2013-01-081-10/+10
|
* score: Doxygen Clean Up Task #4Alex Ivanov2013-01-0820-1185/+1256
|
* m68k/mvme167: Compiles againJoel Sherrill2013-01-083-48/+36
| | | | | | Was including non-existent .h file. Fixed some warnings. Reformatted file header comment blocks.
* arm/smdk2410: Update to include bspidle.cJoel Sherrill2013-01-081-1/+1
| | | | | This BSP shares code with the gp32 and needed to include the new bspidle.c file.
* arm/gp32: Correct compilation error in BSP Idle ThreadJoel Sherrill2013-01-084-24/+38
| | | | | | | Split BSP Idle Thread into separate file to follow convention used on other BSPs. Slight reformatting of file header comment block.
* score: Doxygen Clean Up Task #15Alex Ivanov2013-01-0820-733/+769
|
* libfs: Doxygen Clean Up Task #1Alex Ivanov2013-01-0819-482/+666
| | | | | | http://www.google-melange.com/gci/task/view/google/gci2012/8120204 Patch committed with fixes for whitespace issues.
* sapi: Doxygen Clean Up Task #1Alex Ivanov2013-01-0818-770/+791
|
* libcsupport: Doxygen Clean Up Task #1Alex Ivanov2013-01-0815-143/+162
|
* sapi: Add rtems_fatal_source_description()Sebastian Huber2013-01-076-3/+123
|
* bsp/lpc24xx: Declare conditionallySebastian Huber2013-01-071-0/+4
|
* posix: Doxygen Clean Up Task #1Alex Ivanov2013-01-0720-345/+419
|
* score: Doxygen Clean Up Task #11Mathew Kallada2013-01-0720-830/+1068
|
* rtems: Simplify _Event_Surrender()Sebastian Huber2013-01-071-28/+14
| | | | Check for a satisfied event condition only once.
* rtems: Simplify _Event_Surrender()Sebastian Huber2013-01-071-4/+6
| | | | Remove superfluous test for _ISR_Is_in_progress().
* rtems: Simplify _Event_Surrender()Sebastian Huber2013-01-071-2/+1
| | | | | | | It is impossible to reach the simplified expression if we are in the THREAD_BLOCKING_OPERATION_TIMEOUT state since in this case Wait.count (event condition) would be set to zero and thus the seized event set would be empty.
* rtems: Critical fix for eventsSebastian Huber2013-01-073-30/+301
| | | | | | | Commit 4b45c1393ce4ee3e1c2762ef3145d2bd6b5b38da marked a test in _Event_Timeout() as debug only. This test is required also in non-debug configurations since otherwise state corruption can happen. A revised test sptests/spintrcritical10 checks the relevant sequences.
* rtems: Add commentSebastian Huber2013-01-071-0/+5
|
* bsp/lpc32xx: System reset after fatal conditionsSebastian Huber2013-01-071-1/+1
|
* bsp/lpc24xx: System reset after fatal conditionsSebastian Huber2013-01-071-1/+1
|
* bsp/lpc24xx: Request system reset for LPC17XXSebastian Huber2013-01-071-4/+6
|
* bsp/lpc24xx: Add WWDT module definesSebastian Huber2013-01-071-1/+21
|
* arm: Add AIRCR register definesSebastian Huber2013-01-071-0/+15
|
* arm: Implement CPU_Exception_frame_print()Sebastian Huber2013-01-073-35/+40
|
* arm: Add and use _ARMV7M_Exception_default()Sebastian Huber2013-01-074-15/+72
|
* arm: Include <rtems/score/cpu.h>Sebastian Huber2013-01-0716-40/+20
|
* arm: Provide CPU_Exception_frame for ARMv7-MSebastian Huber2013-01-071-14/+12
|
* arm: Rename inline functionsSebastian Huber2013-01-073-6/+6
| | | | | Rename arm_status_irq_enable() to _ARMV4_Status_irq_enable() and arm_status_restore() to _ARMV4_Status_restore().
* arm: Move inline functionsSebastian Huber2013-01-073-34/+36
|
* arm: Add and use default exception handlerSebastian Huber2013-01-074-15/+147
| | | | | | | | Add and use _ARMV4_Exception_undef_default(), _ARMV4_Exception_swi_default(), _ARMV4_Exception_data_abort_default(), _ARMV4_Exception_pref_abort_default(), _ARMV4_Exception_reserved_default(), _ARMV4_Exception_irq_default(), and _ARMV4_Exception_fiq_default().
* arm: Add and use _ARM_Exception_default()Sebastian Huber2013-01-074-4/+31
|
* arm: Change CPU_Exception_frameSebastian Huber2013-01-074-33/+27
| | | | | Provide proper CPU_Exception_frame definition for ARMv4 and use it. Remove arm_cpu_context.
* arm: Rename type and functionsSebastian Huber2013-01-072-13/+17
| | | | | | | | | | Rename arm_exc_abort_handler to ARMV4_Exception_abort_handler, arm_exc_data_abort() to _ARMV4_Exception_data_abort(), arm_exc_data_abort_set_handler() to _ARMV4_Exception_data_abort_set_handler(), arm_exc_prefetch_abort() to _ARMV4_Exception_prefetch_abort(), and arm_exc_prefetch_abort_set_handler() to _ARMV4_Exception_prefetch_abort_set_handler(),
* arm: Move type definition and prototypesSebastian Huber2013-01-072-10/+10
|
* arm: Rename arm_exc_interrupt()Sebastian Huber2013-01-0711-12/+12
| | | | Rename arm_exc_interrupt() to _ARMV4_Exception_interrupt().
* arm: Move prototypes to new fileSebastian Huber2013-01-0712-4/+56
| | | | | | Move bsp_interrupt_dispatch() and arm_exc_interrupt() prototypes to new file <rtems/score/armv4.h> since they have nothing to do with the CPU port.
* arm: Delete unused arm_exc_undefined()Sebastian Huber2013-01-071-2/+0
|
* score: Fix _Objects_Shrink_information()Sebastian Huber2013-01-071-20/+16
| | | | The chain iteration was wrong. The chain tail is not an object.
* bsps: Fix rtems_interrupt_server_handler_remove()Sebastian Huber2013-01-071-2/+2
|
* tmoverhd.docCynthia Rempel2013-01-061-0/+75
| | | | | Hi, Adding test documentation...
* libmisc: Doxygen Clean Up Task #1Ayush Awasthi2013-01-0412-307/+360
| | | | | Conflicts occured durning this patch and modifications in the repo were favored over the patch.
* posix: Doxygen Clean Up Task #2Alex Ivanov2013-01-0414-138/+201
|
* rtems: Doxygen Clean Up Task #1Ayush Awasthi2013-01-0420-819/+887
|
* rtems: Doxygen Clean Up Task #2Ayush Awasthi2013-01-0420-652/+726
|
* score: Doxygen Clean Up Task #10Mathew Kallada2013-01-0420-801/+1046
|