An open API service indexing awesome lists of open source software.

https://github.com/neoxic/escape32-tools

POSIX utilities for ESCape32
https://github.com/neoxic/escape32-tools

Last synced: about 2 months ago
JSON representation

POSIX utilities for ESCape32

Awesome Lists containing this project

README

        

ESCape32 Tools
==============

POSIX utilities for [ESCape32](https://github.com/neoxic/ESCape32).

The latest release can be downloaded [here](https://github.com/neoxic/ESCape32-Tools/releases).

Building and installing from source
-----------------------------------

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