summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* validation: rtems_task_construct() errorsSebastian Huber2020-09-172-0/+2368
* validation: Add general purpose test suiteSebastian Huber2020-09-178-1/+286
* doxygen: Move top-level group definitionsSebastian Huber2020-09-172-18/+44
* rtems: Add rtems_task_construct()Sebastian Huber2020-09-1711-236/+604
* CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZESebastian Huber2020-09-1713-8/+186
* rtems: Add RTEMS_ALIGN_UP()Sebastian Huber2020-09-171-0/+15
* rtems: Add RTEMS_ALIGN_DOWN()Sebastian Huber2020-09-171-0/+15
* build: Allow test program item UIDs with a "-"Sebastian Huber2020-09-171-2/+4
* build: Fix mghttpd01 test excludeSebastian Huber2020-09-173-17/+2
* libtest: Fix T_thread_switch_record()Sebastian Huber2020-09-171-0/+1
* riscv: Make sifive_test finisher 4 bytesHesham Almatary2020-09-171-1/+1
* build: Fix dependencies for start and asm filesSebastian Huber2020-09-171-7/+38
* bsps/arm: Use RTEMS_SECTION()Sebastian Huber2020-09-171-6/+12
* arm: Fix arm_cp15_set_translation_table_entries()Sebastian Huber2020-09-172-1/+17
* build: Fix multiple defintion error for i386/pc386Sebastian Huber2020-09-151-4/+9
* bsp/pc386: Remove support for obsolete BinutilsSebastian Huber2020-09-151-11/+1
* build: Fix i386/pc386 link of SMP start fileSebastian Huber2020-09-151-1/+1
* build: Add RELOCADDR to i386/pc386 optionsSebastian Huber2020-09-152-0/+29
* build: Fix i386/pc386 ABI flagsSebastian Huber2020-09-151-5/+0
* build: Fix i386/pc386 with SMP enabledSebastian Huber2020-09-154-1/+68
* bsps/riscv: Use far jump to boot_card()Sebastian Huber2020-09-151-1/+1
* irqs01/smpirqs01: New testsSebastian Huber2020-09-148-0/+568
* build: Use Python tarfile instead of paxSebastian Huber2020-09-1412-39/+24
* build: Alternative build system based on wafSebastian Huber2020-09-142071-2/+65911
* i386/score: fix assembly mnemonicGedare Bloom2020-09-121-1/+1
* Remove tmoverhd which existed to produce the obsolete coverhd.hJoel Sherrill2020-09-1119-4646/+2
* score: Fix _Thread_Initialize()Sebastian Huber2020-09-111-5/+6
* Remove remaining references to coverhd.hJoel Sherrill2020-09-102-2/+0
* spintrcritical08: Increase clock tick intervalSebastian Huber2020-09-101-1/+1
* htif_console_handler is defined in htif.cHesham Almatary2020-09-061-1/+1
* score: Add stack free handler to TCBSebastian Huber2020-08-319-24/+78
* score: Move _Stack_Allocator_free to separate fileSebastian Huber2020-08-313-2/+36
* score: Add _Stack_Allocator_do_initialize()Sebastian Huber2020-08-317-21/+78
* score: Use _Freechain_Push()Sebastian Huber2020-08-312-2/+2
* score: Add <rtems/score/freechainimpl.h>Sebastian Huber2020-08-3110-126/+170
* score: Add _Freechain_Push()Sebastian Huber2020-08-312-4/+18
* score: Fix debug assertSebastian Huber2020-08-311-4/+12
* config: Add zero file descriptor data structuresSebastian Huber2020-08-312-0/+47
* config: Provide file descriptors only if necessarySebastian Huber2020-08-311-9/+15
* score: Optimize _Objects_Name_to_id_u32()Sebastian Huber2020-08-312-3/+2
* rtems: Add _RTEMS_Name_to_id()Sebastian Huber2020-08-3117-230/+480
* score: Constify objects name to id functionsSebastian Huber2020-08-314-17/+17
* bsps: Always install IPI in SMP configsSebastian Huber2020-08-314-42/+29
* bsp/xilinx-zynq: Flush TX-Buffer before initializing uartJan Sommer2020-08-221-0/+2
* spintrcritical22: Use right thread wait flagsSebastian Huber2020-08-211-1/+1
* spintrcritical16: Use right thread wait flagsSebastian Huber2020-08-211-1/+1
* config: Conditionally include headerSebastian Huber2020-08-211-1/+4
* mp03: Include missing header fileSebastian Huber2020-08-211-0/+2
* score: Fix set but not used warningSebastian Huber2020-08-211-1/+1
* confdefs: Fix cyclic dependencySebastian Huber2020-08-212-12/+8