summaryrefslogtreecommitdiff
path: root/Makefile.in (follow)
AgeCommit message (Collapse)Author
2022-10-26Bumped version to 2.30Jiri Gaisler
2021-08-04Support extended interrupts2.29Sebastian Huber
2021-07-30Added GR740 L2 configuration register2.28Jiri Gaisler
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
2020-02-29Update to version 2.212.21Jiri 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-28Made L1 cache optional through --enable-l1cacheJiri Gaisler
* Removed stale config.h * Updated autoconf script with relevant checks * Re-implemented leon3/grlib timer with less events * Bumped version to 2.15
2019-05-14Standalone sis - initial commitJiri Gaisler