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

coduin/epiphany-bsp-cpp-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Epiphany BSP C++ example

A small example of an Epiphany (BSP) program written in C++. The C++ binary size is greatly reduced by using the appropriate flags, as well as overwriting the new and delete operators.

This example depends on Epiphany BSP, which is included as a Git submodule. Use

git submodule init
git submodule update --remote

The program can then be built by issuing

make

from the command-line.

About

A small example of an Epiphany (BSP) program written in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published