Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Core Framework change log
=========================

1.0.2
-----

* CHANGED: Updated lib_xcore_math to v2.3.1 from v2.1.2.
* CHANGED: Updated lib_l2_cache to v1.0.0 from untagged commit 8c2a9e2.
* CHANGED: Updated lib_otpinfo to v2.1.0 from untagged commit 4cb69b3.
* CHANGED: Updated lib_random to v1.1.0 from untagged commit 1cc35e8.
* CHANGED: Updated lib_trycatch to v2.3.1 from untagged commit 5a24425.
* CHANGED: Use xmosdoc v4 for documentation build.

1.0.1
-----

Expand Down
4 changes: 3 additions & 1 deletion doc/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
Documentation Source
####################

This folder contains source files for the documentation. The sources do not render well in GitHub or an RST viewer.
This folder contains source files for the documentation and is intended for XMOS users. Pre-built documentation is published on https://www.xmos.com.

The sources do not render well in GitHub or an RST viewer.
In addition, some information is not visible at all and some links will not be functional.

**********************
Expand Down
2 changes: 1 addition & 1 deletion modules/xcore_math/lib_xcore_math
Submodule lib_xcore_math updated 1 files
+7 −4 README.rst
2 changes: 1 addition & 1 deletion settings.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
project: fwk_core
title: XCORE Core Framework
version: 1.0.0
version: 1.0.2

documentation:
exclude_patterns_path: doc/exclude_patterns.inc
Expand Down