summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gen68302: Add doxygen headers.Toma Radu2013-12-303-0/+32
|
* m32rsim: Add doxygen headers.Szkocsovszki Zsolt2013-12-303-3/+45
|
* m68k_csb360: doxygen improvementToma Radu2013-12-303-0/+32
| | | | Add doxygen to the header files in the m68k/cdb360 directory.
* libbsp misc: Fix comment formattingJoel Sherrill2013-12-304-36/+33
|
* m32cbsp: Add doxygen headers.Szkocsovszki Zsolt2013-12-302-1/+31
|
* i386/pc386: Add doxygen file headers.Toma Radu2013-12-3014-7/+119
|
* sp09: Remove region test referencesJoel Sherrill2013-12-305-56/+10
|
* spregion_err01: Remove unneeded fluff copied from sp09Joel Sherrill2013-12-3013-1135/+448
| | | | | The goal is to shrink the individual tests to have no unneeded resources and to follow the structure of a normal test.
* spregion_err01: New test refactored from sp09Mandar Juvekar2013-12-3017-6/+826
|
* h8sim: Add Doxygen directivesSzkocsovszki Zsolt2013-12-282-1/+31
|
* Test suite documentations corrections and fixes.Toma Radu2013-12-285-43/+47
| | | | Correct the sp02.doc, sp05.doc, sp06.doc, sp07.doc, sp08.doc files.
* libbsp/m68k: Add doxygen to m68k shared files.Szkocsovszki Zsolt2013-12-263-4/+45
|
* psx03: Add doc fileRishi Sharma2013-12-261-0/+27
|
* utf8proc1/spedgsched01: minor fixes in test document filesMandar Juvekar2013-12-252-23/+33
|
* lm32_milkymist: improve doxygenToma2013-12-242-0/+24
| | | | Add doxygen to the header files in the /lm32/milymist/include directory.
* lm32_evr: improve doxygenToma2013-12-244-0/+40
| | | | Add doxygen to the header files in the /lm32/lm32_evr/include directory.
* bfin_eZKit533: added new doxygenDaniel Ramirez2013-12-243-37/+102
|
* psxtests/psx14: Add doc fileMandar Juvekar2013-12-241-0/+28
|
* sptests: refactor sp09/screen13 into a new test spclock_err02Chirayu Desai2013-12-2410-34/+88
|
* bfin_TLL6527: added new doxygenDaniel Ramirez2013-12-244-23/+96
|
* cpukit/capture: Print the uptime and diff in ctrace.Chris Johns2013-12-241-17/+17
| | | | | | | | | | | Print the uptime and difference in nanoseconds to the previous record in the ctrace output. For example: 0:00:59.474927121 14760 0a01000c TNTD 235 235 CREATED_BY 0:00:59.474927418 297 0a010012 /dev 235 235 CREATED 0:00:59.474930799 3381 0a01000c TNTD 235 235 STARTED_BY 0:00:59.474931105 306 0a010012 /dev 235 235 STARTED 0:00:59.475072297 141192 0a01000c TNTD 235 235 SWITCHED_OUT
* cpukit/capture: Use the new RTEMS API to get the uptime in nanoseconds.Chris Johns2013-12-243-16/+57
| | | | | Use the new API to get the uptime in nanoseconds and update the capture engine.
* cpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API.Chris Johns2013-12-2411-19/+177
| | | | | | Add Timestamp support in the score to return a timestamp in nanoseconds. Add a test. Update the RTEMS API documentation.
* mips/shared: added new doxygenDaniel Ramirez2013-12-236-100/+304
|
* i386: shared: Add doxygenChirayu Desai2013-12-239-116/+252
|
* lm32: Enhance Doxygen #2Chirayu Desai2013-12-233-10/+29
|
* lm32: Add doxygenChirayu Desai2013-12-2321-10/+302
|
* arm_stm32f4: added new doxygenDaniel Ramirez2013-12-2214-8/+319
|
* libbsp/arm: add doxygen to arm shared headersSzkocsovszki Zsolt2013-12-2215-0/+127
|
* arm_xilinx-zynq: added new doxygenDaniel Ramirez2013-12-226-90/+261
|
* rtl22xx: delete extra temporary file.Gedare Bloom2013-12-221-218/+0
|
* arm_rtl22xx: added new doxygenDaniel Ramirez2013-12-223-83/+479
|
* arm_smdk2410: added new doxygenDaniel Ramirez2013-12-221-0/+12
|
* arm_gp32: added new doxygenDaniel Ramirez2013-12-222-17/+54
|
* arm_edb7312: added new doxygenDaniel Ramirez2013-12-223-16/+135
|
* gumstix: added new doxygenDaniel Ramirez2013-12-223-119/+324
|
* rtems: classic api to/from core priority conversionsDaniel Ramirez2013-12-215-5/+27
|
* psxtests/psxfatal01: add doc fileMandar Juvekar2013-12-201-0/+18
|
* libcsupport: Accept NULL for zero-length entriesSebastian Huber2013-12-204-23/+31
|
* Filesystem: Use default kqfilter and poll handlerSebastian Huber2013-12-2021-0/+52
|
* Filesystem: Add readv/writev handlersSebastian Huber2013-12-2028-148/+402
| | | | | | | | | The readv() and writev() support was implemented in terms of multiple calls to the read and write handlers. This imposes a problem on device files which use an IO vector as single request entity. For example a low-level network device (e.g. BPF(4)) may use an IO vector to create one frame from multiple protocol layers each with its own IO vector entry.
* libcsupport: Add and use rtems_libio_iovec_eval()Sebastian Huber2013-12-205-161/+122
|
* arm/gba: doxygen improvementToma2013-12-198-19/+69
| | | | | Add doxygen to the header files in the arm/gba include, irq, and console directories.
* sptests/spcpuset*: Add tests for fixed size cpu_set_t operations.Jennifer Averett2013-12-198-0/+4411
| | | | | | This adds five tests for <sys/cpuset.h>. It does not include tests for CPU_XXX_S methods. The autotools should be able to avoid enabling the tests unless the toolset has <sys/cpuset.h>.
* cpukit/capture: Update the capture engine.Chris Johns2013-12-193-233/+195
| | | | | | | | | | | | The capture did not work due to changes in the workspace allocator. The engine now scans all existing tasks when enabled and does any allocations then. Fixed a bug in the ctset commandi in the CLI. Updated the capture engine to use 64bit nanosec timestamps. Fixed the CLI showing the stack usage.
* arm/a9mpcore: Add support to get the clock via a weak linkage function.Chris Johns2013-12-193-3/+46
| | | | | | This allows an application to provide a localised clock freq with needing to go down the BSP opts path. This is important with the Zynq where the Xilinx tools generate the frequency.
* arm/zynq: Add support for application supplied MMU tables.Chris Johns2013-12-193-31/+63
| | | | | Users can provide a zynq_setup_mmu_and_cache function that sets up the MMU. The Zynq's PL logic means users can vary the MMU.
* Fix the broken conflict from the revert.Chris Johns2013-12-191-12/+6
|
* Revert "bsps/arm: Use ALIGN_WITH_INPUT"Chris Johns2013-12-193-84/+130
| | | | | | | This reverts commit 287bbb65afd24ffc6254ae5f328733213f184205. Conflicts: c/src/lib/libbsp/arm/shared/startup/linkcmds.base
* For PR 2164 - RFS File System - fix bitmap_create_search loop bugAlan Cudmore2013-12-191-1/+2
| | | | | | | | | | | | | | | | | This is for the RFS file system. There is a bug in the rtems_rfs_bitmap_create_search loop. It is supposed to iterate over the range of bits in a search element ( usually 32 bits ), so it should loop through bits 0 through 31. Instead it loops through 0 - 32, causing some blocks not to be allocated. As in PR 2163, this depends on the block size and number of blocks in a file system. Block sizes and group sizes that are powers of 2 seem to work fine ( 512 byte blocks, 4096 block groups, etc ). When the block sizes are not powers of 2, then this loop error causes some of the blocks at the end of a group to be skipped, preventing 100% of the blocks from being used. A simple test for this and PR2163 is to create a RAM disk with block size 3900 and at least 1 full group ( 31200 blocks ). A file system with these sizes will not be able to allocate 100% of the blocks.