summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* powerpc/mvme5500/vectors/exceptionhandler.c: Turn off deprecated warningJoel Sherrill2015-03-171-0/+6
| | | | updated #2306.
* sptests misc: Update to not use deprecated methodsJoel Sherrill2015-03-176-18/+18
|
* tests misc: Disable deprecated method usage warning when intentionalJoel Sherrill2015-03-175-195/+232
| | | | | These tests intentionally use the deprecated method. Eventually this code in the sections can be deleted.
* Disable deprecated warning on implementation of deprecated methodsJoel Sherrill2015-03-178-4/+46
|
* libmisc/monitor/mon-task.c: Disable deprecated warning for use of notepadsJoel Sherrill2015-03-171-2/+21
|
* libchip/network/if_fxp.c: Do not use rtems_clock_get()Joel Sherrill2015-03-171-1/+1
|
* libchip/i2c/spi-memdrv.c: Do not use rtems_clock_get()Joel Sherrill2015-03-171-7/+4
|
* libcpu/bfin/clock/rtc.c: Do not use rtems_clock_get()Joel Sherrill2015-03-171-2/+2
|
* powerpc/shared/flash/intelFlash.c: Do not use rtems_clock_get()Joel Sherrill2015-03-171-1/+1
|
* score603e/tod/tod.c: Do not use rtems_clock_get()Joel Sherrill2015-03-171-2/+2
|
* beatnik/network/porting/if_xxx_rtems.c: Do not use rtems_clock_get()Joel Sherrill2015-03-171-1/+1
|
* mvme167/network/network.c: Do not use rtems_clock_get()Joel Sherrill2015-03-171-19/+21
|
* mvme162/tod/tod.c: Do not use rtems_clock_get()Joel Sherrill2015-03-171-2/+2
|
* tm07: Split some code into new spnotepad02.Joel Sherrill2015-03-1710-22/+116
| | | | | | Use of deprecated notepads in sp07 needs further work. Updates #2305.
* testsuites/samples/minimum/init.c: Notepads no longer need to be disabledJoel Sherrill2015-03-171-7/+0
| | | | They are disabled by default as they are deprecated.
* cpukit/libdl/rtl-obj-comp.c: Use correct printf() specificationJoel Sherrill2015-03-172-3/+3
|
* bsp/mpc55xx: Fix flash settingsSebastian Huber2015-03-171-13/+16
|
* testsupport: Add worker setup handlerSebastian Huber2015-03-174-24/+96
| | | | Add rtems_test_parallel_get_task_id().
* bsp/qoriq: Add register blocks for T variantsSebastian Huber2015-03-171-78/+84
|
* bsp/qoriq: Fix warningSebastian Huber2015-03-171-0/+3
|
* score: Ensure properties of CPU_Uint32ptrSebastian Huber2015-03-171-0/+10
|
* cpukit: add and use CPU_Uint32ptr typeGedare Bloom2015-03-1621-2/+61
|
* bsp/mbx8xx: Fix warningsSebastian Huber2015-03-161-4/+6
|
* IMFS: don't strlen() an unterminated string in IMFS_dir_read().Jamie Iles2015-03-161-1/+1
| | | | | | | | | a43a3466 (IMFS: Implement variable length node names) introduced a changed to IMFS_jnode_t from being a null terminated string to a separate unterminated string and length. IMFS_dir_read() was still performing a strlen() on this unterminated string though and when doing an 'ls' in the fileio example I saw that some filenames had garbage suffixes.
* shell: remove rtems ifdef, upstream is correctGedare Bloom2015-03-161-8/+0
|
* shell: fix printf warningsGedare Bloom2015-03-161-4/+5
|
* capture: fix warnings in printGedare Bloom2015-03-161-4/+6
|
* rtems: make error codes uintptr_tGedare Bloom2015-03-161-1/+1
|
* rfs: cast minor to uintptr_t to truncate explicitlyGedare Bloom2015-03-161-2/+2
|
* preliminary Raspberry Pi Model 2 supportAlan Cudmore2015-03-166-22/+55
| | | | | | | | | | | | | | | | | This patch adds a BSP variant for the Raspberry Pi 2. You can build both variants by configuring with the option --enable-rtemsbsp="raspberrypi2 raspberrypi" For the current BSP, the only change was the peripheral register base address and the compiler options. The raspberrypi/make/custom rules were re-factored: raspberrypi.inc -- Common rules raspberrypi.cfg -- Raspberry Pi 1 specific rule/optons raspberrypi2.cfg -- Raspberry Pi 2 specific rule/options I tested hello, ticker, unlimited, and paranoia on both the Pi (Model A+) and Pi 2.
* tmtests/tmfine01: New testSebastian Huber2015-03-166-0/+2612
|
* score: Add _Objects_ISR_disable_and_acquire()Sebastian Huber2015-03-151-7/+22
|
* bsps/sparc: Fix linker sectionSebastian Huber2015-03-151-3/+3
|
* Revert "autoconf changes"Ben Gras2015-03-142-4/+4
| | | | | | This reverts commit dbe85952f9adac28a2dc84473eac24ae2c85e260. Accidentally merged.
* beagle bsp: delete TIMER_FREQ, TIMER_COUNTBen Gras2015-03-141-4/+0
| | | | | | unused and poorly named (no prefix) and colliding with sp68. Closes #2302.
* autoconf changesBen Gras2015-03-142-4/+4
|
* score/or1k: Fix warnings. Add missing prototypesHesham ALMatary2015-03-131-0/+4
| | | | Closes #2304
* m32cbsp: Add bsp_reset() so the BSP exitsJoel Sherrill2015-03-122-1/+3
|
* posix/src/nanosleep.c: Address issue when delay is longer than desiredJoel Sherrill2015-03-121-16/+27
| | | | | | | This resulted in the elapsed time going below 0 and an arbitrarily large number returned as the time remaining. closes #2296.
* posix: Return error code if mmap is usedDaniel Cederman2015-03-121-1/+1
|
* posix: Move function to file with matching nameDaniel Cederman2015-03-122-10/+10
| | | | mmap was previously in munmap.c and munmap was in mmap.c.
* confdefs.h: Improve the DoxygenJoel Sherrill2015-03-111-121/+780
|
* mvme147s: Install z8530.hJoel Sherrill2015-03-112-0/+13
| | | | This was missed when the file was moved.
* cpukit/include/rtems/btimer.h: Add DOxygen commentsJoel Sherrill2015-03-111-2/+56
|
* cpukit/include/rtems/bspIo.h: Add Doxygen commentsJoel Sherrill2015-03-111-29/+107
|
* cpukit: Remove old DESCRIPTION: in commentsJoel Sherrill2015-03-1112-131/+24
| | | | These were remnants of pre-Doxygen comment style.
* doc/started: simplify and fixGedare Bloom2015-03-118-1226/+47
| | | | | | | | | | | | * fix and remove some macros in rtems.texi.in. * refer to devel mailing list. * remove reference to Debian packaging in requirements section. * remove section on prebuilt tools. * replace toolset build instructions with link to RSB docs. * Add a note in building RTEMS section about using RSB. * Fix URLs Closes #2291.
* cpukit: deprecate task variables. closes #2293.Gedare Bloom2015-03-104-4/+26
|
* cpukit: deprecate rtems_clock_get(). closes #2294.Gedare Bloom2015-03-102-1/+6
|
* cpukit: deprecate notepadsGedare Bloom2015-03-1013-16/+77
| | | | | | | | | | | | | | | Deprecate Classic API Notepads. Mark task_set/get_note() with the deprecated attribute, and also mark the notepads field. Replace disable with enable option for notepads in confdefs.h, and make notepads disabled by default. The previous option CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS is now unused and will emit a compile-time warning. A new option CONFIGURE_ENABLE_CLASSIC_API_NOTEPADS is available to turn on notepads, but it also will emit a compile-time warning to indicate that notepads are deprecated. Closes #2265