summaryrefslogtreecommitdiff
path: root/sis.info (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
2021-06-10Added simple RISC-V PLIC functionality for NS16550 interruptJiri Gaisler
* RTEMS spconsole01 test now passes
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-09Update to version 2.222.22Jiri Gaisler
2020-02-29Update to version 2.212.21Jiri Gaisler
2019-11-14Cross-platform support for async gdb break (ctrl-c)Jiri Gaisler
2019-11-09Support building on MinGW-W64/MSYS22.19Jiri Gaisler
* Depends on MinGW64-readline to build
2019-07-03Updated to version 2.172.17Jiri Gaisler
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-06-12Updated version to 2.162.16Jiri Gaisler
2019-05-31Fix build problems on Cygwin and FreeBSDJiri Gaisler
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-21Completed texi manualJiri Gaisler
* Also removed unused constants in erc32.c
2019-05-14Standalone sis - initial commitJiri Gaisler