You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* FEATURE: Pressing Ctrl+A on a serial port also opens the file send dialog.
* BUGFIX: Switches are on when they're up, not down. This has changed since the REX boards.
* BUGFIX: Coloured interrupt indicators only colour if they are unmasked in $cctrl.
Copy file name to clipboardexpand all lines: CHANGELOG.md
+8-2
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,15 @@
1
1
# Change History for rexsim
2
2
3
-
## r21
3
+
## 3.1.0
4
+
5
+
* Pressing Ctrl+A on serial port forms now opens the send file dialog to make following WRAMPmon's instructions not useless.
6
+
* Switches are on when they're up, not down. This has changed since the REX boards.
7
+
* Coloured interrupt indicators only appear if they are unmasked in $cctrl.
8
+
9
+
## r21 - 3.0.0
4
10
5
11
* Various changes to reflect the Basys implementation of WRAMP. This includes visuals and the specifications of the board: clock rate, amount of RAM, new parallel controls, etc.
6
-
* Bump version to 3.0.0
12
+
* Bump version to 3.0.0 and begin using semantic versioning scheme
7
13
* Update WRAMPmon to version 0.7
8
14
* Fix the warnings that were generated by xbuild
9
15
* Annotations including Address Bus, Program Counter, and Interrupts have been moved underneath the picture of the board. The new board does not have physical lights for interrupts.
0 commit comments