Skip to content

neoxic/ESCape32-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESCape32 Tools

POSIX utilities for ESCape32.

The latest release can be downloaded here.

Building and installing from source

cmake -B build -D CMAKE_BUILD_TYPE=RELEASE
cd build
make
make install