Skip to content

Commit

Permalink
Update README to include install script and examples
Browse files Browse the repository at this point in the history
  • Loading branch information
MuneebMohammed committed Jun 11, 2018
1 parent 48e1938 commit 92613f0
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
Language Bindings to interact with the PRUs on the Beaglebone.

## Description
* prussd : The Directory which contains the files related to the daemon which will run as a system service and serve PRU requests.
* cpp-bindings : The Directory which contains the C++ bindings using the prussd daemon service (therefore using the PRUs without root access)
* swig : The Directory which contains the swig config and interface files
* Documentation : Contains the API Documentation/Specification
* python : The Directory which contains the PyPRUSS project (Python Bindings for the PRUs)
* `prussd` : The Directory which contains the files related to the daemon which will run as a system service and serve PRU requests.
* `cpp-bindings` : The Directory which contains the C++ bindings using the prussd daemon service (therefore using the PRUs without root access)
* `examples` : The directory which contains the example codes using the bindings. Contains firmware examples as well.
* `swig` : The Directory which contains the swig config and interface files
* `Documentation` : Contains the API Documentation/Specification
* `install.sh` : The install script for the project
* `python` : The Directory which contains the PyPRUSS project (Python Bindings for the PRUs)[Discontinued]

0 comments on commit 92613f0

Please sign in to comment.