index
:
freedom-e-sdk
useTimerIRQ
my bad beginner RISC-V assembly LED blinking code.
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bsp
/
drivers
Age
Commit message (
Collapse
)
Author
2018-09-11
fix for loop
Drew Barbier
2018-07-05
fix level calculation
Drew Barbier
2018-07-04
clic driver level and priority functions
Drew Barbier
2018-07-02
accessors for other clic registers
Drew Barbier
2018-07-02
e2 and clic start
Drew Barbier
2017-05-04
Update SDK For E31/E51 Coreplex IP Evaluation
Megan Wachs
2017-02-02
prci: Clean up the hfrosc-driven-pll FPU testing.
Megan Wachs
2017-02-02
prci: Simplify the targeted f_cpu function by measuring HFROSC frequency ↵
Megan Wachs
first, then using it as the PLL source. This is also safer as it is less risk of using PLL out of its range.
2017-02-01
PRCI: This doesn't exist on the Arty and potentially other devices, so ↵
Megan Wachs
exclude it if there is not PRCI_BASE_ADDR on the system.
2017-02-01
PRCI: add control for the target CPU frequency (to allow a minimum, maximum, ↵
Megan Wachs
or closest match)
2017-02-01
Additional PRCI driver support. Make the code usable by C++ programs as well.
Megan Wachs
2017-01-31
add a 'driver' common PRCI functions.
Megan Wachs
2017-01-31
Move plic_driver code to a common location.
Megan Wachs