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
/
env
Age
Commit message (
Expand
)
Author
2017-11-21
make some space for
Drew Barbier
2017-11-21
The E31 and E51 have 16KiB of RAM
Drew Barbier
2017-11-21
coreplexip dhrystone updates
Drew Barbier
2017-11-17
Speed up Dhrystone on the HiFive1
Palmer Dabbelt
2017-07-26
changed synch trap entry to match other vectors
Drew Barbier
2017-07-26
removed save/restore of x18
Drew Barbier
2017-07-26
only save/restore caller registers on trap entry
Drew Barbier
2017-07-26
fixed TRAP_EXIT macro. TRAP_ENTRY/EXIT2 only saves/restores callee
Drew Barbier
2017-07-25
too many .aling 2's
Drew Barbier
2017-07-25
added vectored interrupt example
Drew Barbier
2017-06-14
Add a SMP example
Palmer Dabbelt
2017-06-14
Call puts instead of printf when printing constants
Palmer Dabbelt
2017-06-14
Add linker scripts that target the scratchpad
Palmer Dabbelt
2017-06-14
New Freedom Studio Examples (#66)
Megan Wachs
2017-06-10
Just lump all the RAM sections together
Palmer Dabbelt
2017-06-09
Use the correct global pointer symbol
Palmer Dabbelt
2017-06-09
Don't use .section\nALIGN, reorder sdata and srodata
Palmer Dabbelt
2017-06-09
Don't call _{init,fini} in start.S, we call libc_{init,fini}_arry
Palmer Dabbelt
2017-06-09
Print the exit codes as unsigned numbers
Palmer Dabbelt
2017-06-08
Specify alignment on the .sdata and .srodata sections
Palmer Dabbelt
2017-05-08
revert back
Drew Barbier
2017-05-07
changed write_hex to new def
Drew Barbier
2017-05-07
Merge remote-tracking branch 'origin/master' into freedom-studio
Drew Barbier
2017-05-05
coreplex-e51: Correct width of MCAUSE
mwachs5
2017-05-05
coreplexip-e51-arty: MCAUSE is XLEN-bits wide.
Megan Wachs
2017-05-05
updated demo_gpio
Drew Barbier
2017-05-04
Update SDK For E31/E51 Coreplex IP Evaluation
Megan Wachs
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
2017-01-24
Use consistent OpenOCD config for Arty and HiFive1
Megan Wachs
2017-01-11
reduce code duplication and apply the same flags to Arty board
mwachs5
2017-01-11
Add the 'bootloader' which ships on HiFive1 Boards.
mwachs5
2017-01-03
Regularize timing code
Andrew Waterman
2017-01-03
Improve HiFive1 CPU frequency measurement routine
Andrew Waterman
2017-01-03
Keep mtvec 4-byte aligned
Andrew Waterman
2016-12-20
Separate .text.unlikely and .text.startup from .text
Andrew Waterman
2016-12-20
Avoid jal to weak symbols
Andrew Waterman
2016-12-20
Pass argc and argv to main()
Andrew Waterman
2016-12-17
Merge pull request #29 from sifive/remove_srst_delay
Megan Wachs
2016-12-17
Remove unncessary srst delay when connecting with OpenOCD to HiFive1
Megan Wachs
2016-12-17
Correct init/fini functions for Arty Dev Kit
Megan Wachs
2016-12-14
Move start.S and entry.S to a common directory
Albert Ou
2016-12-14
Merge pull request #25 from sifive/add_srst_option
Megan Wachs
2016-12-14
hifive1: Update OpenOCD Config script to optionally allow pulsing SRST
Megan Wachs
2016-12-14
Refactor libc stubs into libwrap
Albert Ou
2016-12-13
Use more standard form of _init()
Megan Wachs
2016-12-13
Use cleaner .S files
Megan Wachs
2016-12-11
Add some missing LICENSE headers.
Megan Wachs
2016-12-11
platform: add more defines which are generally needed
Megan Wachs
[next]