summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* sparc: Use RTEMS_XCONCAT()Sebastian Huber2020-08-201-4/+2
* bsps/leon3: Remove superfluous includesSebastian Huber2020-08-202-8/+2
* bsps/arm: Use _Assert()Sebastian Huber2020-08-201-3/+2
* dd(1): Use a local swapbytes() function.eadler2020-08-201-1/+16
* spintrcritical23: Fix unused variable warningsSebastian Huber2020-08-201-2/+2
* sp37: Fix unused variable warningsSebastian Huber2020-08-201-0/+2
* psxkey01: Fix configurationAschref Ben Thabet2020-08-201-1/+1
* Fix -Wchar-subscripts warningsAschref Ben Thabet2020-08-202-6/+6
* ada: Add missing attributesSebastian Huber2020-08-191-0/+9
* rtems: Use unique option valuesSebastian Huber2020-08-191-1/+1
* libtest: Add T_push_plan() and T_pop_plan()Sebastian Huber2020-08-184-2/+44
* libtest: Use a destructorSebastian Huber2020-08-181-10/+5
* libtest: Change T_step() and T_assert_step()Sebastian Huber2020-08-185-18/+34
* libtest: Add fixture stepsSebastian Huber2020-08-185-49/+80
* libtest: Add T_check_steps()Sebastian Huber2020-08-181-18/+13
* libtest: Use line buffer in T_check()Sebastian Huber2020-08-181-31/+86
* libtest: Add T_puts()Sebastian Huber2020-08-182-0/+26
* libtest: Add T_do_is_runner()Sebastian Huber2020-08-181-30/+34
* libtest: Add output buffer drain and fillSebastian Huber2020-08-181-25/+35
* libtest: Change fixture scope methodSebastian Huber2020-08-183-67/+86
* rtems/printer.h Fix build warnings -Wclass-memaccessAschref Ben Thabet2020-08-171-1/+5
* powerpc/io: The eieio() function clashes with FreeBSD. Change.Chris Johns2020-08-121-4/+4
* posix: Only check shm_unlink obj_err if necessaryKinsey Moore2020-08-111-22/+23