Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 349 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 349 Bytes

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