summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bsps/arm/imxrt: Change license to BSD-2Joel Sherrill2022-07-081-3/+22
* bsps/arm/lpc176x: Change license to BSD-2Joel Sherrill2022-07-0814-42/+308
* bsps/arm/include: Change license to BSD-2Joel Sherrill2022-07-0817-51/+374
* bsps/arm/imx: Change license to BSD-2Joel Sherrill2022-07-0816-48/+352
* bsps/arm/csb337: Change license to BSD-2Joel Sherrill2022-07-086-18/+132
* bsps/arm/beagle: Change license to BSD-2Joel Sherrill2022-07-082-6/+44
* bsps/arm/atsamv: Change license to BSD-2Joel Sherrill2022-07-0830-90/+660
* bsps/arm/altera-cyclone-v: Change license to BSD-2Joel Sherrill2022-07-0815-45/+330
* bsps/arm/shared: Change license to BSD-2Joel Sherrill2022-07-0813-39/+286
* validation: Test thread idle bodiesSebastian Huber2022-07-072-0/+195
* validation: Always test spurious interruptsSebastian Huber2022-07-073-17/+13
* validation: Test thread free of FPU ownerSebastian Huber2022-07-071-0/+74
* validation: Test scheduler detailSebastian Huber2022-07-071-2/+135
* rtems: Simplify rtems_scheduler_ident()Sebastian Huber2022-07-071-16/+11
* score: Use RTEMS_SMP in _Thread_Create_idle()Sebastian Huber2022-07-071-1/+5
* score: Conditional _Thread_Priority_replace()Sebastian Huber2022-07-072-0/+4
* bsps/aarch64: Use MMU pages appropriatelyKinsey Moore2022-07-065-14/+14
* cpukit/aarch64: Remove _CPU_ISR_install_vectorKinsey Moore2022-07-052-31/+0
* sppps01: Add test case for early returns of pps_event()Gabriel Moyano2022-07-051-3/+46
* score: Add _CPU_Use_thread_local_storage()Sebastian Huber2022-07-0421-4/+223
* libtests/crypt01: Avoid stack overflowsSebastian Huber2022-07-041-1/+5
* samples/minimum: Prevent a stack overflowSebastian Huber2022-07-041-0/+5
* build: Add RTEMS_GCOV_COVERAGE optionSebastian Huber2022-07-0411-4/+114
* gcov: Add wrapper to dump the gcov infoSebastian Huber2022-07-043-0/+110
* gcov: Add functions to dump the gcov informationSebastian Huber2022-07-049-1/+408
* gcov: Add fork(), etc. gcov wrappersSebastian Huber2022-07-042-0/+95
* build: Allow separate optimization flagsSebastian Huber2022-07-0413-20/+93
* build: Fix optimization flags definition orderSebastian Huber2022-07-0464-128/+128
* build: Add cppflags, cflags, cxxflags to groupsSebastian Huber2022-07-0471-4/+214
* build: Improve value substitutionSebastian Huber2022-07-041-9/+16
* build: Fix identifier patternSebastian Huber2022-07-041-1/+1
* build: Move BSP_INCLUDES splitSebastian Huber2022-07-042-1/+2
* build: Add more flags to BuildItemContextSebastian Huber2022-07-041-23/+70
* samples/cdtest: Test exceptions during system initSebastian Huber2022-07-041-9/+35
* bsps/xilinx-zynq: Init debug console only onceSebastian Huber2022-07-011-4/+1
* bsp/lpc32xx: Optimize Ethernet transmitSebastian Huber2022-06-271-1/+1
* bsp/stm32h7: Exclude some testsSebastian Huber2022-06-241-0/+2
* bsp/rtl22xx: Exclude exit03Sebastian Huber2022-06-241-0/+1
* tstsmallmem: Exclude exit03 and tftpfsSebastian Huber2022-06-241-0/+2
* riscv: Include missing header fileSebastian Huber2022-06-241-0/+2
* score: Account for <sys/bitset.h> API changesSebastian Huber2022-06-231-17/+73
* score: Remove unused _Processor_mask_Nand()Sebastian Huber2022-06-231-16/+0
* spcpuset01: Account for <sys/cpuset.h> API changesSebastian Huber2022-06-231-0/+10
* score: Make SMP only code explicitSebastian Huber2022-06-235-31/+36
* kern_tc.c: Provide a weak hardpps() implementationSebastian Huber2022-06-231-0/+12
* score: Use right clock for threadq timeoutsSebastian Huber2022-06-232-4/+10
* TFTPFS: Fix test configuration for FP targetsSebastian Huber2022-06-211-0/+2
* TFTPFS: Reduce test configurationSebastian Huber2022-06-211-3/+2
* TFTPFS: Add testsFrank Kühndel2022-06-218-1/+9506
* TFTPFS: Implement block and window size optionsFrank Kühndel2022-06-215-673/+2195