aboutsummaryrefslogtreecommitdiffstats
path: root/firmware
Commit message (Collapse)AuthorAgeFilesLines
* Using "#!/usr/bin/env python3"Clifford Wolf2015-08-221-1/+1
|
* Improved firmware for vivado "system" exampleClifford Wolf2015-07-161-3/+6
|
* c++/c99-style for loops in firmwareClifford Wolf2015-07-044-11/+7
|
* Turned gcc warnings up to elevenClifford Wolf2015-07-045-11/+11
| | | | Patch by Larry Doolittle
* Removed trailing whitespacesClifford Wolf2015-07-029-9/+9
|
* Unsigned arguments for print_dec()Clifford Wolf2015-07-024-7/+7
| | | | Patch by Larry Doolittle
* Added ENABLE_IRQ_QREGS and ENABLE_IRQ_TIMERClifford Wolf2015-06-281-0/+96
|
* Improved start.S IRQ codeClifford Wolf2015-06-281-3/+8
|
* Fixed typo in firmware/start.SClifford Wolf2015-06-281-1/+1
|
* Improvements in picorv32_pcpi_mulClifford Wolf2015-06-281-0/+4
|
* More README stuffClifford Wolf2015-06-281-0/+2
|
* Improved IRQ documentation, added assembler macrosClifford Wolf2015-06-2810-37/+150
|
* Added ENABLE defines for individual testsClifford Wolf2015-06-271-6/+25
|
* Added mul tests from riscv-testsClifford Wolf2015-06-271-0/+5
|
* Added Pico Co-Processor Interface (PCPI)Clifford Wolf2015-06-263-0/+110
|
* Test firmware refactoringClifford Wolf2015-06-265-154/+195
|
* Implemented waitirq instructionClifford Wolf2015-06-261-1/+2
|
* Refactoring of IRQ handlingClifford Wolf2015-06-262-20/+39
|
* Added basic IRQ supportClifford Wolf2015-06-252-1/+263
|
* Major redesign of main FSMClifford Wolf2015-06-071-1/+0
|
* Initial importClifford Wolf2015-06-065-0/+227