All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Added support for CI testing based on plptest
framework.
*/testset.cfg
: add tests configuration file;
*/Makefile
:default.mk
include is now based on absolute path.
- Rename
make.inc
incommon/default.mk
.
- Add top level
Makefile
for CI and automatic test generation.
- In
make.inc
:- Remove useless PULP-related
CFLAGS
. - Enable
run
andclean
rules to be extended (i.e., make them double-colon rules).
- Remove useless PULP-related
- Add
omp.h
to all applications after fixing #22 in the HERO SDK.
- Add sobel-filter application.
- Add license header to all C files.
- Ensure that remote directory exists during
make install
. common/bench.h:
Add missing include guard.
Initial public release