Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
Release v1.1.0 (#34)
Browse files Browse the repository at this point in the history
### Changed
- Update `hero-openmp-examples` to `v1.2.1`: enabling extensible (double-colon) `run` and `clean`
  Makefile rules and readding the inclusion of `omp.h`; rename `make.inc` into `common/default.mk`
- Update `libhero-target` to `v1.1.0`, fixing the `omp.h` inclusion in the heterogeneous application
  (#22).

 ### Fixed
- Fix the inclusion of `omp.h` in the heterogeneous application (#22). Removed the dependency from `pulp.h` on the `libhero-target`.
  • Loading branch information
alessandrocapotondi committed Oct 2, 2018
1 parent f4cafc5 commit ceeec24
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/), and this project adheres to
[Semantic Versioning](http://semver.org).

## v1.1.0 - 2018-10-02

### Changed
- Update `hero-openmp-examples` to `v1.2.1`: enabling extensible (double-colon) `run` and `clean`
Makefile rules and readding the inclusion of `omp.h`; rename `make.inc` into `common/default.mk`
- Update `libhero-target` to `v1.1.0`, fixing the `omp.h` inclusion in the heterogeneous application
(#22).
- Update `hero-support` to `v1.0.1`, fixing error reporting in the Zynqlinux SD card deployment
script.

### Fixed
- Fix the inclusion of `omp.h` in the heterogeneous application (#22). Remove the dependency of
`pulp.h` on `libhero-target`.

## v1.0.3 - 2018-09-24

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion hero-support
2 changes: 1 addition & 1 deletion libhero-target

0 comments on commit ceeec24

Please sign in to comment.