aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/irq.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug in test firmware IRQ handlingClifford Wolf2016-08-291-1/+1
|
* RISC-V ISA 2.1 now calls "sbreak" officially "ebreak"Clifford Wolf2016-06-061-3/+3
|
* Encode in q0 LSB if interrupted instruction is compressedClifford Wolf2016-06-011-13/+24
|
* Fixed irq.c instr decoder for compressed isaClifford Wolf2016-05-311-3/+15
|
* Towards compressed ISA supportClifford Wolf2015-11-201-1/+1
|
* Test firmware: Added print_hex() digits argClifford Wolf2015-11-191-6/+6
|
* Towards compressed ISA supportClifford Wolf2015-11-191-1/+2
|
* c++/c99-style for loops in firmwareClifford Wolf2015-07-041-3/+2
|
* Turned gcc warnings up to elevenClifford Wolf2015-07-041-1/+1
| | | | Patch by Larry Doolittle
* Removed trailing whitespacesClifford Wolf2015-07-021-1/+1
|
* Unsigned arguments for print_dec()Clifford Wolf2015-07-021-3/+3
| | | | Patch by Larry Doolittle
* Improved IRQ documentation, added assembler macrosClifford Wolf2015-06-281-0/+6
|
* Test firmware refactoringClifford Wolf2015-06-261-0/+111