-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from DEMCON/dev
Dev
- Loading branch information
Showing
63 changed files
with
413 additions
and
360 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,37 @@ | ||
CHANGELOG libstored | ||
=================== | ||
CHANGELOG | ||
========= | ||
|
||
1.0.0 | ||
----- | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_. | ||
|
||
.. _Keep a Changelog: https://keepachangelog.com/en/1.0.0/ | ||
.. _Semantic Versioning: https://semver.org/spec/v2.0.0.html | ||
|
||
|
||
`Unreleased`_ | ||
------------- | ||
|
||
.. _Unreleased: https://github.com/DEMCON/libstored/compare/v1.0.0...HEAD | ||
|
||
|
||
`1.0.0`_ - 2021-08-25 | ||
--------------------- | ||
|
||
Initial version. | ||
|
||
Added | ||
````` | ||
|
||
- Store generator for C++ and VHDL | ||
- C++ library to access the store in your application | ||
- VHDL entities to setup synchronization between VHDL and a C++ store | ||
- python library with the Embedded Debugger protocol to connect to an | ||
application | ||
- A presentation | ||
- Examples | ||
- (Unit) tests | ||
- Some documentation | ||
|
||
.. _1.0.0: https://github.com/DEMCON/libstored/releases/tag/v1.0.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.