Bugfix for app dir structure for flow and model page generation.
Fix for Issue #21. Update to allow for unique model documentation if multiple targets use the same top-level model. This is enabled by setting the option :target_as_id to true in the generate_model_docs call.
Fix for Issue #19: to support new Origen app dir structure.
relative_path_to bug fix for Windows corner case bug
Updated template web links for origen-sdk.org to use HTTPS protocol.
Patch to add compatibility with ATP gem moved inside OrigenTesters
Updated display for msb0 registers
Bug fix for msb0 register display
Bug fixes to the new Guides Index API
Added Guide Index helper API
Updated current value text to indicate it’s a hex value for clarity.
Added ability to use current_value instead of reset_value when rendering a register display. Based on PR6 and PR7 developed by welguisz.
Search box on model pages is now optional
fix bit alignment bug
Changed to MIT license
Add pattern name to the flow datalog view
Add option to parameterize the split character that determines the location of files specified by the sub_hash key of the index list.
By default, the sub_hash key will be split by the ‘_’ character to find the
_directory_/_file_
but this can be overridden by supplying the
:path_separator
option. For example, using path_separator: '__'
(double underscore) with the index used below would result in the the document with title
“Second Item” living now at _documents_root_/topic1/second_item.md.erb
.
index = {} index["Topic 1"] = { topic1__first_item: "First Item", topic1__second_item: "Second Item", }
Bumped min Origen dependency to one that includes the register to_json method
The model page generator now outputs .json data files for the model
Added flow and model full page generators. Retired old flow doc generator based on having a documentation interface.
Added support for generating test flow documentation based on a ATP flow model from the latest version of OrigenTesters.
Added :prompt option to the searchable docs helper
Added Disqus comments helper, see http://origen-sdk.org/doc_helpers/examples/disqus/
Initial public release