summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* validation: Improve spurious interrupt test caseSebastian Huber2022-11-113-29/+76
* bsps/noel: Fix interrupt supportSebastian Huber2022-11-111-0/+2
* cpukit/fdt: Fix typos and clarify paramsKinsey Moore2022-11-101-9/+15
* Remove remnants of rtems_io_lookup_nameJoel Sherrill2022-11-102-24/+0
* bsps/riscv: Fix PLIC enable register countSebastian Huber2022-11-101-2/+2
* arm: Fix Armv7-M TLS supportSebastian Huber2022-11-101-1/+1
* bsps/riscv: Skip init on not configured processorsSebastian Huber2022-11-101-0/+11
* bsps/riscv: Simplify riscv_plic_init()Sebastian Huber2022-11-101-30/+39
* bsps/riscv: Simplify riscv_clint_init()Sebastian Huber2022-11-101-14/+25
* bsps/riscv: Add tm27 supportSebastian Huber2022-11-101-1/+136
* bsps/riscv: Always dispatch software interruptsSebastian Huber2022-11-101-3/+2
* bsps/riscv: bsp_interrupt_get/set_affinity()Sebastian Huber2022-11-102-14/+7
* bsps/riscv: bsp_interrupt_raise_on()Sebastian Huber2022-11-101-4/+20
* bsps/riscv: bsp_interrupt_is_pending()Sebastian Huber2022-11-101-2/+25
* bsps/riscv: bsp_interrupt_get_attributes()Sebastian Huber2022-11-101-0/+15
* bsps/riscv: Improve bsp_interrupt_vector_disable()Sebastian Huber2022-11-101-0/+8
* bsps/riscv: Improve bsp_interrupt_vector_enable()Sebastian Huber2022-11-101-0/+8
* bsps/riscv: bsp_interrupt_vector_is_enabled()Sebastian Huber2022-11-101-2/+47
* bsps/riscv: bsp_interrupt_is_valid_vector()Sebastian Huber2022-11-102-1/+18
* bsps/riscv: RISCV_MAXIMUM_EXTERNAL_INTERRUPTSSebastian Huber2022-11-101-2/+2
* validation: Properly teardown test casesSebastian Huber2022-11-093-3/+98
* riscv: Simplify _CPU_ISR_Set_level()Sebastian Huber2022-11-091-15/+13
* libmd: Remove extra digest copy in SHA256_Final()Sebastian Huber2022-11-091-1/+0
* riscv: Remove superfluous init/fini functionsSebastian Huber2022-11-091-12/+0
* config: Place init task storage area in .rtemsstackSebastian Huber2022-11-093-13/+14
* cpukit/aarch64: Emulate FPSR for FENV trapsKinsey Moore2022-11-091-0/+20
* bsps/aarch64: Ensure FPU trap state is consistentKinsey Moore2022-11-091-0/+6
* zynqmp: Add support for the CFC-400XKinsey Moore2022-11-0919-1/+718
* rtems: Fix type in descriptionSebastian Huber2022-11-081-1/+1
* wscript: fix formatting with yapfGedare Bloom2022-11-071-166/+139
* build: Disable can01 for small memory BSPsSebastian Huber2022-11-071-0/+1
* bsps/riscv: Use start data for objectSebastian Huber2022-11-041-0/+6
* cpukit/libdebugger: Fix stepping on ARM architecturesChris Johns2022-10-311-313/+495
* rtems-bsps: Generate empty config.ini for arc/bsp combinationsChris Johns2022-10-311-12/+80
* bsps/arm/beagle/dcan: Added DCAN supportPrashanth S2022-10-308-0/+11554
* cpukit/dev/can: Added CAN supportPrashanth S2022-10-309-0/+1512
* bsps/riscv: Workaround for sporadic linker issuesSebastian Huber2022-10-281-0/+1
* bsps/arm: fix Cortex-M7 systick reload valueDariusz Sabala2022-10-261-1/+1
* sptests: Avoid fatal error to end a testSebastian Huber2022-10-252-0/+2
* bsps: Add Cache Manager implementation groupSebastian Huber2022-10-241-4/+39
* libdebugger: Add a target break call to suspend all running threadsChris Johns2022-10-183-16/+65
* bsps: Improve riscv console FDT parsingAlan Cudmore2022-10-141-9/+5
* riscv: Move functions to avoid build issuesSebastian Huber2022-10-142-10/+10
* validation: Use correct number of idle tasksSebastian Huber2022-10-141-1/+16
* powerpc: Conditionally provide Context_Control_fpSebastian Huber2022-10-141-3/+6
* powerpc: Fix 'noreturn' function does returnSebastian Huber2022-10-141-0/+1
* score: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALLSebastian Huber2022-10-149-3/+387
* config: Add CONFIGURE_IDLE_TASK_STORAGE_SIZESebastian Huber2022-10-1426-80/+419
* stackchk01: Check CPU_STACK_MINIMUM_SIZESebastian Huber2022-10-142-9/+33
* stackchk: Add rtems_stack_checker_iterate()Sebastian Huber2022-10-142-63/+170