Age | Commit message (Expand) | Author |
2019-01-07 | Add ITIM example | Nathaniel Graff |
2018-12-13 | Move hello example to submodule | Nathaniel Graff |
2018-09-06 | HiFive-1 board bit-bang i2c demo | Hasan Unlu |
2018-07-09 | remove non-vectored example | Drew Barbier |
2018-07-05 | preemption support, csipid from button 2 | Drew Barbier |
2018-07-05 | use new cspid instead of msip | Drew Barbier |
2018-07-05 | fix level calculation | Drew Barbier |
2018-07-04 | clic driver level and priority functions | Drew Barbier |
2018-07-02 | short msi handler | Drew Barbier |
2018-07-02 | update description | Drew Barbier |
2018-07-02 | add busy wait and extra buttons/irq | Drew Barbier |
2018-07-02 | Delete clic_vectored | Drew Barbier |
2018-07-02 | dont use pre-empt with buttons | Drew Barbier |
2018-07-02 | e2 and clic start | Drew Barbier |
2018-06-29 | Add a CLIC interrupt example | Palmer Dabbelt |
2018-01-26 | asm only program | Drew Barbier |
2017-11-17 | Speed up Dhrystone on the HiFive1 | Palmer Dabbelt |
2017-08-15 | blacklisted watchdog program for coreplexip-e51-arty board | Gleb Gagarin |
2017-08-10 | added ecall to vectored irq example | Drew Barbier |
2017-08-07 | HiFive1 AON Watchdog example | Drew Barbier |
2017-07-26 | changed synch trap entry to match other vectors | Drew Barbier |
2017-07-26 | removed bin file commited by accident | Drew Barbier |
2017-07-26 | fixed comments | Drew Barbier |
2017-07-25 | added vectored interrupt example | Drew Barbier |
2017-06-14 | led_fade doesn't build on the e300-arty | Palmer Dabbelt |
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 | New Freedom Studio Examples (#66) | Megan Wachs |
2017-06-13 | led_fade: make sure the HFROSC is running before you try to use it. | mwachs5 |
2017-06-10 | We no longer define __riscv64, we define __riscv_xlen=64 | Palmer Dabbelt |
2017-06-09 | Support the performance counters example on 32-bit | Palmer Dabbelt |
2017-06-09 | Mark more boards as unsupported | Palmer Dabbelt |
2017-06-08 | Add a simple regression script | Palmer Dabbelt |
2017-05-05 | local_interrupts: fix typo in the instructions | Megan Wachs |
2017-05-04 | Update SDK For E31/E51 Coreplex IP Evaluation | Megan Wachs |
2017-03-01 | led_fade: Add NO_INIT flag to keep default clock frequency and UART configura... | Megan Wachs |
2017-03-01 | Add a 'performance counters' demo. | Megan Wachs |
2017-01-31 | Move plic_driver code to a common location. | Megan Wachs |
2017-01-24 | use relaxed memory model for bitbang demo to avoid unncessary fences in the o... | Megan Wachs |
2017-01-24 | Add atomic bit-banging to the demo | Megan Wachs |
2017-01-24 | Use register macros instead of volatile addresses | Megan Wachs |
2017-01-11 | double_tap_dontboot: Clean up indentation | mwachs5 |
2017-01-11 | Spaces, not tabs. | mwachs5 |
2017-01-11 | Add the 'bootloader' which ships on HiFive1 Boards. | mwachs5 |
2017-01-10 | Add the led_fade demo which ships on HiFive1 boards | mwachs5 |
2017-01-03 | Add CoreMark build skeleton | Andrew Waterman |
2017-01-03 | Compile Dhrystone without RVC | Andrew Waterman |
2017-01-03 | Regularize timing code | Andrew Waterman |
2016-12-14 | Refactor libc stubs into libwrap | Albert Ou |
2016-12-13 | Correct ifdef guards for HiFive1 demo_gpio | Megan Wachs |