PeakRDL Html Versions Save

Generate address space documentation HTML from compiled SystemRDL input

v2.2.0

2 years ago

Updates:

  • Significantly improve the "Oops!" help page that shows up for CORS errors (when browsing locally via file:// protocol).
    • Help text is now dynamically generated so that instructions only require simple copy/paste of commands.
    • Auto-selects Windows-specific instructions for Windows users.
    • Replace incorrect workaround suggestion for Firefox with one that actually works (previous recommended about:config setting was outdated and didn't work)
  • Added Windows launcher scripts to help users when viewing docs via local file:// protocol.

v2.1.2

2 years ago

Updates:

  • Fix reg padding entry generation if field bit order is low-to-high. #28
  • Fix support for references in reset values #26

v2.1.1

2 years ago

Updates:

  • Add warning that HTML exporter does not have proper support for bridges yet.

v2.1.0

2 years ago

Updates:

  • Add tooltip to access types. #22
  • Generate links to RDL source using git-me-the-url
  • Load more Markdown extensions by default

v2.0.1

3 years ago

Updates:

  • Fixed some missed renaming.

v2.0.0

4 years ago

Updates: Renamed project from RALBot-html to PeakRDL-html (#20) For more details, see: https://github.com/SystemRDL/PeakRDL/issues/2

v1.6.0

4 years ago

Updates:

  • Implement enum mode for field input box (#4)
  • Add ability to supplement docs with explicit property/value tables (#12)
  • Fix browser cache quirk when server-side content updates (#18)

v1.5.0

4 years ago

Updates:

  • HTMLExporter constructor now exclusively uses keyword args.
  • Add support for multiple top-level address maps. (#13, #14)
  • Show reserved fields and addresses in tables.
  • Render RDLFormatcode in name properties. (#11)
  • Add option to export signal tables. (#8)
  • Add several new keyboard shortcuts, Add shortcut help reference card. (#15)
  • Fix bad array suffix in multi-dimensional arrays.
  • Fix quirk where sidebar doesn't scroll item into view.

v1.4.0

4 years ago

Updates:

  • Add support for dark color scheme via prefers-color-scheme css media query.
  • Edited register values are now remembered within a session.
  • Rework user-override hooks.
    • Clearer mechanism to extend js behavior.
    • Rework jinja templates so that they can be extended more naturally.
    • Add ability to pass user context to templates.
    • Add user_static_dir exporter option.
  • Update browser compatibility nag screens to reflect current browser options.
  • Fix field value editor highlighting quirk.
  • Fix occasional page-load flicker quirk.
  • Fix mouse-hover-selection quirk in search results page.

v1.3.2

4 years ago

Updates:

  • Fix absolute address re-calculation from index editor dialog.
  • Cleanup enum table when no description text is given.