Skip to content

Commit

Permalink
get V0.794 ready [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
wfjm committed Feb 9, 2023
1 parent 89a1fe6 commit 03ef66e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### Table of contents
- Current [HEAD](#user-content-head)
- Release [w11a_V0.794](#user-content-w11a_v0.794)
- Release [w11a_V0.793](#user-content-w11a_v0.793)
- Release [w11a_V0.792](#user-content-w11a_v0.792)
- Release [w11a_V0.791](#user-content-w11a_v0.791)
Expand All @@ -28,7 +29,21 @@ software or firmware builds or that the documentation is consistent.
The full set of tests is only run for tagged releases.

### Summary
### New features
### Changes
### Bug Fixes

<!-- --------------------------------------------------------------------- -->
---
## <a id="w11a_v0.794">2023-02-09: [w11a_V0.794](https://github.com/wfjm/w11/releases/tag/w11a_V0.794) - rev 1370(wfjm)</a>

### Summary
- asm-11 finalized, .if,.rept,.mcall added; many updates and fixes
- macro library added (tools/asm-11/mlib) and used via .mcall throughout
- documentation for tools/mcode added
- other documentation updates
- Doxygen support now for V1.9.6
- tst_serloop designs added for Basys3
### New features
- new systems
- rtl/sys_gen/tst_serloop/basys3 - serport loop tester for Basys3
Expand Down
2 changes: 1 addition & 1 deletion tools/dox/w11_cpp.Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "w11 - cpp"
PROJECT_NUMBER = 0.793
PROJECT_NUMBER = 0.794
PROJECT_BRIEF = "Backend server for Rlink and w11"
PROJECT_LOGO =
OUTPUT_DIRECTORY = $(RETRODOXY)/w11/cpp
Expand Down
2 changes: 1 addition & 1 deletion tools/dox/w11_vhd_all.Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "w11 - vhd"
PROJECT_NUMBER = 0.793
PROJECT_NUMBER = 0.794
PROJECT_BRIEF = "W11 CPU core and support modules"
PROJECT_LOGO =
OUTPUT_DIRECTORY = $(RETRODOXY)/w11/vhd
Expand Down

0 comments on commit 03ef66e

Please sign in to comment.