summaryrefslogtreecommitdiff
path: root/Makefile.am (follow)
AgeCommit message (Collapse)Author
2020-12-15Added support for RISCV32 systems with CLINT/PLICJiri Gaisler
2020-12-01Added emulation of GR740 SOC2.25Jiri Gaisler
* Only limited functionality with standard peripherals
2020-10-28Add networking support using host tap device2.23Jiri Gaisler
* Emulation of GRETH 10/100 Mbit MAC and PHY * Supported only on linux
2020-09-09Map RISC-V FPU CSR on host cpu using fenv.hJiri Gaisler
2019-11-09Support building on MinGW-W64/MSYS22.19Jiri Gaisler
* Depends on MinGW64-readline to build
2019-07-02Make readline conditional and add linenoise it not present.Chris Johns
- Readline is not present on all hosts is used on and it has not been a requirement. Rather than break all hosts that are working this patch conditionally adds linenoise a small simple realline replacement.
2019-05-14Standalone sis - initial commitJiri Gaisler