summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/epiphany (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Introduce Thread_Entry_informationSebastian Huber2016-01-111-1/+1
| | | | | | | This avoids potential dead code in _Thread_Handler(). It gets rid of the dangerous function pointer casts. Update #2514.
* doc: Epiphany BSP SIM headersjfjhh2015-12-183-21/+91
|
* bsps: Delete superfluous bsp_pretasking_hook()Sebastian Huber2015-12-101-1/+0
| | | | | | Use the bsp_predriver_hook() instead. Update #2408.
* Epiphany: Add the first epiphany_sim BSP v4Hesham ALMatary2015-05-2120-0/+1422
This BSP in intended to run on the simulator that should be built from RSB. When building RTEMS for Epiphany --disable-networking must be provided part of the configure command.