summaryrefslogtreecommitdiffstats
path: root/bsps/riscv/griscv/irq/irq.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/riscv: Fix multiple definitionSebastian Huber2020-04-101-2/+0
|
* rtems: Add rtems_scheduler_get_processor_maximum()Sebastian Huber2019-04-091-2/+2
| | | | | | | | | | | Add rtems_scheduler_get_processor_maximum() as a replacement for rtems_get_processor_count(). The rtems_get_processor_count() is a bit orphaned. Adopt it by the Scheduler Manager. The count is also misleading, since the processor set may have gaps and the actual count of online processors may be less than the value returned by rtems_get_processor_count(). Update #3732.
* riscv: add griscv bspJiri Gaisler2019-01-221-0/+144
Update #3678.