summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* doc/c_user: Fix Lines that were too longJoel Sherrill2013-02-262-9/+9
|
* doc: Use More Readable Names for Generated NodesJoel Sherrill2013-02-262-3/+7
| | | | | | | | Per a discussion with the GNU Texinfo maintainer Patrice Dumas, change to generating HTML files per a standard for stable URL names and easier cross manual referencing. http://lists.gnu.org/archive/html/help-texinfo/2013-02/msg00002.html
* doc: Support texi2any and texi2htmlJoel Sherrill2013-02-265-19/+80
| | | | | | | | | | | This was tested with texi2html-1.82-5.1.el6.noarch and a locally built texinfo 5.0. These are completely different implementations and require different invocations. The Makefile dependencies appear to work but are likely not perfect at this point. The key point is that the autoconf probe detects which to use and responds accordingly with preference given to texi2any.
* doc: Update to build info format with texinfo 4.13 and 5.0Joel Sherrill2013-02-2616-224/+231
| | | | | Texinfo 5.0 is a complete reimplementation and has stricter interpretations of the texinfo language.
* Add missing @item.Ralf Corsépius2013-02-261-1/+1
|
* Add missing @items.Ralf Corsépius2013-02-261-3/+3
|
* bsp/mpc55xx: Add register type definitionSebastian Huber2013-02-251-1/+1
|
* Fix typo.Ralf Corsépius2013-02-252-2/+2
|
* add __ARM_ARCH_6ZK__ to cpukit/score/cpu/arm/rtems/score/arm.hCudmore, Alan P. (GSFC-5820)2013-02-251-0/+4
|
* libblock: Do resource allocation in one placeSebastian Huber2013-02-213-148/+153
| | | | | | | All resource allocations take place in rtems_bdbuf_init() now. After rtems_bdbuf_init() no fatal errors can happen due to configuration errors or resource limits. This makes it easier to detect configuration errors for users.
* bsp/gen5200: New ATA driverSebastian Huber2013-02-2010-45/+1566
| | | | This is a replacement for the ATA task. The performance is much better.
* bsp/gen5200: Add and use mpc5200_fatal()Sebastian Huber2013-02-206-10/+27
|
* bsp/mpc55xx: Fix prototypeSebastian Huber2013-02-202-2/+2
|
* dosfs: Fix file length updateSebastian Huber2013-02-201-2/+3
|
* fstests/fsrdwr: Add test caseSebastian Huber2013-02-203-1/+59
|
* fstests/fsrdwr: Fix warningSebastian Huber2013-02-201-1/+1
|
* fstests: Prevent compiler optimizationsSebastian Huber2013-02-151-1/+4
|
* dosfs: Start scan with a valid data clusterSebastian Huber2013-02-151-26/+16
| | | | | Simpify the loop. Set last cluster to an undefined value in case no free cluster exists.
* dosfs: Fix file extendSebastian Huber2013-02-151-23/+24
| | | | | | Only append a valid cluster chain (cluster added > 0), otherwise we overwrite the root directory cluster (cluster 0) of a FAT12 or FAT16 with arbitrary data.
* dosfs: Ensure valid data cluster countSebastian Huber2013-02-151-1/+6
|
* Introduce AM_CONDITIONAL ATOMIC.Ralf Corsépius2013-02-147-14/+28
|
* Introduce AM_CONDITIONAL ATOMIC, cpuopt RTEMS_ATOMIC.Ralf Corsépius2013-02-141-0/+4
|
* Conditionally install atomic-headers.Ralf Corsépius2013-02-144-2/+8
|
* Add RTEMS_CHECK_ATOMIC, RTEMS_CPUOPT([RTEMS_ATOMIC]), AM_CONDITIONAL ATOMIC.Ralf Corsépius2013-02-141-0/+7
|
* New.Ralf Corsépius2013-02-141-0/+13
|
* Include <stdint.h>Ralf Corsépius2013-02-141-0/+2
|
* ftpd: Go back to the root directorySebastian Huber2013-02-131-0/+8
|
* make: Add default flagsSebastian Huber2013-02-131-7/+4
|
* make: Add CPPFLAGSSebastian Huber2013-02-131-0/+2
|
* make: Remove -Wno-unused flag for debug variantSebastian Huber2013-02-131-1/+1
|
* make: Remove -g flagsSebastian Huber2013-02-131-3/+3
| | | | The -g flag is set by the BSP.
* make: Remove -qrtems_debug flag usageSebastian Huber2013-02-133-8/+4
|
* bsps/powerpc: Remove unused filesSebastian Huber2013-02-132-46/+0
|
* score: use new alignment routine in object extend information.Gedare Bloom2013-02-121-12/+16
|
* score: New routines to align addresses up or down.Gedare Bloom2013-02-121-0/+44
|
* sptests/spfatal11: Update due to API changesSebastian Huber2013-02-122-5/+22
|
* sapi: PR1911: Add CONFIGURE_DISABLE_BSP_SETTINGSSebastian Huber2013-02-123-0/+79
|
* score: Add and use rtems_assert_contextSebastian Huber2013-02-125-7/+52
|
* bsp/lpc32xx: Add BSP_USB_OTG_TRANSCEIVER_VBUSSebastian Huber2013-02-121-0/+3
|
* sparc64: revert linkcmds to 4 MB ram sizeGedare Bloom2013-02-111-2/+2
|
* PR1560: _Objects_Extend_information improper alignmentGedare Bloom2013-02-111-5/+18
| | | | | | _Objects_Extend_information uses a sizeof(uint32_t) offset that leads to improper alignment in case the CPU (actually, heap) alignment is 8 or higher. The problem is solved by adding enough padding to align the sub-tables.
* bsp/lpc24xx: Move UART probes to separate filesSebastian Huber2013-02-116-53/+130
|
* libchip/serial: Make NS16550 handler publicSebastian Huber2013-02-115-18/+29
| | | | This allows derived drivers to use these functions.
* libchip/serial: Add const qualifierSebastian Huber2013-02-1138-64/+64
|
* libchip/serial: Fix warningsSebastian Huber2013-02-112-2/+13
|
* libchip/serial: Fix warningsSebastian Huber2013-02-111-2/+1
|
* libchip/serial: Fix warningsSebastian Huber2013-02-112-6/+9
|
* bsp/erc32: Fix warningsSebastian Huber2013-02-111-2/+2
|
* score: atomic support for RTEMS. Cleanup.WeiY2013-02-073-226/+218
|
* tests: atomic support for RTEMS. SMP tests for atomic operations.WeiY2013-02-0742-0/+1991
|