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

RC v1.2.0 #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

RC v1.2.0 #10

wants to merge 2 commits into from

Commits on Oct 17, 2018

  1. Release v1.2.0

     ### Added
     - Add API to access and control the HW cycle counters on the HERO accelerator-side:
     	- `hero_rt_start_cycle_cnt()`
    	- `hero_rt_reset_cycle_cnt()`
    	- `hero_rt_stop_cycle_cnt()`
    	- `hero_rt_get_cycles()`
     - Add `testsuite` for CI.
    alessandrocapotondi committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    f649590 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. Release v1.2.0 (added Fix #8)

     ## Changelog: v1.2.0 - 2019-08-02
    
     ### Fixed
     - Fix [#8](#8). Fixed `hero_dma_memcpy_async` API. In case of big memory transfers, some DMA job were leacked, resulting on the termination of DMA channels available.
    
     ### Changed
     - Added API to access HW cycles counters.
    alessandrocapotondi committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    a988689 View commit details
    Browse the repository at this point in the history