Skip to content

Commit

Permalink
Merge pull request #28 from DEMCON/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jhrutgers authored Aug 24, 2021
2 parents eab573a + ad5f3e9 commit 1540798
Show file tree
Hide file tree
Showing 63 changed files with 413 additions and 360 deletions.
37 changes: 33 additions & 4 deletions CHANGELOG.rst
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

2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ if(LIBSTORED_EXAMPLES)
endif()

option(LIBSTORED_PIP_INSTALL_USER "Run pip install with --user flag when installing wheel files" ON)
add_subdirectory(client)
add_subdirectory(python)

if(${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.11.0")
if(CMAKE_CROSSCOMPILING)
Expand Down
Loading

0 comments on commit 1540798

Please sign in to comment.