Skip to content
This repository has been archived by the owner on Nov 25, 2018. It is now read-only.

EBSP now supports Epiphany SDK version 2016.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@jwbuurlage jwbuurlage released this 30 Apr 14:12
· 24 commits to master since this release

New in this version

Added

  • Add support for Epiphany SDK version 2016.3
  • Add debug target to build system

Fixed

  • Fix non-aligned transfers using ebsp_memcpy (@kmate)
  • Fix unnecessary arguments in interrupt handlers
  • Make target barrier volatile
  • Fix minor errors and inconsistencies in the documentation
  • Fix a race condition involving the DMA interrupt
  • Fix LU decomposition example by removing fast-math optimization flag

Removed

  • Remove srec support from examples and tests