summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit/cpuopts.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cpukit: Add exception extensionsKinsey Moore2021-10-291-0/+2
| | | | | | | | This adds the set of functions necessary to allow more generic handling of machine exceptions. This initial patch offers the ability to manipulate a CPU_Exception_frame and resume execution using that exception information with or without thread dispatch. These functions are gated behind the RTEMS_EXCEPTION_EXTENSIONS configuration option.
* spec/libdebugger: Only enable for supported architecturesChris Johns2021-10-221-0/+2
| | | | Closes #4533
* spec: Remove RTEMS_NETWORKING optionsVijay Kumar Banerjee2021-04-071-2/+0
| | | | Update #3850
* rtems: Add rtems_get_build_label()Sebastian Huber2021-02-251-0/+2
| | | | Update #4269.
* build: Add RTEMS_PROFILINGSebastian Huber2020-09-251-0/+2
| | | | Update #3818.
* build: Alternative build system based on wafSebastian Huber2020-09-141-0/+67
Update #3818.