summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: Fix legacy Makefile supportSebastian Huber2020-10-102-4/+3
* testsuite/rcxx01: Add examples for use in the User manualChris Johns2020-10-096-5/+248
* librtemscxx: Fix white space to match the coding standardChris Johns2020-10-094-208/+208
* librtemscxx: Add join() and detach() to the threadChris Johns2020-10-093-14/+43
* bsps/include/bsp/fatal.h: Add GRLIB specific fatal errorJoel Sherrill2020-10-081-1/+4
* librtemscxx: Fix installSebastian Huber2020-10-081-3/+3
* validation: Improve file header commentSebastian Huber2020-10-083-15/+29
* doxygen: Add "Generated from ..." commentsSebastian Huber2020-10-081-4/+339
* rtems: Add "Generated from ..." commentsSebastian Huber2020-10-081-4/+13
* build: Disable RTEMS_NETWORKING for some arch/bspSebastian Huber2020-10-081-1/+12
* cpukit/librcxx: Add a C++ thread interface with attributesChris Johns2020-10-0812-0/+1312
* Misc: Correct spelling of occurredJoel Sherrill2020-10-073-3/+3
* rtems: Add RTEMS_PARTITION_ALIGNMENTSebastian Huber2020-10-073-9/+19
* build: Fix BSP nameSebastian Huber2020-10-071-1/+1
* build: Remove raspberrypi from RTEMS_SMPSebastian Huber2020-10-071-1/+0
* build: Add test excludes for RTEMS_DEBUGSebastian Huber2020-10-062-0/+2
* bsps: Add Cortex-A53 ILP32 BSP variantKinsey Moore2020-10-054-1/+112
* bsps: Add Cortex-A53 LP64 basic BSPKinsey Moore2020-10-0525-0/+2478
* score: Add AArch64 portKinsey Moore2020-10-0519-1/+2794
* spmsgq_err01: Use correct max values and fix 64bitKinsey Moore2020-10-051-3/+3
* bsps/shared: Add PSCI-based bspreset implementationKinsey Moore2020-10-051-0/+56
* bsps: Break out AArch32 GICv3 supportKinsey Moore2020-10-0523-73/+183
* bsps: Break out AArch32 portions of GPT driverKinsey Moore2020-10-0518-52/+189
* spec: Add missing spintrcritical24 definitionKinsey Moore2020-10-051-0/+1
* Move ARM PL011 UART driverKinsey Moore2020-10-0516-15/+18
* build: Add test excludes for RTEMS_DEBUGSebastian Huber2020-10-054-0/+4
* bsp/lpc176x: Fix memory mapSebastian Huber2020-10-051-3/+3
* build: Add testopts.h to configure scriptSebastian Huber2020-10-052-0/+70
* build: Use exact match by default for BSP namesSebastian Huber2020-10-021-2/+2
* build: Scope RTEMS_MULTIPROCESSING optionSebastian Huber2020-10-021-2/+13
* build: Fix typoSebastian Huber2020-10-021-1/+1
* Decouple the C Program Heap initializationSebastian Huber2020-10-019-45/+217
* rtems: Canonicalize name and id checksSebastian Huber2020-10-016-182/+190
* tests: Add and use <rtems/testopts.h>Sebastian Huber2020-10-015-2/+53
* build: Enable RTEMS_SMP only for selected BSPsSebastian Huber2020-10-011-1/+32
* build: Fix build dependencies of JFFS2 testsSebastian Huber2020-10-019-19/+19
* libtests/sha: Fix test if -O0 is usedSebastian Huber2020-09-301-0/+11
* build: Include cpuopts.h in "config.h"Sebastian Huber2020-09-301-1/+2
* rtems: Remove rtems_io_driver_io_error()Sebastian Huber2020-09-291-11/+0
* rtems-bsps: add ability to print architecture/bsp listRyan Long2020-09-291-3/+40
* Fixing bug in line editing of the shell with CTRL-U.Frank Kühndel2020-09-281-0/+5
* doxygen: Fix use of getchark() and rtems_putc()Sebastian Huber2020-09-281-6/+6
* validation: Test rtems_message_queue_construct()Sebastian Huber2020-09-282-0/+1869
* rtems: Add rtems_message_queue_construct()Sebastian Huber2020-09-2817-169/+590
* rtems: Remove Message_queue_Control::attribute_setSebastian Huber2020-09-284-10/+26
* score: Add <rtems/score/coremsgbuffer.h>Sebastian Huber2020-09-284-38/+99
* score: Simplify CORE_message_queue_BufferSebastian Huber2020-09-2810-76/+72
* score: Improve _CORE_message_queue_Initialize()Sebastian Huber2020-09-287-40/+52
* score: Gather message queue control initializationSebastian Huber2020-09-281-16/+11
* score: Fix allocation size calculationSebastian Huber2020-09-281-51/+23