|
6 | 6 | [](https://github.com/EmbeddedRPC/erpc/pulls) |
7 | 7 | [](https://gitpod.io/#https://github.com/EmbeddedRPC/erpc) |
8 | 8 |
|
| 9 | +- [eRPC](#erpc) |
| 10 | + - [About](#about) |
| 11 | + - [Releases](#releases) |
| 12 | + - [Edge releases](#edge-releases) |
| 13 | + - [Documentation](#documentation) |
| 14 | + - [Examples](#examples) |
| 15 | + - [References](#references) |
| 16 | + - [Directories](#directories) |
| 17 | + - [Building and installing](#building-and-installing) |
| 18 | + - [Requirements](#requirements) |
| 19 | + - [Windows](#windows) |
| 20 | + - [Linux and Cygwin](#linux-and-cygwin) |
| 21 | + - [Mac OS X](#mac-os-x) |
| 22 | + - [Building](#building) |
| 23 | + - [Installing for Python](#installing-for-python) |
| 24 | + - [Known issues and limitations](#known-issues-and-limitations) |
| 25 | + - [Code providing](#code-providing) |
| 26 | + |
| 27 | +## About |
| 28 | + |
9 | 29 | eRPC (Embedded RPC) is an open source Remote Procedure Call (RPC) system for multichip embedded systems and heterogeneous multicore SoCs. |
10 | 30 |
|
11 | 31 | Unlike other modern RPC systems, such as the excellent [Apache Thrift](http://thrift.apache.org), eRPC distinguishes itself by being designed for tightly coupled systems, using plain C for remote functions, and having a small code size (<5kB). It is not intended for high performance distributed systems over a network. |
@@ -82,6 +102,10 @@ eRPC is available with an unrestrictive BSD 3-clause license. See the [LICENSE f |
82 | 102 |
|
83 | 103 | [eRPC releases](https://github.com/EmbeddedRPC/erpc/releases) |
84 | 104 |
|
| 105 | +### Edge releases |
| 106 | + |
| 107 | +Edge releases can by found on [eRPC CircleCI](https://app.circleci.com/pipelines/github/EmbeddedRPC/erpc) webpage. Choose build of interest, then platform target and choose ARTIFACTS tab. Here you can find binary application from chosen build. |
| 108 | + |
85 | 109 | ## Documentation |
86 | 110 |
|
87 | 111 | [Documentation](https://github.com/EmbeddedRPC/erpc/wiki) is in the `wiki` section. |
|
0 commit comments