Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 428 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 428 Bytes

Fujinet Lib

Routines for using the FujiNet Adapter sub-device.

The top level folder contains the .h API, one subfolder for each platform.

Each fujinet device is then a subdirectory of the src directory, e.g. clock, fuji, network.

Building

If required, specify TARGETS list.

$ make clean
$ make release

Testing

Testing is done with BDD features. See Testing README