summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-13Move hello example to submoduleNathaniel Graff
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
2018-12-13Merge pull request #112 from sifive/no-regressionPalmer Dabbelt
Delete the old regression script
2018-12-13Merge pull request #110 from sifive/cross-compilePalmer Dabbelt
Allow users to set a CROSS_COMPLIE argument
2018-12-13Be optimistic!Kevin Mills
2018-12-12Allow users to set a CROSS_COMPLIE argumentPalmer Dabbelt
This allows users to select a different cross complier than the default 'riscv64-unknown-elf'. Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
2018-12-12Delete the old regression scriptPalmer Dabbelt
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
2018-12-12Merge pull request #102 from hasanunlu/masterPalmer Dabbelt
HiFive-1 board bit-bang i2c demo
2018-12-12Merge pull request #76 from sifive/e300_arty_fixPalmer Dabbelt
E300 Arty: Don't specify the expected ID
2018-12-12Merge pull request #109 from sifive/rm-toolchainPalmer Dabbelt
Remove the GNU toolchain and OpenOCD submodules
2018-12-11Remove tools from MakefileNathaniel Graff
2018-12-11Update README to point only at pre-built toolchainNathaniel Graff
2018-12-11Removed riscv-gnu-toolchain and openocd submodulesNathaniel Graff
2018-09-13Merge pull request #103 from kenta2/masterJim Wilson
Correct the text of the make target
2018-09-11fix for loopDrew Barbier
2018-09-11spaces will break the make invocationKen Takusagawa
2018-09-06HiFive-1 board bit-bang i2c demoHasan Unlu
Bit-bang i2c which is running around 400KHz. MPU6050 is used as an example device.
2018-09-04corrected eclipse projectsDrew Barbier
2018-08-09Merge pull request #98 from sifive/fDrew Barbier
Include <encoding.h> so MSTATUS_FS is visible to start.S
2018-08-08Include <encoding.h> so MSTATUS_FS is visible to start.SPalmer Dabbelt
2018-07-12Merge pull request #97 from sifive/toolsDrew Barbier
Move to the 2018.7.0 release of the tools
2018-07-12Move to the 2018.7.0 release of the toolsPalmer Dabbelt
2018-07-11Merge pull request #96 from sifive/clic-vectoredDrew Barbier
Clic vectored
2018-07-09remove non-vectored exampleDrew Barbier
2018-07-08debug launch filesDrew Barbier
2018-07-08support clint only projectsDrew Barbier
2018-07-08FS projectsDrew Barbier
2018-07-05support the E20Drew Barbier
2018-07-05preemption support, csipid from button 2Drew Barbier
2018-07-05use new cspid instead of msipDrew Barbier
2018-07-05fix level calculationDrew Barbier
2018-07-04clic driver level and priority functionsDrew Barbier
2018-07-02short msi handlerDrew Barbier
2018-07-02update descriptionDrew Barbier
2018-07-02accessors for other clic registersDrew Barbier
2018-07-02add busy wait and extra buttons/irqDrew Barbier
2018-07-02Delete clic_vectoredDrew Barbier
2018-07-02dont use pre-empt with buttonsDrew Barbier
2018-07-02e2 and clic startDrew Barbier
2018-06-29Merge pull request #94 from sifive/clicPalmer Dabbelt
Add a CLIC interrupt example
2018-06-29Add a CLIC interrupt examplePalmer Dabbelt
This example is fairly simple, but it does at least demonstrate how to use a C-based preemptable interrupt handler that's been registered in CLIC mode on a SiFive E21.
2018-03-30Merge pull request #89 from trabucayre/spi_fix_sckmodeBunnaroath Sou
bsp:devices:spi.h: fix sckmode fields value
2018-03-29bsp:devices:spi.h: fix sckmode fields valueGwenhael Goavec-Merou
2018-02-03Merge pull request #87 from sifive/asmdbarbi1
asm only program
2018-01-26asm only programDrew Barbier
2018-01-26restore entry.SDrew Barbier
2018-01-23Merge pull request #86 from sifive/fs3dbarbi1
Fs3
2018-01-23remove erroneous project fileDrew Barbier
2018-01-22remove DS_StoresDrew Barbier
2018-01-09project updatesDrew Barbier
2018-01-04fix project file and remove libwrapDrew Barbier