summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests (follow)
Commit message (Expand)AuthorAgeFilesLines
* score: Create thread implementation headerSebastian Huber2013-07-261-0/+2
* score: Create prioritybitmap implementation headerSebastian Huber2013-07-261-1/+1
* score: Add freechainZhongwei Yao2013-07-246-0/+256
* score: Merge sysstate API into one fileSebastian Huber2013-07-242-1/+4
* score: Create heap implementation headerSebastian Huber2013-07-233-5/+5
* rtems: Create tasks implementation headerSebastian Huber2013-07-233-2/+6
* rtems: Create region implementation headerSebastian Huber2013-07-231-2/+2
* rtems: Create part implementation headerSebastian Huber2013-07-231-2/+2
* rtems: Create timer implementation headerSebastian Huber2013-07-234-2/+8
* rtems: Create ratemon implementation headerSebastian Huber2013-07-232-2/+3
* rtems: Create dpmem implementation headerSebastian Huber2013-07-231-2/+2
* rtems: Create event implementation headerSebastian Huber2013-07-233-4/+6
* score: Create rbtree implementation headerSebastian Huber2013-07-231-1/+1
* sapi: Create extension implementation headerSebastian Huber2013-07-231-2/+2
* sapi: Merge rbtree API into one fileSebastian Huber2013-07-231-0/+1
* score: Add WATCHDOG_INITIALIZER()Sebastian Huber2013-07-221-0/+24
* score: Create watchdog implementation headerSebastian Huber2013-07-227-0/+12
* sptests/sp37: Disable dispatch for clock tickSebastian Huber2013-07-221-1/+5
* rtems: Create message queue implementation headerSebastian Huber2013-07-221-2/+2
* testsuites: Use _Thread_Get_executing()Sebastian Huber2013-07-225-11/+13
* testsuites: Include missing header filesSebastian Huber2013-07-221-0/+2
* rtems: Create semaphore implementation headerSebastian Huber2013-07-184-3/+8
* stdatomic.h support check when configureWeiY2013-07-178-0/+32
* spatomic test case updateWeiY2013-07-177-188/+135
* sptests/spwkspace: Reserve space for duplicatesSebastian Huber2013-06-251-0/+2
* sptests/spmountmgr01: SimplifySebastian Huber2013-06-251-4/+4
* sptests/sp64: SimplifySebastian Huber2013-06-251-78/+25
* sptests/sp62: Rework to avoid heap internalsSebastian Huber2013-06-251-32/+29
* sptests/sp59: Change allocation sizeSebastian Huber2013-06-251-1/+1
* sptests/sp18: SimplifySebastian Huber2013-06-252-26/+16
* sptests/sp16: Change allocation sizesSebastian Huber2013-06-254-34/+36
* sptests/sp09: Change allocation sizesSebastian Huber2013-06-251-2/+2
* Revert "sptests/sp02: Fix maximum task count"Sebastian Huber2013-06-171-1/+1
* score: Rename rtems_smp_get_number_of_processors()Sebastian Huber2013-06-141-5/+1
* score: Add _Chain_Insert_ordered_unprotected()Sebastian Huber2013-06-143-0/+36
* sptests/sp02: Fix maximum task countSebastian Huber2013-06-141-1/+1
* rtems: Add interrupt locksSebastian Huber2013-06-121-0/+17
* score: Remove idle field of Per_CPU_ControlSebastian Huber2013-05-311-2/+11
* sptests: add test to demonstrate bug in strict order mutexGedare Bloom2013-05-206-1/+257
* sptests: add test for priority inversion with multiple locksGedare Bloom2013-05-206-1/+211
* score: Add CPU context validationSebastian Huber2013-05-106-0/+222
* Clear the atomic conditional compilation.WeiY2013-05-018-32/+0
* testsuites: Fix warningsSebastian Huber2013-04-118-12/+4
* sptests/spstkalloc02: Disable for small memory BSPSebastian Huber2013-04-081-0/+25
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-081-3438/+0
* 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
* sptests/spfatal11: Update due to API changesSebastian Huber2013-02-122-5/+22
* score: Add and use rtems_assert_contextSebastian Huber2013-02-122-5/+31
* tests: atomic support for RTEMS. Uniprocessor tests for atomic ops.WeiY2013-02-0742-0/+2563