summaryrefslogtreecommitdiff
path: root/bsp/env/coreplexip-e31-arty/init.c
AgeCommit message (Collapse)Author
2018-06-29Add a CLIC interrupt examplePalmer Dabbelt
This example is fairly simple, but it does at least demonstrate how to use a C-based preemptable interrupt handler that's been registered in CLIC mode on a SiFive E21.
2017-11-21coreplexip dhrystone updatesDrew Barbier
2017-07-25added vectored interrupt exampleDrew Barbier
2017-06-14Call puts instead of printf when printing constantsPalmer Dabbelt
printf doesn't fit in the scratchpad, but since there's really no reason to call it on constant strings it can be replaced with puts. With this change, the "hello" example fits in the scratchpad.
2017-05-04Update SDK For E31/E51 Coreplex IP EvaluationMegan Wachs