From cc7d3ac068beb6b22336661de0b4ca29780a422d Mon Sep 17 00:00:00 2001 From: Alessandro Capotondi Date: Tue, 18 Sep 2018 11:06:28 +0200 Subject: [PATCH 1/4] Update hero-openmp-examples to v1.1.0 --- CHANGELOG.md | 4 ++-- hero-openmp-examples | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a255863..ff4da68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,8 +15,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/), and this ### Changed - Update `hero-gcc-toolchain` to v1.0.0. -- Update `hero-openmp-examples` to v1.0.1, fixing an include guard and directory creation during - application deployment. +- Update `hero-openmp-examples` to v1.1.0, adding the Sobel filter OpenMP example application and + fixing an include guard and directory creation during application deployment. - Update `hero-support` to v1.0.0, the initial release for the ZC706. - Update `libhero-target` to v1.0.1, adding API documentation. diff --git a/hero-openmp-examples b/hero-openmp-examples index 73317ee..0a36dd9 160000 --- a/hero-openmp-examples +++ b/hero-openmp-examples @@ -1 +1 @@ -Subproject commit 73317ee893722dd3d22c78da02aff235cef9a39a +Subproject commit 0a36dd9787efc1c3abc4ef10f3e36a5bad274b89 From 2e5db5b5bec6de4a577e476c7733bb11b718e9ed Mon Sep 17 00:00:00 2001 From: Andreas Kurth Date: Tue, 18 Sep 2018 17:08:40 +0200 Subject: [PATCH 2/4] Changelog: Update date for v1.0.1 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff4da68..1a7e6cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.0.1 - 2018-09-17 +## v1.0.1 - 2018-09-18 ### Added - FAQ: Add entries on missing UART consumer application and SVM accesses without `tryX`. From 25a125327a8610a65f0c73d6eb15f8ef76a04489 Mon Sep 17 00:00:00 2001 From: Andreas Kurth Date: Tue, 18 Sep 2018 17:10:09 +0200 Subject: [PATCH 3/4] Define code ownership --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..be5b7a9 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* vogelpi@iis.ee.ethz.ch akurth@iis.ee.ethz.ch alessandro.capotondi@unibo.it From 1c35a2d0cdbb624ecf2eeb575ea1b21f8f601195 Mon Sep 17 00:00:00 2001 From: Pirmin Vogel Date: Tue, 18 Sep 2018 19:41:13 +0200 Subject: [PATCH 4/4] update `pulp-sdk` to fix issue #28 --- CHANGELOG.md | 1 + pulp-sdk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a7e6cf..388f0fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/), and this ### Fixed - ReadMe: Correct instructions and statements, fix some typos. +- Update `pulp-sdk` to fix issue #28. ### Changed - Update `hero-gcc-toolchain` to v1.0.0. diff --git a/pulp-sdk b/pulp-sdk index 587a003..78d7298 160000 --- a/pulp-sdk +++ b/pulp-sdk @@ -1 +1 @@ -Subproject commit 587a003a73cf562ecd75758de89e8cf946291d28 +Subproject commit 78d72984e01ebfb683ed168dbb89676371d7bcc5